summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2001-03-23 12:49:53 +0000
committerNikolai Pretzell <np@openoffice.org>2001-03-23 12:49:53 +0000
commit6bd2c9f9c7765e10183c32b74c541aa58aaeda6a (patch)
treec1ab4cc6898bf7106d4c0a5d2a1e98377364e539 /xml2cmp
parent46e1e874823fc2d130f520a57bcb331181de8f6b (diff)
Allow tag <type> in module-description
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/util/makefile.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/xml2cmp/util/makefile.mk b/xml2cmp/util/makefile.mk
index dc85dc755dac..b9415c312697 100644
--- a/xml2cmp/util/makefile.mk
+++ b/xml2cmp/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: np $ $Date: 2001-03-12 19:24:52 $
+# last change: $Author: np $ $Date: 2001-03-23 13:49:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,10 +74,6 @@ TARGETTYPE=CUI
# --- Files --------------------------------------------------------
-LIB1FILES= \
- $(LB)$/x2c_xcd.lib \
- $(LB)$/x2c_support.lib
-
# --- Targets ------------------------------------------------------
@@ -87,14 +83,12 @@ APP1STACK= 1000000
.IF "$(GUI)"=="WNT"
APP1STDLIBS= MSVCIRT.LIB
.ENDIF
-# APP1STDLIBS= $(STATIC_LIBS) libci.lib
APP1LIBS= $(LB)$/x2c_xcd.lib $(LB)$/x2c_support.lib
APP1DEPN= $(LB)$/x2c_xcd.lib $(LB)$/x2c_support.lib
-
.INCLUDE : target.mk