summaryrefslogtreecommitdiff
path: root/stlport/makefile.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-10-12 17:37:01 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-10-12 17:37:01 +0000
commit269d981285474da4016be668b76c69357eaf32f9 (patch)
treee9812735f2af770eccd6eb8bf25981297fd9fa58 /stlport/makefile.mk
parent58bd17536377b5669dcec2b352457c01138c59f9 (diff)
#65293# get files with dos lineends out of the common patch
Diffstat (limited to 'stlport/makefile.mk')
-rw-r--r--stlport/makefile.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk
index bee6d0763c72..831beae3e87e 100644
--- a/stlport/makefile.mk
+++ b/stlport/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hjs $ $Date: 2001-08-09 12:45:12 $
+# last change: $Author: hjs $ $Date: 2001-10-12 18:34:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -126,3 +126,10 @@ OUT2LIB= \
.INCLUDE : target.mk
.INCLUDE : tg_ext.mk
+.IF "$(GUI)"=="WNT"
+$(MISC)$/so_custom_patch : $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE)
+ +win32_custom.bat $(ROUT) $(TARFILE_NAME) src && $(TOUCH) $@
+
+$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(MISC)$/so_custom_patch
+.ENDIF # "$(GUI)"=="WNT"
+