summaryrefslogtreecommitdiff
path: root/odk/pack/copying/makefile.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-05-28 14:50:06 +0000
committerOliver Bolte <obo@openoffice.org>2004-05-28 14:50:06 +0000
commit3c3eed1b36010f5da990f27132d2f2ed44cecfd3 (patch)
tree6a6ff7d56a228febbd261929ce34a97df1c1f990 /odk/pack/copying/makefile.mk
parent0b84bbef86dc023a07836526e118e1e376651539 (diff)
INTEGRATION: CWS comptrans2 (1.67.2); FILE MERGED
2004/05/24 14:34:53 tbe 1.67.2.2: #i29443# move com.sun.star.lib.loader classes from javaunohelper to odk 2004/05/19 14:44:36 tbe 1.67.2.1: #116239# Transparent Use of Office UNO Components from C++
Diffstat (limited to 'odk/pack/copying/makefile.mk')
-rw-r--r--odk/pack/copying/makefile.mk13
1 files changed, 7 insertions, 6 deletions
diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk
index 90089eca4fb5..ba496bd0c462 100644
--- a/odk/pack/copying/makefile.mk
+++ b/odk/pack/copying/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.67 $
+# $Revision: 1.68 $
#
-# last change: $Author: rt $ $Date: 2004-05-03 07:41:14 $
+# last change: $Author: obo $ $Date: 2004-05-28 15:50:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -120,7 +120,8 @@ EXELIST = \
$(DESTDIRBIN)$/javamaker$(EXEPOSTFIX) \
$(DESTDIRBIN)$/xml2cmp$(EXEPOSTFIX) \
$(DESTDIRBIN)$/uno$(EXEPOSTFIX) \
- $(DESTDIRBIN)$/autodoc$(EXEPOSTFIX)
+ $(DESTDIRBIN)$/autodoc$(EXEPOSTFIX) \
+ $(DESTDIRBIN)$/unoapploader$(EXEPOSTFIX)
.IF "$(GUI)"=="WNT"
LIBLIST = \
@@ -141,14 +142,14 @@ LIBLIST = \
.ENDIF
.ENDIF
+# note, that inner class files are copied implicitly
DESTCLASSESLIST= \
$(DESTDIRJAR)$/com$/sun$/star$/lib$/loader$/Loader.class \
- $(DESTDIRJAR)$/com$/sun$/star$/lib$/loader$/Loader$CustomURLClassLoader.class \
$(DESTDIRJAR)$/com$/sun$/star$/lib$/loader$/InstallationFinder.class \
- $(DESTDIRJAR)$/com$/sun$/star$/lib$/loader$/InstallationFinder$StreamGobbler.class \
$(DESTDIRJAR)$/com$/sun$/star$/lib$/loader$/WinRegKey.class \
$(DESTDIRJAR)$/com$/sun$/star$/lib$/loader$/WinRegKeyException.class
-
+# $(DESTDIRJAR)$/com$/sun$/star$/lib$/loader$/Loader$$CustomURLClassLoader.class \
+# $(DESTDIRJAR)$/com$/sun$/star$/lib$/loader$/InstallationFinder$$StreamGobbler.class \
SETTINGSLIST= \
$(DESTDIRSETTINGS)$/settings.mk \