diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-06-27 05:57:32 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-06-27 05:57:32 +0000 |
commit | 00e3f47aa722fb8469674cd5e71ad0e3ff875da6 (patch) | |
tree | 882e9cc7d85a1cf23eb15fd5c8ebafbd0f8ff2d9 /extensions/test/ole/cpnt/makefile.mk | |
parent | 6cbd3b5bbe6e99232eef26935ccedb632609a53d (diff) |
*** empty log message ***
Diffstat (limited to 'extensions/test/ole/cpnt/makefile.mk')
-rw-r--r-- | extensions/test/ole/cpnt/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/test/ole/cpnt/makefile.mk b/extensions/test/ole/cpnt/makefile.mk index b53519118f71..8e3e6a5835ef 100644 --- a/extensions/test/ole/cpnt/makefile.mk +++ b/extensions/test/ole/cpnt/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:16:55 $ +# last change: $Author: jl $ $Date: 2001-06-27 06:57:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -137,7 +137,7 @@ ALL: ALLDEP $(BIN)$/oletest.rdb: $(ALLIDLFILES) - +unoidl -I$(PRJ) -I$(SOLARIDLDIR) -Burd -OH$(BIN) $? + +idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $? +regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)} touch $@ |