Kaydet (Commit) 8608b76e authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS pchfix04 (1.25.12); FILE MERGED

2007/04/25 20:39:10 hjs 1.25.12.6: RESYNC: (1.29-1.33); FILE MERGED
2007/01/26 19:04:35 hjs 1.25.12.5: RESYNC: (1.27-1.29); FILE MERGED
2006/12/22 11:17:33 hjs 1.25.12.4: RESYNC: (1.26-1.27); FILE MERGED
2006/12/11 14:18:15 kaib 1.25.12.3: RESYNC: (1.25-1.26); FILE MERGED
2006/11/15 21:39:21 mkretzschmar 1.25.12.2: #i71588# Use PCHs on unxlngi6
2006/11/15 21:21:21 mkretzschmar 1.25.12.1: #i71588# Build (but don't use yet) PCHs on unxlngi6
üst 755474e0
......@@ -4,9 +4,9 @@
#
# $RCSfile: unxlngi6.mk,v $
#
# $Revision: 1.33 $
# $Revision: 1.34 $
#
# last change: $Author: ihi $ $Date: 2007-04-17 10:13:37 $
# last change: $Author: kz $ $Date: 2007-05-10 15:11:27 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -99,6 +99,10 @@ PICSWITCH:=-fpic
CFLAGSCXX += -fvisibility-inlines-hidden
.ENDIF # "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
CFLAGS_CREATE_PCH=-x c++-header -I$(INCPCH) -DPRECOMPILED_HEADERS
CFLAGS_USE_PCH=-I$(SLO)$/pch -DPRECOMPILED_HEADERS -Winvalid-pch
CFLAGS_USE_EXCEPTIONS_PCH=-I$(SLO)$/pch_ex -DPRECOMPILED_HEADERS -Winvalid-pch
# Compiler flags for compiling static object in multi threaded environment with graphical user interface
CFLAGSOBJGUIMT=
# Compiler flags for compiling static object in multi threaded environment with character user interface
......@@ -237,4 +241,5 @@ RCSETVERSION=
DLLPOSTFIX=li
DLLPRE=lib
DLLPOST=.so
PCHPOST=.gch
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment