From 518bf44cdd0d980a96a75d4f41d9ace3b2ee1fcf Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Tue, 30 Oct 2001 17:11:10 +0000 Subject: #89835# fix for windows tar - exclude links... --- stlport/makefile.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'stlport/makefile.mk') 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 -- cgit