summaryrefslogtreecommitdiff
path: root/stoc/test/makefile.mk
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2000-11-15 16:54:31 +0000
committerDaniel Boelzle <dbo@openoffice.org>2000-11-15 16:54:31 +0000
commit0686cd566de4380b5d7e414d11d266e47f234b56 (patch)
treeb5f96ebd6cf520e90b435a338722ae7ad95880ff /stoc/test/makefile.mk
parent3674ddbd0e973d1983685fc5a5d42179cfda4896 (diff)
proxy factory moved from util to reflection
Diffstat (limited to 'stoc/test/makefile.mk')
-rw-r--r--stoc/test/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/makefile.mk b/stoc/test/makefile.mk
index 4b0220b03ebb..837f3ec98084 100644
--- a/stoc/test/makefile.mk
+++ b/stoc/test/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: dbo $ $Date: 2000-11-13 10:50:34 $
+# last change: $Author: dbo $ $Date: 2000-11-15 17:54:31 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -221,7 +221,7 @@ TESTCOREFL:=ModuleC;ModuleC.XInterfaceA;ModuleC.XInterfaceB;ModuleA.XInterface1;
TESTIADAPTER:=com.sun.star.beans.XIntrospection;com.sun.star.beans.MethodConcept;com.sun.star.beans.XExactName;com.sun.star.lang.XTypeProvider;com.sun.star.uno.XAggregation;com.sun.star.script.XInvocationAdapterFactory;com.sun.star.script.XInvocation;com.sun.star.lang.XMultiServiceFactory;com.sun.star.registry.XSimpleRegistry;com.sun.star.lang.XInitialization;test.XLanguageBindingTest
TESTINTROSP:=ModuleA;ModuleA.XIntroTest;com.sun.star.beans.XPropertySet;com.sun.star.container.XIndexAccess;com.sun.star.container.XNameAccess;com.sun.star.beans.PropertyAttribute;com.sun.star.beans.PropertyConcept
TESTCONV:=com.sun.star.script.XTypeConverter
-TESTPROXYFAC:=com.sun.star.util.XProxyFactory
+TESTPROXYFAC:=com.sun.star.reflection.XProxyFactory
$(BIN)$/stoctest.rdb: $(ALLIDLFILES)
+unoidl -I$(PRJ) -I$(SOLARIDLDIR) -Burd -OH$(BIN) $?