diff options
-rw-r--r-- | xml2cmp/source/finder/makefile.mk | 5 | ||||
-rw-r--r-- | xml2cmp/util/makefile.mk | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xml2cmp/source/finder/makefile.mk b/xml2cmp/source/finder/makefile.mk index 18fff9895fe0..2081b200dda8 100644 --- a/xml2cmp/source/finder/makefile.mk +++ b/xml2cmp/source/finder/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: np $ $Date: 2002-11-14 14:11:24 $ +# last change: $Author: rt $ $Date: 2002-12-11 15:39:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,6 +89,7 @@ APP1TARGET= $(TARGET) APP1STACK= 1000000 .IF "$(GUI)"=="WNT" +UWINAPILIB=$(0) APP1STDLIBS= MSVCIRT.LIB .ENDIF diff --git a/xml2cmp/util/makefile.mk b/xml2cmp/util/makefile.mk index 8de805c7cc92..210f580699dd 100644 --- a/xml2cmp/util/makefile.mk +++ b/xml2cmp/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: np $ $Date: 2002-11-14 14:03:30 $ +# last change: $Author: rt $ $Date: 2002-12-11 15:40:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,7 +72,6 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk - # --- Files -------------------------------------------------------- @@ -86,6 +85,8 @@ APP1STDLIBS= MSVCIRT.LIB .ENDIF +UWINAPILIB=$(0) + APP1LIBS= $(LB)$/x2c_xcd.lib $(LB)$/x2c_support.lib APP1DEPN= $(LB)$/x2c_xcd.lib $(LB)$/x2c_support.lib |