replaced / in compiler switches to avoid tcsh problems

This commit is contained in:
Hans-Joachim Lankenau
2002-06-12 09:09:15 +00:00
parent 2154b83eb0
commit b4dd99437b

View File

@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@@ -71,7 +71,7 @@ LIBTARGET=NO
.INCLUDE : ..$/..$/cppumaker.mk .INCLUDE : ..$/..$/cppumaker.mk
CFLAGS+=/GX CFLAGS+=-GX
# --- Files ------------------------------------- # --- Files -------------------------------------