os2gcci.mk (a2e6ca42) os2gcci.mk (2de5e723)
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

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

182CFLAGSCXX+=$(LIBXML_CFLAGS) -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/os2
183
184# name of linker
185LINK*=gcc
186# default linker flags
187LINKFLAGS= -Zbin-files -Zmap
188#27/01/06 bin-files confuses transex/rsc work, removed.
189LINKFLAGS= -Zno-fork -Zhigh-mem -Zmap
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

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

182CFLAGSCXX+=$(LIBXML_CFLAGS) -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/os2
183
184# name of linker
185LINK*=gcc
186# default linker flags
187LINKFLAGS= -Zbin-files -Zmap
188#27/01/06 bin-files confuses transex/rsc work, removed.
189LINKFLAGS= -Zno-fork -Zhigh-mem -Zmap
190LINKFLAGS+=-lcx
190.IF "$(OS2_ARGS_WILD)" != ""
191LINKFLAGS+=-Zargs-wild -Zargs-resp
192.ENDIF
193
194.IF "$(aout)"==""
195#LINKFLAGS+= -Zlinker /NOI -Zlinker /PACKD:65536 -Zlinker /EXEPACK:2
196#LINKFLAGS+= -Zlinker /NOExtdictionary
197LINKFLAGS+= -Zomf

--- 93 unchanged lines hidden ---
191.IF "$(OS2_ARGS_WILD)" != ""
192LINKFLAGS+=-Zargs-wild -Zargs-resp
193.ENDIF
194
195.IF "$(aout)"==""
196#LINKFLAGS+= -Zlinker /NOI -Zlinker /PACKD:65536 -Zlinker /EXEPACK:2
197#LINKFLAGS+= -Zlinker /NOExtdictionary
198LINKFLAGS+= -Zomf

--- 93 unchanged lines hidden ---