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 | 1c42e58b75ff4db0f21c2f5e8184b927432ec6d9 (patch) | |
tree | 593304aa4f0d6e782fdbf2844e6422bd983ce5ff /jvmaccess | |
parent | 76a187ac57b5143ee8df22241fa3baabde05a3ad (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')
-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 42c475655c5f..59e28af41272 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 |