diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:39:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:39:37 +0000 |
commit | a66f847ec7dba770fa780f410c2235f0aaf5fb5e (patch) | |
tree | 6769b8b93031afb91e79dd159d0bf26e38fa78ba /chart2/workbench | |
parent | f81284bb3bdfe480092db8f37e833d4b74b02cb8 (diff) |
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.mk | 20 |
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 |