INTEGRATION: CWS obo12 (1.6.6); FILE MERGED
2007/05/30 12:20:53 obo 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2007/05/24 14:38:06 obo 1.6.6.1: disable pch
This commit is contained in:
parent
ffd0d9efb6
commit
98a2a4abf1
1 changed files with 5 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.7 $
|
||||
# $Revision: 1.8 $
|
||||
#
|
||||
# last change: $Author: gm $ $Date: 2007-05-10 11:02:30 $
|
||||
# last change: $Author: ihi $ $Date: 2007-06-05 10:48:27 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -49,6 +49,9 @@ USE_DEFFILE=TRUE
|
|||
|
||||
CFLAGS+=-D_STLP_USE_STATIC_LIB
|
||||
|
||||
#Disable precompiled header
|
||||
CDEFS+=-Dnot_used_define_to_disable_pch
|
||||
|
||||
# --- Files --------------------------------------------------------
|
||||
|
||||
.IF "$(GUI)"=="WNT"
|
||||
|
|
Loading…
Reference in a new issue