Kaydet (Commit) 59119103 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use ENFORCEDSHLPREFIX for Android

üst ce5f65f3
......@@ -60,7 +60,7 @@ LIB1OBJFILES= $(SLOFILES)
LIB1TARGET=$(SLB)$/$(UNOCOMPONENT1).lib
SHL1TARGET= $(UNOCOMPONENT1)
SHL1TARGET=$(ENFORCEDSHLPREFIX)$(UNOCOMPONENT1)
SHL1STDLIBS= \
......
......@@ -6,6 +6,7 @@ mkdir: %_DEST%\inc\jvmfwk
..\%__SRC%\bin\jvmfwk*.dll %_DEST%\bin\*
..\%__SRC%\bin\sunjavap*.dll %_DEST%\bin\*
..\%__SRC%\lib\sunjavaplugin*.so %_DEST%\lib\*
..\%__SRC%\lib\libsunjavaplugin*.so %_DEST%\lib\*
..\%__SRC%\lib\sunjavaplugin*.dylib %_DEST%\lib\*
..\%__SRC%\class\JREProperties.class %_DEST%\bin\JREProperties.class
..\%__SRC%\class\JREProperties.class %_DEST%\lib\JREProperties.class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment