Kaydet (Commit) d6b806aa authored tarafından Luboš Luňák's avatar Luboš Luňák

fix build

Apparently the order in makefile.mk matters. Without this higher,
acceptor.uno.dll does not get built.
üst 8be1a00e
...@@ -72,6 +72,8 @@ DEF1NAME= $(SHL1TARGET) ...@@ -72,6 +72,8 @@ DEF1NAME= $(SHL1TARGET)
.ENDIF # L10N_framework .ENDIF # L10N_framework
.INCLUDE : target.mk
.IF "$(OS)" != "IOS" .IF "$(OS)" != "IOS"
$(MISC)/acceptor.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ $(MISC)/acceptor.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
...@@ -83,5 +85,3 @@ $(MISC)/acceptor.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ ...@@ -83,5 +85,3 @@ $(MISC)/acceptor.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
ALLTAR : $(MISC)/acceptor.component ALLTAR : $(MISC)/acceptor.component
.ENDIF # IOS .ENDIF # IOS
.INCLUDE : target.mk
...@@ -72,6 +72,8 @@ DEF1NAME= $(SHL1TARGET) ...@@ -72,6 +72,8 @@ DEF1NAME= $(SHL1TARGET)
.ENDIF # L10N_framework .ENDIF # L10N_framework
.INCLUDE : target.mk
.IF "$(OS)" != "IOS" .IF "$(OS)" != "IOS"
ALLTAR : $(MISC)/connector.component ALLTAR : $(MISC)/connector.component
...@@ -83,5 +85,3 @@ $(MISC)/connector.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ ...@@ -83,5 +85,3 @@ $(MISC)/connector.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
$(SOLARENV)/bin/createcomponent.xslt connector.component $(SOLARENV)/bin/createcomponent.xslt connector.component
.ENDIF # IOS .ENDIF # IOS
.INCLUDE : target.mk
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