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

Unbreak build on non-Windows

üst 84d10c7c
......@@ -113,9 +113,18 @@ ALLTAR : \
$(LB)$/lib$(TARGET).a: $(MISC)$/$(TARGET).def
dlltool --dllname $(TARGET)$(DLLPOST) --input-def=$(MISC)$/$(TARGET).def --kill-at --output-lib=$(LB)$/lib$(TARGET).a
.ELSE
.IF "$(GUI)"!="WNT"
# For some reason the build breaks on Windows if this is listed in the
# prerequisite list of ALLTAR, but pyuno.pyd still gets produced. Go
# figure. But we need it on non-Windows.
targetdll=$(LB)$/$(TARGET)$(DLLPOST)
.ENDIF
ALLTAR : \
$(DLLDEST)$/uno.py \
$(DLLDEST)$/unohelper.py \
$(targetdll) \
$(MISC)$/$(PYUNORC)
.ENDIF
.ENDIF
......
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