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

Just use the same style library name for jvmaccess for MinGW as for Unix

üst 586beca4
......@@ -46,7 +46,7 @@ SHL1TARGET = $(TARGET)$(COMID)
.IF "$(COM)" == "MSC"
SHL1IMPLIB = i$(TARGET)
.ELSE
SHL1IMPLIB = $(TARGET)$(UDK_MAJOR)$(COMID)
SHL1IMPLIB = $(TARGET)$(COMID)
.ENDIF
SHL1LIBS = $(SLB)$/$(TARGET).lib
SHL1STDLIBS = $(CPPULIB) $(SALLIB) $(SALHELPERLIB)
......
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