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/util | |
parent | 99b9fd0d3f8b644039e874e4f882dd44e5d4424c (diff) |
#100000# Don't link against UWINAPILIB here.
Diffstat (limited to 'xml2cmp/util')
-rw-r--r-- | xml2cmp/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
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 |