summaryrefslogtreecommitdiff
path: root/stlport/makefile.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-10-30 17:11:10 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-10-30 17:11:10 +0000
commit518bf44cdd0d980a96a75d4f41d9ace3b2ee1fcf (patch)
tree1b44a75da0cbd4db875f78093abb6ad9d3789a97 /stlport/makefile.mk
parent47d7207456153ef4b5819546ea07c0bf13887db3 (diff)
#89835# fix for windows tar - exclude links...
Diffstat (limited to 'stlport/makefile.mk')
-rw-r--r--stlport/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk
index 238349346033..b87766eb00a6 100644
--- a/stlport/makefile.mk
+++ b/stlport/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2001-10-19 16:22:27 $
+# last change: $Author: hjs $ $Date: 2001-10-30 18:11:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,6 +73,10 @@ TARGET=so_stlport
TARFILE_NAME=STLport-4.0
+.IF "$(GUI)"=="WNT"
+TAR_EXCLUDES=*/SC5/*
+.ENDIF # "$(GUI)"=="WNT"
+
PATCH_FILE_NAME=STLport-4.0.patch
CONFIGURE_ACTION=none