diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-12 09:43:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-12 09:43:11 +0000 |
commit | 6cc2af4ee420216e3b155f53046a58729536c536 (patch) | |
tree | 7d803c1c852f429e271020d2289d49becd6f0b73 /jvmaccess | |
parent | bad8963dfe68f49c35164750fab78903f6b4ef87 (diff) |
INTEGRATION: CWS sb36 (1.8.4); FILE MERGED
2006/11/08 13:13:16 sb 1.8.4.3: RESYNC: (1.9-1.10); FILE MERGED
2005/09/21 12:15:40 sb 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED
2005/07/14 12:43:14 sb 1.8.4.1: #i51803# New jvmaccess::ClassPath: helper functions for class path handling.
Diffstat (limited to 'jvmaccess')
-rw-r--r-- | jvmaccess/source/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmaccess/source/makefile.mk b/jvmaccess/source/makefile.mk index bda614ce0006..014da194adab 100644 --- a/jvmaccess/source/makefile.mk +++ b/jvmaccess/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: vg $ $Date: 2006-05-24 14:20:57 $ +# last change: $Author: obo $ $Date: 2007-03-12 10:43:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,8 +42,8 @@ ENABLE_EXCEPTIONS = TRUE .INCLUDE: settings.mk SLOFILES = \ + $(SLO)$/classpath.obj \ $(SLO)$/unovirtualmachine.obj \ $(SLO)$/virtualmachine.obj .INCLUDE: target.mk - |