diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-07 09:23:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-07 09:23:33 +0000 |
commit | 74016316ffbea1bf3ae70cb5722741778d076e1e (patch) | |
tree | 05c64dca8647e9148340c0b6260a6b481ae773ba /jvmaccess/source/makefile.mk | |
parent | 256e50045e637efc630987c8b40d5dec19f9b5ec (diff) |
#100000# type generation
Diffstat (limited to 'jvmaccess/source/makefile.mk')
-rw-r--r-- | jvmaccess/source/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/jvmaccess/source/makefile.mk b/jvmaccess/source/makefile.mk index ac46bcb3a31a..9323af5ab3e8 100644 --- a/jvmaccess/source/makefile.mk +++ b/jvmaccess/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2003-03-26 12:41:24 $ +# last change: $Author: vg $ $Date: 2003-04-07 10:23:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,6 +67,10 @@ ENABLE_EXCEPTIONS = TRUE .INCLUDE: settings.mk +UNOUCRDEP = $(SOLARBINDIR)$/udkapi.rdb +UNOUCRRDB = $(SOLARBINDIR)$/udkapi.rdb +UNOUCROUT = $(OUT)$/inc + SLOFILES = \ $(SLO)$/javainfo.obj \ $(SLO)$/javainfoimpl.obj \ |