Kaydet (Commit) a81f06f2 authored tarafından Jesús Corrius's avatar Jesús Corrius

Use $(DLLTOOL) instead of dlltool

üst 9c1b9a76
...@@ -113,7 +113,7 @@ ALLTAR : \ ...@@ -113,7 +113,7 @@ ALLTAR : \
$(LB)$/lib$(TARGET).a $(LB)$/lib$(TARGET).a
$(LB)$/lib$(TARGET).a: $(MISC)$/$(TARGET).def $(LB)$/lib$(TARGET).a: $(MISC)$/$(TARGET).def
dlltool --dllname $(TARGET)$(DLLPOST) --input-def=$(MISC)$/$(TARGET).def --kill-at --output-lib=$(LB)$/lib$(TARGET).a $(DLLTOOL) --dllname $(TARGET)$(DLLPOST) --input-def=$(MISC)$/$(TARGET).def --kill-at --output-lib=$(LB)$/lib$(TARGET).a
.ELSE .ELSE
.IF "$(GUI)"!="WNT" .IF "$(GUI)"!="WNT"
......
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