Kaydet (Commit) 9c2dc8b9 authored tarafından Daniel Boelzle's avatar Daniel Boelzle

unoidl => idlc

üst 593d7125
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1.1.1 $
# $Revision: 1.2 $
#
# last change: $Author: hr $ $Date: 2000-09-18 15:29:36 $
# last change: $Author: dbo $ $Date: 2001-03-30 11:03:34 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -98,7 +98,7 @@ APP1OBJS= $(OBJ)$/excomp.obj
APP1STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(SALHELPERLIB) \
$(SALLIB)
# ---- objects ----
......@@ -114,7 +114,7 @@ SHL1TARGET= $(TARGET1)
SHL1STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(SALHELPERLIB) \
$(SALLIB)
SHL1DEPN=
......@@ -133,7 +133,7 @@ SHL2TARGET= $(TARGET2)
SHL2STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(SALHELPERLIB) \
$(SALLIB)
SHL2DEPN=
......
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1.1.1 $
# $Revision: 1.2 $
#
# last change: $Author: hr $ $Date: 2000-09-18 15:29:36 $
# last change: $Author: dbo $ $Date: 2001-03-30 11:03:34 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -90,7 +90,7 @@ APP6OBJS = $(OBJ)$/testjavavm.obj
APP6STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(SALHELPERLIB) \
$(SALLIB) \
$(UNOLIB)
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: language_binding.idl,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 15:29:35 $
* last change: $Author: dbo $ $Date: 2001-03-30 11:03:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -118,7 +118,6 @@ typedef TestDataElements TestData;
*
* @author Daniel Boelzle
*/
[ uik(46833373-3462-11d3-87A400A0-24494732), ident("XLBTest", 1.0) ]
interface XLBTestBase : com::sun::star::uno::XInterface
{
/**
......@@ -184,7 +183,6 @@ interface XLBTestBase : com::sun::star::uno::XInterface
*
* @author Daniel Boelzle
*/
[ uik(44C34C20-3478-11d3-87A400A0-24494732), ident("XLanguageBindingTest", 1.0) ]
interface XLanguageBindingTest : test::XLBTestBase
{
/**
......
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.10 $
# $Revision: 1.11 $
#
# last change: $Author: pluby $ $Date: 2001-03-02 07:17:52 $
# last change: $Author: dbo $ $Date: 2001-03-30 11:03:33 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -95,7 +95,7 @@ APP1OBJS= $(OBJ)$/testloader.obj
APP1STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(SALHELPERLIB) \
$(SALLIB)
.IF "$(GUI)"=="WNT"
......@@ -110,7 +110,7 @@ APP2OBJS= $(OBJ)$/testregistry.obj
APP2STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(SALHELPERLIB) \
$(SALLIB)
.IF "$(GUI)"=="WNT"
......@@ -125,7 +125,7 @@ APP3OBJS = $(OBJ)$/testsmgr.obj
APP3STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(SALHELPERLIB) \
$(SALLIB)
.IF "$(GUI)"=="UNX"
......@@ -166,7 +166,7 @@ APP6OBJS = $(OBJ)$/testintrosp.obj
APP6STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(SALHELPERLIB) \
$(SALLIB)
.IF "$(GUI)"=="WNT"
......@@ -224,7 +224,7 @@ TESTCONV:=com.sun.star.script.XTypeConverter
TESTPROXYFAC:=com.sun.star.reflection.XProxyFactory
$(BIN)$/stoctest.rdb: $(ALLIDLFILES)
+unoidl -I$(PRJ) -I$(SOLARIDLDIR) -Burd -OH$(BIN) $?
+idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $?
+regmerge $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)}
+regmerge $@ / $(SOLARBINDIR)$/udkapi.rdb
touch $@
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: testcorefl.idl,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 15:29:35 $
* last change: $Author: dbo $ $Date: 2001-03-30 11:03:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -90,7 +90,6 @@ module ModuleA
StructC aStructC;
};
[ uik(e227a3A1-33d6-12d1-aabe02a0-249d5590), ident("InterfaceB", 1.0) ]
interface XInterface1 : com::sun::star::uno::XInterface
{
};
......@@ -122,7 +121,6 @@ module ModuleC
const string aConstString = "test";
[ uik(e227a3A0-33d6-11d1-aabe02a0-249d5590), ident("InterfaceA", 1.0) ]
interface XInterfaceA : com::sun::star::uno::XInterface
{
void methodA();
......@@ -130,7 +128,6 @@ module ModuleC
sequence<ModuleA::StructB> methodC([in] ModuleA::StructC aStructC, [inout] ModuleA::StructA aStructA);
};
[ uik(e227a3A1-33d6-11d1-aabe02a0-12345678), ident("InterfaceB", 1.0) ]
interface XInterfaceB : XInterfaceA
{
[attribute] string aString;
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: testintrosp.idl,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 15:29:36 $
* last change: $Author: dbo $ $Date: 2001-03-30 11:03:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -102,7 +102,6 @@ module ModuleA
@deprecated
*/
[ uik(E227A4AB-33D6-11D1-AABE00A0-249D5590), ident( "XIntroTest", 1.0 ) ]
interface XIntroTest: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment