diff options
author | Rüdiger Timm <rt@openoffice.org> | 2002-12-11 14:40:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2002-12-11 14:40:05 +0000 |
commit | 659d9b1aa273de95c0edcfd27beaf8393d0ee4ca (patch) | |
tree | 765fa0fd23bfbd3f9f9cc80a4ae5c1ae1a38b881 /xml2cmp | |
parent | 99b9fd0d3f8b644039e874e4f882dd44e5d4424c (diff) |
#100000# Don't link against UWINAPILIB here.
Diffstat (limited to 'xml2cmp')
-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 |