From 22328a4f817c907867f9aaa7bac1a023641715ca Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Wed, 4 Sep 2002 14:57:06 +0000 Subject: #100000# use - for compiler switches instead of / --- autodoc/source/mkinc/fullcpp.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autodoc/source/mkinc/fullcpp.mk') diff --git a/autodoc/source/mkinc/fullcpp.mk b/autodoc/source/mkinc/fullcpp.mk index a8db82382e28..ad04ae6eb320 100644 --- a/autodoc/source/mkinc/fullcpp.mk +++ b/autodoc/source/mkinc/fullcpp.mk @@ -2,9 +2,9 @@ # # $RCSfile: fullcpp.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: np $ $Date: 2002-05-14 09:02:18 $ +# last change: $Author: hjs $ $Date: 2002-09-04 15:57:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,7 +70,7 @@ .IF "$(GUI)"=="WNT" # RTTI -CFLAGS+= /GR +CFLAGS+= -GR .IF "$(NP_LOCALBUILD)"!="" -- cgit