os2gcci.mk (cde270a3) os2gcci.mk (f958b5f1)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 245 unchanged lines hidden (view full) ---

254STDLIBCUIST=$(STDLIBCPP)
255STDLIBGUIMT=$(STDLIBCPP)
256STDLIBCUIMT=$(STDLIBCPP)
257STDLIBGUIST=$(STDLIBCPP)
258# libraries for linking shared libraries
259STDSHLGUIMT=$(STDLIBCPP)
260STDSHLCUIMT=$(STDLIBCPP)
261
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 245 unchanged lines hidden (view full) ---

254STDLIBCUIST=$(STDLIBCPP)
255STDLIBGUIMT=$(STDLIBCPP)
256STDLIBCUIMT=$(STDLIBCPP)
257STDLIBGUIST=$(STDLIBCPP)
258# libraries for linking shared libraries
259STDSHLGUIMT=$(STDLIBCPP)
260STDSHLCUIMT=$(STDLIBCPP)
261
262LIBSTLPORT=stlp45.lib $(DYNAMIC)
263LIBSTLPORTST=stlp45.lib $(STATIC) $(DYNAMIC)
262LIBSTLPORT=$(DYNAMIC)
263LIBSTLPORTST=$(STATIC) $(DYNAMIC)
264
265
266# name of library manager
267LIBMGR=ar
268LIBFLAGS=-crv
269
270.IF "$(aout)"==""
271LIBMGR=emxomfar -p2048

--- 20 unchanged lines hidden ---
264
265
266# name of library manager
267LIBMGR=ar
268LIBFLAGS=-crv
269
270.IF "$(aout)"==""
271LIBMGR=emxomfar -p2048

--- 20 unchanged lines hidden ---