summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 09:49:09 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 09:49:09 +0000
commit3b8d6db5289bf3652d05dbbc59eb29a0eec6fae7 (patch)
tree094b0474d99b92f2887a11ac113a63c5530147e7 /setup_native
parent84a2c241fcd27b11000b59c50a0cd8516b519555 (diff)
INTEGRATION: CWS obo12 (1.9.6); FILE MERGED
2007/05/30 12:21:07 obo 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2007/05/24 14:36:46 obo 1.9.6.1: disable pch
Diffstat (limited to 'setup_native')
-rwxr-xr-xsetup_native/source/win32/customactions/patch/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup_native/source/win32/customactions/patch/makefile.mk b/setup_native/source/win32/customactions/patch/makefile.mk
index 3ffaba8e3552..1a12cdcad638 100755
--- a/setup_native/source/win32/customactions/patch/makefile.mk
+++ b/setup_native/source/win32/customactions/patch/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: gm $ $Date: 2007-05-10 11:02:55 $
+# last change: $Author: ihi $ $Date: 2007-06-05 10:49:09 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -48,6 +48,9 @@ USE_DEFFILE=TRUE
CFLAGS+=-D_STLP_USE_STATIC_LIB
+#Disable precompiled header
+CDEFS+=-Dnot_used_define_to_disable_pch
+
# --- Files --------------------------------------------------------
.IF "$(GUI)"=="WNT"