diff options
author | Kevin Hendricks <khendricks@openoffice.org> | 2003-05-18 12:31:54 +0000 |
---|---|---|
committer | Kevin Hendricks <khendricks@openoffice.org> | 2003-05-18 12:31:54 +0000 |
commit | 093ee243048cd51a6ebb8450119cc48eb5d9f56c (patch) | |
tree | c5d2d1e3ccf8ce2db82a1e007fa8d41f0097e2c2 /pyuno/source/loader | |
parent | d305baf0984563e4f70b7e8f1e8989e0f267ec78 (diff) |
fixes to pyuno to use the new component names,
update version of demo standalone version to 0.94
fix for tests to use the new component names
Diffstat (limited to 'pyuno/source/loader')
-rw-r--r-- | pyuno/source/loader/makefile.mk | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/pyuno/source/loader/makefile.mk b/pyuno/source/loader/makefile.mk index 77cefb3ae..ebea109d9 100644 --- a/pyuno/source/loader/makefile.mk +++ b/pyuno/source/loader/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jbu $ $Date: 2003-04-06 17:15:52 $ +# last change: $Author: khendricks $ $Date: 2003-05-18 13:31:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,6 +66,9 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk + +DLLPRE = + .INCLUDE : pyversion.mk #------------------------------------------------------------------- @@ -97,14 +100,23 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) SLOFILES= $(SLO)$/pyuno_loader.obj +#COMPONENTS= \ +# tcv \ +# inv \ +# corefl \ +# insp \ +# invadp \ +# proxyfac \ +# pythonloader.uno \ + COMPONENTS= \ - tcv \ - inv \ - corefl \ - insp \ - invadp \ - proxyfac \ - pythonloader.uno \ + typeconverter.uno \ + invocation.uno \ + corereflection.uno \ + introspection.uno \ + invocadapt.uno \ + proxyfac.uno \ + pythonloader.uno # --- Targets ------------------------------------------------------ |