From 6bd2c9f9c7765e10183c32b74c541aa58aaeda6a Mon Sep 17 00:00:00 2001 From: Nikolai Pretzell Date: Fri, 23 Mar 2001 12:49:53 +0000 Subject: Allow tag in module-description --- xml2cmp/util/makefile.mk | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'xml2cmp') 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 -- cgit