diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:14:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:14:27 +0000 |
commit | 33c2dfc24679d77cf2193e51d452334013e726d9 (patch) | |
tree | f20d9b3d6299cf83fdf16546c8c400b643257405 /extensions/test/ole | |
parent | 9e74b1b231be79c0e2c792b14d3e316eb0f9bd0c (diff) |
INTEGRATION: CWS ause069 (1.12.126); FILE MERGED
2006/11/24 15:08:19 hjs 1.12.126.1: #i70359# remove forced shell calls
Diffstat (limited to 'extensions/test/ole')
-rw-r--r-- | extensions/test/ole/cpnt/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/test/ole/cpnt/makefile.mk b/extensions/test/ole/cpnt/makefile.mk index fd83f6076d93..ae4bffaaac86 100644 --- a/extensions/test/ole/cpnt/makefile.mk +++ b/extensions/test/ole/cpnt/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: vg $ $Date: 2006-04-07 11:59:49 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:14:27 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -101,8 +101,8 @@ ALLTAR : $(MISC)$/$(TARGET).cppumaker.done ALLIDLFILES:= ..$/idl$/oletest.idl $(BIN)$/oletest.rdb: $(ALLIDLFILES) - +idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $? - +regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)} + idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $? + regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)} touch $@ $(MISC)$/$(TARGET).cppumaker.done: $(BIN)$/oletest.rdb |