os2gcci.mk (10b7a200) os2gcci.mk (cde270a3)
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

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

267LIBMGR=ar
268LIBFLAGS=-crv
269
270.IF "$(aout)"==""
271LIBMGR=emxomfar -p2048
272.ENDIF
273
274# tool for generating import libraries
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

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

267LIBMGR=ar
268LIBFLAGS=-crv
269
270.IF "$(aout)"==""
271LIBMGR=emxomfar -p2048
272.ENDIF
273
274# tool for generating import libraries
275IMPLIB=emximp
275IMPLIB=emximp -p2048
276IMPLIBFLAGS=-o
277
278MAPSYM=mapsym
279MAPSYMFLAGS=
280
281RC=wrc -q -bt=os2 -i$(PATH_EMXPGCC)\include
282RCFLAGS=-r $(RCFILES) -fo=$@
283RCLINK=wrc -bt=os2
284RCLINKFLAGS=
285RCSETVERSION=
286
287# platform specific identifier for shared libs
288DLLPOSTFIX=
289DLLPRE=lib
290DLLPOST=.dll
291
276IMPLIBFLAGS=-o
277
278MAPSYM=mapsym
279MAPSYMFLAGS=
280
281RC=wrc -q -bt=os2 -i$(PATH_EMXPGCC)\include
282RCFLAGS=-r $(RCFILES) -fo=$@
283RCLINK=wrc -bt=os2
284RCLINKFLAGS=
285RCSETVERSION=
286
287# platform specific identifier for shared libs
288DLLPOSTFIX=
289DLLPRE=lib
290DLLPOST=.dll
291