diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-09-03 12:07:07 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-09-03 12:07:07 +0000 |
commit | 188949be02334864ef48716766dfe4e28d9b2118 (patch) | |
tree | 5a981837c472ff4db0b6027561403189327dc0c0 /cosv | |
parent | 8ce941d321f4ac9a4400bbae47097932cfe7506b (diff) |
#100000# use - for compiler flags instead of /
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/source/fullcpp.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cosv/source/fullcpp.mk b/cosv/source/fullcpp.mk index 4c871d0a2e6d..1c0af373f6c5 100644 --- a/cosv/source/fullcpp.mk +++ b/cosv/source/fullcpp.mk @@ -2,9 +2,9 @@ # # $RCSfile: fullcpp.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: np $ $Date: 2002-06-25 15:15:46 $ +# last change: $Author: hjs $ $Date: 2002-09-03 13:07:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,7 +69,7 @@ .IF "$(GUI)"=="WNT" # RTTI -CFLAGS+= /GR +CFLAGS+= -GR .IF "$(NP_LOCALBUILD)"!="" |