summaryrefslogtreecommitdiff
path: root/cli_ure/qa
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 12:42:49 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 12:42:49 +0000
commit69afbd644dd3aec80b8e9e31bf9013f38acd6eec (patch)
treee38bdd07f3b54df9e1f62cf9a2684615de7e1499 /cli_ure/qa
parentaf458b5bbdfacaa29ac47aa8936065a53fdb8641 (diff)
INTEGRATION: CWS ause069 (1.5.36); FILE MERGED
2006/10/18 17:10:13 hjs 1.5.36.1: #i70359# remove forced shell calls
Diffstat (limited to 'cli_ure/qa')
-rw-r--r--cli_ure/qa/climaker/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli_ure/qa/climaker/makefile.mk b/cli_ure/qa/climaker/makefile.mk
index db46757169e5..48debf6e70ca 100644
--- a/cli_ure/qa/climaker/makefile.mk
+++ b/cli_ure/qa/climaker/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2006-02-03 17:13:20 $
+# last change: $Author: obo $ $Date: 2007-01-25 13:42:49 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -81,7 +81,7 @@ $(EXETARGET): $(CSFILES) $(OUTDIR)$/cli_test_types.dll
$(GNUCOPY) -p $(BIN)$/cli_basetypes.dll $(OUTDIR)$/cli_basetypes.dll
$(GNUCOPY) -p $(BIN)$/cli_ure.dll $(OUTDIR)$/cli_ure.dll
$(GNUCOPY) -p $(BIN)$/climaker.exe $(OUTDIR)
- +$(CSC) $(CSCFLAGS) -target:exe -out:$(EXETARGET) \
+ $(CSC) $(CSCFLAGS) -target:exe -out:$(EXETARGET) \
-reference:$(BIN)$/cli_ure.dll \
-reference:$(BIN)$/cli_types.dll \
-reference:$(BIN)$/cli_basetypes.dll \
@@ -138,6 +138,6 @@ CT_NOOFFICE = -NoOffice
# --- Targets ------------------------------------------------------
RUN:
- +java -cp $(CLASSPATH) -Dcli_ure_test=$(EXETARGET) $(CT_APP) $(CT_NOOFFICE) $(CT_TESTBASE) $(CT_TEST)
+ java -cp $(CLASSPATH) -Dcli_ure_test=$(EXETARGET) $(CT_APP) $(CT_NOOFFICE) $(CT_TESTBASE) $(CT_TEST)
run: RUN