Kaydet (Commit) 38c0ddd4 authored tarafından Oliver Bolte's avatar Oliver Bolte

CWS-TOOLING: integrate CWS ause098

üst d405ab90
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.1 $ # $Revision: 1.1.2.1 $
# #
# This file is part of OpenOffice.org. # This file is part of OpenOffice.org.
# #
...@@ -58,6 +58,9 @@ BUILD_ACTION=$(ANT) $(ANT_FLAGS) -Dsolarbindir=$(SOLARBINDIR) jar-bj ...@@ -58,6 +58,9 @@ BUILD_ACTION=$(ANT) $(ANT_FLAGS) -Dsolarbindir=$(SOLARBINDIR) jar-bj
OUT2CLASS= saxon-build$/9.0.0.7$/bj$/saxon9.jar OUT2CLASS= saxon-build$/9.0.0.7$/bj$/saxon9.jar
.ELSE # $(SOLAR_JAVA)!= ""
nojava:
@echo "Not building $(PRJNAME) because Java is disabled"
.ENDIF # $(SOLAR_JAVA)!= "" .ENDIF # $(SOLAR_JAVA)!= ""
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.4 $ # $Revision: 1.4.2.1 $
# #
# This file is part of OpenOffice.org. # This file is part of OpenOffice.org.
# #
...@@ -59,6 +59,9 @@ BUILD_ACTION=$(JAVAC) javax$/xml$/stream$/*.java && jar -cf jsr173_1.0_api.jar j ...@@ -59,6 +59,9 @@ BUILD_ACTION=$(JAVAC) javax$/xml$/stream$/*.java && jar -cf jsr173_1.0_api.jar j
OUT2CLASS=jsr173_1.0_api.jar OUT2CLASS=jsr173_1.0_api.jar
.ELSE # $(SOLAR_JAVA)!= ""
nojava:
@echo "Not building $(PRJNAME) because Java is disabled"
.ENDIF # $(SOLAR_JAVA)!= "" .ENDIF # $(SOLAR_JAVA)!= ""
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
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