This commit is contained in:
Joachim Lingner 2004-04-20 09:01:50 +00:00
parent 59487b53f5
commit 6d849f1c9a
3 changed files with 12 additions and 4 deletions

View file

@ -3,4 +3,6 @@ mkdir: %_DEST%\inc%_EXT%\jvmaccess
..\inc\jvmfwk\vendorplugin.h %_DEST%\inc%_EXT%\jvmfwk\vendorplugin.h
..\%__SRC%\lib\ijvmfwk.lib %_DEST%\lib%_EXT%\ijvmfwk.lib
..\%__SRC%\bin\jvmfwk*.dll %_DEST%\bin%_EXT%\*
..\%__SRC%\bin\sunjavaplugin*.dll %_DEST%\bin%_EXT%\*
linklib: libjvmfwk*.so.*.*.*

View file

@ -1,4 +1,4 @@
UDK_3.1 {
UDK_3_0_0 {
global:
# jvmfwk/framework.h:
jfw_freeJavaInfo;

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.2 $
# $Revision: 1.3 $
#
# last change: $Author: jl $ $Date: 2004-04-20 08:58:53 $
# last change: $Author: jl $ $Date: 2004-04-20 10:01:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -87,7 +87,13 @@ SLOFILES = \
#LIB1TARGET=$(SLB)$/$(FRAMEWORKLIB).lib
SHL1TARGET=$(FRAMEWORKLIB)
.IF "$(UNIXVERSIONNAMES)" == ""
SHL1TARGET = $(FRAMEWORKLIB)$(UDK_MAJOR)
.ELSE # UNIXVERSIONNAMES
SHL1TARGET = $(FRAMEWORKLIB)
.ENDIF # UNIXVERSIONNAMES
#SHL1TARGET=$(FRAMEWORKLIB)
SHL1DEPN=
SHL1IMPLIB = i$(FRAMEWORKLIB)
SHL1LIBS = $(SLB)$/$(TARGET).lib