From 98a2a4abf109fc291e934415bd69ba98f38fae53 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 5 Jun 2007 09:48:27 +0000 Subject: [PATCH] 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 --- .../source/win32/customactions/languagepacks/makefile.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup_native/source/win32/customactions/languagepacks/makefile.mk b/setup_native/source/win32/customactions/languagepacks/makefile.mk index f03b6c7851f4..64bc844b5405 100644 --- a/setup_native/source/win32/customactions/languagepacks/makefile.mk +++ b/setup_native/source/win32/customactions/languagepacks/makefile.mk @@ -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"