From 23100aee41df9a51a8e767a180892563713894cc Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Tue, 11 Jun 2002 17:29:48 +0000 Subject: replaced / in compiler switches to avoid tcsh problems --- fpicker/source/win32/filepicker/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fpicker') 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 ---------------------------------------------------- -- cgit