summaryrefslogtreecommitdiffstats
path: root/chart2/workbench
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 14:39:37 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 14:39:37 +0000
commita66f847ec7dba770fa780f410c2235f0aaf5fb5e (patch)
tree6769b8b93031afb91e79dd159d0bf26e38fa78ba /chart2/workbench
parentINTEGRATION: CWS ause069 (1.4.4); FILE MERGED (diff)
downloadcore-a66f847ec7dba770fa780f410c2235f0aaf5fb5e.tar.gz
core-a66f847ec7dba770fa780f410c2235f0aaf5fb5e.zip
INTEGRATION: CWS ause069 (1.2.94); FILE MERGED
2006/11/28 12:22:02 hjs 1.2.94.1: #i70359# remove forced shell calls
Diffstat (limited to 'chart2/workbench')
-rw-r--r--chart2/workbench/anyperformance/makefile.mk20
1 files changed, 9 insertions, 11 deletions
diff --git a/chart2/workbench/anyperformance/makefile.mk b/chart2/workbench/anyperformance/makefile.mk
index 557e9cfc4078..f95217db1aa9 100644
--- a/chart2/workbench/anyperformance/makefile.mk
+++ b/chart2/workbench/anyperformance/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 01:53:52 $
+# last change: $Author: obo $ $Date: 2007-01-25 15:39:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -41,9 +41,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
@@ -132,15 +130,15 @@ CPPUMAKERFLAGS = -L
# -Tcom.sun.star.uno.XCurrentContext
$(BIN)$/anyperformance.rdb: $(ALLIDLFILES)
- +idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $?
- +regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)}
- +regmerge $@ / $(UNOUCRRDB)
+ idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $?
+ regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)}
+ regmerge $@ / $(UNOUCRRDB)
touch $@
-# +regcomp -register -r $@ -c javaloader.dll
-# +regcomp -register -r $@ -c jen.dll
+# regcomp -register -r $@ -c javaloader.dll
+# regcomp -register -r $@ -c jen.dll
unoheader: $(BIN)$/anyperformance.rdb
- +cppumaker $(CPPUMAKERFLAGS) -BUCR -O$(UNOUCROUT) $(TYPES) $(BIN)$/anyperformance.rdb
-# +cunomaker -BUCR -O$(UNOUCROUT) $(TYPES) $(BIN)$/anyperformance.rdb
+ cppumaker $(CPPUMAKERFLAGS) -BUCR -O$(UNOUCROUT) $(TYPES) $(BIN)$/anyperformance.rdb
+# cunomaker -BUCR -O$(UNOUCROUT) $(TYPES) $(BIN)$/anyperformance.rdb