summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-06-12 09:09:15 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-06-12 09:09:15 +0000
commitb4dd99437bb00068e473c7abc35f07f0bae250d2 (patch)
tree01b6131c595ac9cff67b6b8d40e32ea9e091effa /fpicker
parent2154b83eb0b7d1c5da12490d4f244d51262fdbbd (diff)
replaced / in compiler switches to avoid tcsh problems
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/misc/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/misc/makefile.mk b/fpicker/source/win32/misc/makefile.mk
index 8241dfe04ca9..2e4c9a5efba8 100644
--- a/fpicker/source/win32/misc/makefile.mk
+++ b/fpicker/source/win32/misc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: tra $ $Date: 2001-06-28 11:11:15 $
+# last change: $Author: hjs $ $Date: 2002-06-12 10:09:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,7 +71,7 @@ LIBTARGET=NO
.INCLUDE : ..$/..$/cppumaker.mk
-CFLAGS+=/GX
+CFLAGS+=-GX
# --- Files -------------------------------------