X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fdc2446058c4dd9a039bf12cfaef34f954bc5942..f18b71b07e26c41bb94b80939e874bdc51078acf:/build/palmos/makefile-engine.mk?ds=inline diff --git a/build/palmos/makefile-engine.mk b/build/palmos/makefile-engine.mk index 1fe602a389..3477b50484 100644 --- a/build/palmos/makefile-engine.mk +++ b/build/palmos/makefile-engine.mk @@ -173,6 +173,7 @@ endif UNAME :=$(shell uname) ifeq ($(UNAME),Linux) # Linux Settings +PELF2BIN:=wine "$(TOOLS_DIR)/pelf2bin.exe" PSLIB:=wine "$(TOOLS_DIR)/pslib.exe" PRCMERGE :=wine "$(TOOLS_DIR)/PRCMerge.exe" PALMRC :=wine "$(TOOLS_DIR)/PalmRc.exe" @@ -617,9 +618,9 @@ $(SIM_OBJ_DIR)/%.o : %.CPP #makefile # XRD source processing $(RSC_OBJ_DIR)/%.trc : %.xrd makefile - $(PALMRC) -p $(TARGET_FORMAT) -makeDeps $(@D)/$(*F).deps $(RFLAGS) -locale $(LOCALE) "`cygpath -w -a ./$<`" -o $@ + $(PALMRC) -p $(TARGET_FORMAT) -makeDeps $(@D)/$(*F).deps $(RFLAGS) -locale $(LOCALE) "`$(CYGPATH_WA) ./$<`" -o $@ $(RSC_OBJ_DIR)/%.trc : %.XRD makefile - $(PALMRC) -p $(TARGET_FORMAT) -makeDeps $(@D)/$(*F).deps $(RFLAGS) -locale $(LOCALE) "`cygpath -w -a ./$<`" -o $@ + $(PALMRC) -p $(TARGET_FORMAT) -makeDeps $(@D)/$(*F).deps $(RFLAGS) -locale $(LOCALE) "`$(CYGPATH_WA) ./$<`" -o $@ # Definition file source processing