summaryrefslogtreecommitdiff
path: root/pyuno/demo
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2003-04-06 16:21:34 +0000
committerJörg Budischewski <jbu@openoffice.org>2003-04-06 16:21:34 +0000
commit5ec49d551e7d1eb016583010cf4902d39dc721a2 (patch)
tree98f3da85d3996cb9b168a787c3b69706325c49c5 /pyuno/demo
parentff78d7629bf679f3bd8448ac58a87c5f5dba5b23 (diff)
#i11753# changed pycpld to pythonloader.uno
Diffstat (limited to 'pyuno/demo')
-rw-r--r--pyuno/demo/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/demo/makefile.mk b/pyuno/demo/makefile.mk
index 37acbda32598..89026de99b2a 100644
--- a/pyuno/demo/makefile.mk
+++ b/pyuno/demo/makefile.mk
@@ -59,7 +59,7 @@ PYRUNTIME_DIRS=\
FILES=\
$(DESTROOT)$/program$/$(DLLPRE)pyuno$(DLLPOST) \
- $(DESTROOT)$/program$/$(DLLPRE)pycpld$(DLLPOST) \
+ $(DESTROOT)$/program$/$(DLLPRE)pythonloader.uno$(DLLPOST) \
$(DESTROOT)$/program$/pyuno$(INISUFFIX) \
$(DESTROOT)$/program$/uno.py \
$(DESTROOT)$/program$/unohelper.py \
@@ -133,7 +133,7 @@ $(DESTROOT)$/program$/pyuno_setup$(BATCHSUFFIX) : makefile.mk
echo #\!/bin/sh >> $@
chmod +x $@
.ENDIF
- echo regcomp -register -r services.rdb -c pycpld >>$@
+ echo regcomp -register -r services.rdb -c pythonloader.uno >>$@
# echo "$(MYCOPY) applicat.rdb pydemo$/applicat.rdb" >> $@
echo regcomp -register -br types.rdb -br services.rdb -r services.rdb -c vnd.openoffice.pymodule:swritercomp -l com.sun.star.loader.Python >>$@