diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:05:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:05:32 +0000 |
commit | 18594a623a684248dc40ac891591a2946ec7d8b1 (patch) | |
tree | 9d2156bdeb73ce0b06b7591863dddb9dc150ec6d /xml2cmp | |
parent | dae8b44763a9fcc34df2c748db655e7c9e911095 (diff) |
INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED
2005/10/18 14:23:36 np 1.6.4.1: #i53898#
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/xcd/makefile.mk | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/xml2cmp/source/xcd/makefile.mk b/xml2cmp/source/xcd/makefile.mk index 72e123672d72..c464d65c597f 100644 --- a/xml2cmp/source/xcd/makefile.mk +++ b/xml2cmp/source/xcd/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-09 12:03:20 $ +# last change: $Author: hr $ $Date: 2006-06-19 20:05:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,6 +39,8 @@ PRJNAME=xml2cmp TARGET=x2c_xcd TARGETTYPE=CUI +LIBTARGET=NO + # --- Settings ----------------------------------------------------- @@ -51,9 +53,8 @@ ENABLE_EXCEPTIONS=TRUE # --- Files -------------------------------------------------------- -LIB1TARGET=$(LB)$/$(TARGET).lib -LIB1OBJFILES=\ - $(OBJ)$/main.obj \ + +LIBONLYFILES=\ $(OBJ)$/cr_html.obj \ $(OBJ)$/cr_index.obj \ $(OBJ)$/cr_metho.obj \ @@ -63,15 +64,19 @@ LIB1OBJFILES=\ $(OBJ)$/xmltree.obj +OBJFILES=\ + $(OBJ)$/main.obj \ + $(LIBONLYFILES) + + +LIB1TARGET=$(LB)$/$(TARGET).lib +LIB1OBJFILES=\ + $(OBJFILES) + + 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 + $(LIBONLYFILES) @@ -80,6 +85,3 @@ LIB2OBJFILES=\ .INCLUDE : target.mk - - - |