Kaydet (Commit) eed1a4cb authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

DEV300 masterfix: #i111081#: javainstaller2: fix build w/o sdf files

üst 14a61865
......@@ -43,8 +43,15 @@ INPUT=java_ulffiles
.INCLUDE : target.mk
.IF "$(SOLAR_JAVA)"!=""
.IF "$(WITH_LANG)"==""
ULFDIR:=$(PRJ)/src/Localization
.ELSE #"$(WITH_LANG)"==""
ULFDIR:=$(COMMONMISC)/$(INPUT)
.ENDIF #"$(WITH_LANG)"==""
ALLTAR: $(BIN)$/Prologue.html
$(BIN)$/Prologue.html : create_helpfiles.pl helpfilenames.txt $(COMMONMISC)$/$(INPUT)$/setupstrings.ulf
$(PERL) create_helpfiles.pl $/ $(COMMONMISC)$/$(INPUT) $(BIN)
$(BIN)$/Prologue.html : create_helpfiles.pl helpfilenames.txt $(ULFDIR)/setupstrings.ulf
$(PERL) create_helpfiles.pl / $(ULFDIR) $(BIN)
.ENDIF
......@@ -30,7 +30,9 @@ PRJ=..$/..
PRJNAME=javainstaller2
TARGET=java_ulffiles
.IF "$(WITH_LANG)"!=""
WITH_LANG!:=ALL
.ENDIF # "$(WITH_LANG)"!=""
# --- Settings -----------------------------------------------------
......
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