#i20025#
This commit is contained in:
parent
59487b53f5
commit
6d849f1c9a
3 changed files with 12 additions and 4 deletions
|
@ -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.*.*.*
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
UDK_3.1 {
|
||||
UDK_3_0_0 {
|
||||
global:
|
||||
# jvmfwk/framework.h:
|
||||
jfw_freeJavaInfo;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue