summaryrefslogtreecommitdiff
path: root/odk/source
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2006-10-09 15:00:13 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2006-10-09 15:00:13 +0000
commit03ab341da16e0f70b703b77f27790dbe62331c6e (patch)
treeceb500e59990b3eac5ecab2fce683e1d5d177e33 /odk/source
parent4fb6620d434019e8f57fd36d99894295e712a753 (diff)
#i70246# add pch include path to custom compile line
Diffstat (limited to 'odk/source')
-rw-r--r--odk/source/unowinreg/win/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/source/unowinreg/win/makefile.mk b/odk/source/unowinreg/win/makefile.mk
index 400356da985d..9c25969b04da 100644
--- a/odk/source/unowinreg/win/makefile.mk
+++ b/odk/source/unowinreg/win/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: ihi $ $Date: 2006-08-28 11:29:52 $
+# last change: $Author: hjs $ $Date: 2006-10-09 16:00:13 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -75,7 +75,7 @@ nojava:
$(BIN)$/unowinreg.dll : unowinreg.cxx
$(MINGWCXX) -Wall -D_JNI_IMPLEMENTATION_ $(JAVA_INCLUDES) \
- -shared -o $(BIN)$/unowinreg.dll unowinreg.cxx \
+ -I$(PRJ)/inc/pch -shared -o $(BIN)$/unowinreg.dll unowinreg.cxx \
-Wl,--kill-at -lkernel32 -ladvapi32
$(MINGWSTRIP) $(BIN)$/unowinreg.dll