summaryrefslogtreecommitdiff
path: root/cli_ure/workbench
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-12-16 10:43:49 +0000
committerKurt Zenker <kz@openoffice.org>2004-12-16 10:43:49 +0000
commit6a597bf07166cf77fa86f0b0e86e807025e31efa (patch)
treebaffd2b442ec6db724b9db09331f03db26617bca /cli_ure/workbench
parente057eadf627186a66f5d58e9be04387f4d38ebe9 (diff)
INTEGRATION: CWS jl15 (1.2.14); FILE MERGED
2004/11/30 16:13:34 jl 1.2.14.1: #i35985 use CSC macro in makefiles rather then csc
Diffstat (limited to 'cli_ure/workbench')
-rw-r--r--cli_ure/workbench/dynload/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/workbench/dynload/makefile.mk b/cli_ure/workbench/dynload/makefile.mk
index 9839ca8c1bd2..280817944e19 100644
--- a/cli_ure/workbench/dynload/makefile.mk
+++ b/cli_ure/workbench/dynload/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2004-07-12 13:07:02 $
+# last change: $Author: kz $ $Date: 2004-12-16 11:43:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,7 +81,7 @@ CSFILES = \
dynload.cs
$(OUT)$/bin$/dynload.exe : $(CSFILES)
- csc $(CSCFLAGS) \
+ +$(CSC) $(CSCFLAGS) \
-target:exe \
-out:$@ \
-reference:$(OUT)$/bin$/cli_ure.dll \