summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/shellextensions/makefile.mk
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 09:49:43 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 09:49:43 +0000
commit77cf7e052fc97b28e682c1ffb72cd55c0c6ff207 (patch)
treef3c7841a610b7c899055348ef052c1fa2f3569fb /setup_native/source/win32/customactions/shellextensions/makefile.mk
parentb6c3213a38c0d76887917dc95efe84d42f324c22 (diff)
INTEGRATION: CWS obo12 (1.10.8); FILE MERGED
2007/05/24 14:27:20 obo 1.10.8.1: Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'setup_native/source/win32/customactions/shellextensions/makefile.mk')
-rw-r--r--setup_native/source/win32/customactions/shellextensions/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/makefile.mk b/setup_native/source/win32/customactions/shellextensions/makefile.mk
index 68944535dd28..c11a7457fa6a 100644
--- a/setup_native/source/win32/customactions/shellextensions/makefile.mk
+++ b/setup_native/source/win32/customactions/shellextensions/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: vg $ $Date: 2007-03-26 14:11:18 $
+# last change: $Author: ihi $ $Date: 2007-06-05 10:49:43 $
#
# 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"