diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2000-11-13 09:50:34 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2000-11-13 09:50:34 +0000 |
commit | 916ce999740d569c595787a6ece6218c377bcd25 (patch) | |
tree | 73b692194b5d1e5bd064233067d800b8e58a7288 /stoc | |
parent | 022b0adacc31135789e9eff62982758dbf5783a8 (diff) |
switched to udkapi.rdb
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/cppumaker.mk | 8 | ||||
-rw-r--r-- | stoc/test/makefile.mk | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/cppumaker.mk b/stoc/source/cppumaker.mk index 50b331fcaebd..5c18b4307c85 100644 --- a/stoc/source/cppumaker.mk +++ b/stoc/source/cppumaker.mk @@ -2,9 +2,9 @@ # # $RCSfile: cppumaker.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 15:29:33 $ +# last change: $Author: dbo $ $Date: 2000-11-13 10:50:34 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -59,8 +59,8 @@ # # #************************************************************************* -UNOUCRDEP= $(SOLARBINDIR)$/applicat.rdb -UNOUCRRDB= $(SOLARBINDIR)$/applicat.rdb +UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb +UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb CPPUMAKERFLAGS = diff --git a/stoc/test/makefile.mk b/stoc/test/makefile.mk index 9316f1e6ff10..4b0220b03ebb 100644 --- a/stoc/test/makefile.mk +++ b/stoc/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: dbo $ $Date: 2000-10-06 14:25:14 $ +# last change: $Author: dbo $ $Date: 2000-11-13 10:50:34 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -226,7 +226,7 @@ TESTPROXYFAC:=com.sun.star.util.XProxyFactory $(BIN)$/stoctest.rdb: $(ALLIDLFILES) +unoidl -I$(PRJ) -I$(SOLARIDLDIR) -Burd -OH$(BIN) $? +regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)} - +regmerge $@ / $(SOLARBINDIR)$/applicat.rdb + +regmerge $@ / $(SOLARBINDIR)$/udkapi.rdb touch $@ unoheader: $(BIN)$/stoctest.rdb |