summaryrefslogtreecommitdiff
path: root/msfontextract/makefile.mk
diff options
context:
space:
mode:
authorKevin Hendricks <khendricks@openoffice.org>2004-04-08 13:37:56 +0000
committerKevin Hendricks <khendricks@openoffice.org>2004-04-08 13:37:56 +0000
commite587ac39fd655bbe1bd280a768c991bf66972654 (patch)
tree505038c96b2058ab895f4275cf27fbfe653a7819 /msfontextract/makefile.mk
parent632aaac68deced1a87bb8621e7c2544476a5ae29 (diff)
updating msofntextract with build and deliver fixes for
WIN platforms and change to NOT depend on link with stlport since it is not needed
Diffstat (limited to 'msfontextract/makefile.mk')
-rw-r--r--msfontextract/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/msfontextract/makefile.mk b/msfontextract/makefile.mk
index 9d0f13112f22..11616007ad12 100644
--- a/msfontextract/makefile.mk
+++ b/msfontextract/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: mh $ $Date: 2004-04-08 13:49:55 $
+# last change: $Author: khendricks $ $Date: 2004-04-08 14:37:56 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,6 +64,7 @@ PRJ=.
PRJNAME=msfontextract
TARGET=libmspack
+NO_DEFAULT_STL=TRUE
# --- Settings -----------------------------------------------------