summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-06-11 17:29:48 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-06-11 17:29:48 +0000
commit23100aee41df9a51a8e767a180892563713894cc (patch)
tree5ab4ec377b91e23219d6d51d43952e2e10f867d5 /fpicker
parentbab8dacf9c66e9d0cb663b5b7296e21ad82b72aa (diff)
replaced / in compiler switches to avoid tcsh problems
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/makefile.mk b/fpicker/source/win32/filepicker/makefile.mk
index 937889731037..638d5d873d00 100644
--- a/fpicker/source/win32/filepicker/makefile.mk
+++ b/fpicker/source/win32/filepicker/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: tra $ $Date: 2002-03-21 07:37:44 $
+# last change: $Author: hjs $ $Date: 2002-06-11 18:29:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,7 +77,7 @@ COMPRDB=$(SOLARBINDIR)$/applicat.rdb
.INCLUDE : ..$/..$/cppumaker.mk
-CFLAGS+=/GX /GR /D_WIN32_WINNT=0x0500
+CFLAGS+=-GX -GR -D_WIN32_WINNT=0x0500
# --- Resources ----------------------------------------------------