summaryrefslogtreecommitdiff
path: root/cli_ure/util
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2003-07-18 11:44:28 +0000
committerDaniel Boelzle <dbo@openoffice.org>2003-07-18 11:44:28 +0000
commit27dd641921cd9253b99dac9277c9af90eebb3722 (patch)
tree27150f5ee0efe5e7d275586340c4f8e167291c54 /cli_ure/util
parent5bbe9624a76871011b932f85792a745ff8f737f3 (diff)
#107130#
Diffstat (limited to 'cli_ure/util')
-rw-r--r--cli_ure/util/target.pmk8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli_ure/util/target.pmk b/cli_ure/util/target.pmk
index f95bb5020bd4..6b49546d408a 100644
--- a/cli_ure/util/target.pmk
+++ b/cli_ure/util/target.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: target.pmk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: dbo $ $Date: 2003-05-08 12:41:06 $
+# last change: $Author: dbo $ $Date: 2003-07-18 12:44:28 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -62,7 +62,7 @@
###### C# ######
-CSCFLAGS = -warnaserror+ -incremental-
+CSCFLAGS = -warnaserror+ -incremental- -noconfig
.IF "$(debug)" == ""
@@ -72,7 +72,7 @@ CSCFLAGS += -checked+ -define:DEBUG -define:TRACE
CSCFLAGS += -o
.ENDIF
-.ELSE # DEBUG
+.ELSE # debug
CSCFLAGS += -debug+ -checked+ -define:DEBUG -define:TRACE