diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:57:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:57:28 +0000 |
commit | e227f6ecf60421ef7e4c6fc2b26f6597c5720c39 (patch) | |
tree | 5baee6e08bcce716b0b240b8cb8130d9b0357e06 /pyuno | |
parent | fcb0bcac048596c799538ba5d374118f14767f3a (diff) |
INTEGRATION: CWS os2port01 (1.10.48); FILE MERGED
2007/07/31 20:36:04 obr 1.10.48.2: RESYNC: (1.10-1.13); FILE MERGED
2006/12/28 15:02:20 ydario 1.10.48.1: OS/2 initial import.
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/loader/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pyuno/source/loader/makefile.mk b/pyuno/source/loader/makefile.mk index eb2fa4281..1362fd24d 100644 --- a/pyuno/source/loader/makefile.mk +++ b/pyuno/source/loader/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: vg $ $Date: 2007-05-25 11:02:06 $ +# last change: $Author: vg $ $Date: 2007-09-20 15:57:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -87,13 +87,14 @@ SLOFILES= $(SLO)$/pyuno_loader.obj # proxyfac \ # pythonloader.uno \ + COMPONENTS= \ typeconverter.uno \ invocation.uno \ - reflection.uno \ introspection.uno \ invocadapt.uno \ proxyfac.uno \ + reflection.uno \ pythonloader.uno # --- Targets ------------------------------------------------------ |