use cygpath on Windows
This commit is contained in:
@@ -87,7 +87,11 @@ PYTHONHOME:=$(SOLARVER)/$(INPATH)
|
||||
$(MISC)/sdf-template/en-US.sdf :
|
||||
-$(MKDIRHIER) $(MISC)/sdf-template
|
||||
-$(MKDIRHIER) $(MISC)/sdf-l10n
|
||||
.IF "$(OS)" == "WNT"
|
||||
$(SOLARSRC)/solenv/bin/localize -e -l en-US -f $(shell cygpath -m $(SRC_ROOT)/$(PRJNAME)/$@)
|
||||
.ELSE
|
||||
$(SOLARSRC)/solenv/bin/localize -e -l en-US -f $(SRC_ROOT)/$(PRJNAME)/$@
|
||||
.ENDIF # "$(OS)" == "WNT"
|
||||
|
||||
pot : $(MISC)/sdf-template/en-US.sdf
|
||||
$(OO2PO) -P -i $< -o $(MISC)/pot
|
||||
|
||||
Reference in New Issue
Block a user