diff options
Diffstat (limited to 'xml2cmp/source/xcd/makefile.mk')
-rw-r--r-- | xml2cmp/source/xcd/makefile.mk | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/xml2cmp/source/xcd/makefile.mk b/xml2cmp/source/xcd/makefile.mk index a97edf0a921f..29901c6ff033 100644 --- a/xml2cmp/source/xcd/makefile.mk +++ b/xml2cmp/source/xcd/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:24:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,13 +76,26 @@ TARGETTYPE=CUI # --- Files -------------------------------------------------------- -OBJFILES= \ +LIB1TARGET=$(LB)$/$(TARGET).lib +LIB1OBJFILES=\ $(OBJ)$/main.obj \ $(OBJ)$/cr_html.obj \ $(OBJ)$/cr_index.obj \ $(OBJ)$/cr_metho.obj \ $(OBJ)$/filebuff.obj \ $(OBJ)$/parse.obj \ + $(OBJ)$/xmlelem.obj \ + $(OBJ)$/xmltree.obj + + +LIB2TARGET=$(LB)$/$(TARGET)l.lib +LIB2OBJFILES=\ + $(OBJ)$/cr_html.obj \ + $(OBJ)$/cr_index.obj \ + $(OBJ)$/cr_metho.obj \ + $(OBJ)$/filebuff.obj \ + $(OBJ)$/parse.obj \ + $(OBJ)$/xmlelem.obj \ $(OBJ)$/xmltree.obj @@ -90,6 +103,7 @@ OBJFILES= \ # --- Targets ------------------------------------------------------ + .INCLUDE : target.mk |