diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:21:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:21:01 +0000 |
commit | f6a2c95afbade47bca71ca7f199e0596572e5b36 (patch) | |
tree | f0923d379816e6d40a6352296f3609fe610f76d4 /jvmaccess/source | |
parent | 563f0f8fdeba8818b29869564c80f2865ecd5cea (diff) |
INTEGRATION: CWS sb31 (1.7.4); FILE MERGED
2005/04/07 12:17:45 sb 1.7.4.1: #120220# Added an encapsulating wrapper around a Java virtual machine and an appropriate UNO class loader.
Diffstat (limited to 'jvmaccess/source')
-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 42c475655..59e28af41 100644 --- a/jvmaccess/source/makefile.mk +++ b/jvmaccess/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hr $ $Date: 2004-11-09 11:49:59 $ +# last change: $Author: obo $ $Date: 2005-06-17 09:21:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,8 +74,8 @@ UNOUCRRDB = $(SOLARBINDIR)$/udkapi.rdb UNOUCROUT = $(OUT)$/inc SLOFILES = \ + $(SLO)$/unovirtualmachine.obj \ $(SLO)$/virtualmachine.obj - .INCLUDE: target.mk |