diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-04-15 13:02:15 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-04-15 13:02:15 +0000 |
commit | 6adcd12f6c0636a4fee1e6c493e6b7d1968a97e6 (patch) | |
tree | dc80bfdecaa62571f084f1fe89538b0596bbdd66 /stlport/makefile.mk | |
parent | b7502ce48fbfd72d8efcf58256564b37a2c8929e (diff) |
win32 / tcsh
Diffstat (limited to 'stlport/makefile.mk')
-rw-r--r-- | stlport/makefile.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk index 1fa9f33756f4..b59e5b432405 100644 --- a/stlport/makefile.mk +++ b/stlport/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: hjs $ $Date: 2002-03-19 16:00:23 $ +# last change: $Author: hjs $ $Date: 2002-04-15 14:02:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,7 +80,7 @@ PATCH_FILE_NAME=STLport-4.5.3.patch .ENDIF .IF "$(GUI)"=="WNT" -TAR_EXCLUDES=*/SC5/* +TAR_EXCLUDES="*/SC5/*" .ENDIF # "$(GUI)"=="WNT" ADDITIONAL_FILES=src$/gcc-3.0.mak @@ -137,7 +137,11 @@ OUT2LIB= \ .IF "$(GUI)"=="WNT" $(PACKAGE_DIR)$/so_custom_patch : $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE) - +win32_custom.bat $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@ +.IF "$(USE_SHELL)"=="4nt" + +win32_custom.bat $(PACKAGE_DIR) "$(BACK_PATH)" && $(TOUCH) $@ +.ELSE # "$(USE_SHELL)"=="4nt" + +win32_custom.sh $(PACKAGE_DIR) "$(BACK_PATH)" && $(TOUCH) $@ +.ENDIF # "$(USE_SHELL)"=="4nt" $(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_custom_patch .ENDIF # "$(GUI)"=="WNT" |