diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-04-04 12:09:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-04-04 12:09:51 +0000 |
commit | b7c0b88813f8523ef37a6ddb3e5aeae277dbc272 (patch) | |
tree | 8a074f6a48de2b4ec4f128e52d28f9030b8bd34e /cli_ure/util | |
parent | 3f89fbf1cf7a8ae948c44fb2690756f9e593d991 (diff) |
#i10000# -incremental not supported by csc Framework 3.5
Diffstat (limited to 'cli_ure/util')
-rw-r--r-- | cli_ure/util/target.pmk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/util/target.pmk b/cli_ure/util/target.pmk index ea478f98f09a..7739d65b427c 100644 --- a/cli_ure/util/target.pmk +++ b/cli_ure/util/target.pmk @@ -4,9 +4,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 02:04:39 $ +# last change: $Author: obo $ $Date: 2008-04-04 13:07:25 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ ###### C# ###### -CSCFLAGS = -warnaserror+ -incremental- -noconfig +CSCFLAGS = -warnaserror+ -noconfig .IF "$(debug)" == "" |