summaryrefslogtreecommitdiff
path: root/tools/bootstrp
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2002-01-28 16:08:50 +0000
committerNils Fuhrmann <nf@openoffice.org>2002-01-28 16:08:50 +0000
commit2933930ae9a54a0186850c22d4c7e4e31c41d76a (patch)
tree4c9c7fcf0f48f66804dd814dfe0b4760eedb9839 /tools/bootstrp
parentcf56c2eebca1b0b45e0d049d8d1db495ecdbe82d (diff)
Added SimpleXMLParser for usage via statically linked tools
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/makefile.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/bootstrp/makefile.mk b/tools/bootstrp/makefile.mk
index 3029aac5b250..65ead4c6da61 100644
--- a/tools/bootstrp/makefile.mk
+++ b/tools/bootstrp/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: nf $ $Date: 2001-11-13 18:01:56 $
+# last change: $Author: nf $ $Date: 2002-01-28 17:08:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -95,6 +95,7 @@ OBJFILES= \
$(OBJ)$/fattr.obj \
$(OBJ)$/minormk.obj \
$(OBJ)$/prodmap.obj \
+ $(OBJ)$/xmlparse.obj \
$(OBJ)$/mkcreate.obj
SLOFILES= \
@@ -109,6 +110,7 @@ SLOFILES= \
$(SLO)$/fattr.obj \
$(SLO)$/minormk.obj \
$(SLO)$/prodmap.obj \
+ $(SLO)$/xmlparse.obj \
$(SLO)$/mkcreate.obj
LIB1TARGET= $(LB)$/btstrp.lib
@@ -155,6 +157,12 @@ APP5LIBS= $(LB)$/bootstrp.lib
APP5STDLIBS=$(STATIC_LIBS)
APP5DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib $(OBJ)$/zipdep.obj
+APP5TARGET= saxophon
+APP5OBJS= $(OBJ)$/xmlparse.obj
+APP5LIBS= $(LB)$/bootstrp.lib
+APP5STDLIBS=$(STATIC_LIBS)
+APP5DEPN= $(LB)$/atools.lib $(LB)$/bootstrp.lib $(OBJ)$/zipdep.obj
+
APP6TARGET= sspretty
APP6OBJS= $(OBJ)$/sspretty.obj
APP6LIBS= $(LB)$/bootstrp.lib