INTEGRATION: CWS fpic1 (1.2.450); FILE MERGED
2005/02/01 14:40:39 cmc 1.2.450.1: #i41014# centralize -fpic/-fPIC into one variable
This commit is contained in:
parent
bbe51121c1
commit
06b0e8ff90
1 changed files with 5 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: unxbsda.mk,v $
|
# $RCSfile: unxbsda.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.2 $
|
# $Revision: 1.3 $
|
||||||
#
|
#
|
||||||
# last change: $Author: hr $ $Date: 2003-03-27 11:48:15 $
|
# last change: $Author: hr $ $Date: 2005-02-11 15:27:02 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to the terms of
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
|
@ -73,12 +73,13 @@ CDEFS+= -DNO_AUDIO -DPRINTER_DUMMY
|
||||||
CFLAGS+= $(INCLUDE)
|
CFLAGS+= $(INCLUDE)
|
||||||
CFLAGSCC= -fsigned-char
|
CFLAGSCC= -fsigned-char
|
||||||
CFLAGSCXX= -fsigned-char
|
CFLAGSCXX= -fsigned-char
|
||||||
|
PICSWITCH:=-fPIC
|
||||||
CFLAGSOBJGUIST=
|
CFLAGSOBJGUIST=
|
||||||
CFLAGSOBJCUIST=
|
CFLAGSOBJCUIST=
|
||||||
CFLAGSOBJGUIMT=
|
CFLAGSOBJGUIMT=
|
||||||
CFLAGSOBJCUIMT=
|
CFLAGSOBJCUIMT=
|
||||||
CFLAGSSLOGUIMT= -fPIC
|
CFLAGSSLOGUIMT=$(PICSWITCH)
|
||||||
CFLAGSSLOCUIMT= -fPIC
|
CFLAGSSLOCUIMT=$(PICSWITCH)
|
||||||
CFLAGSPROF=
|
CFLAGSPROF=
|
||||||
CFLAGSDEBUG= -g
|
CFLAGSDEBUG= -g
|
||||||
CFLAGSDBGUTIL=
|
CFLAGSDBGUTIL=
|
||||||
|
|
Loading…
Reference in a new issue