summaryrefslogtreecommitdiffstats
path: root/xml2cmp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 13:42:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 13:42:32 +0000
commitb44631b516db3e85e191ba867bb6243a173a7a77 (patch)
treed1f58b99f42e62a1600615d0c26e1e790150f9cf /xml2cmp
parentINTEGRATION: CWS mingwport03 (1.1.4); FILE ADDED (diff)
downloadcore-b44631b516db3e85e191ba867bb6243a173a7a77.tar.gz
core-b44631b516db3e85e191ba867bb6243a173a7a77.zip
INTEGRATION: CWS mingwport03 (1.6.20); FILE MERGED
2006/11/09 17:09:51 vg 1.6.20.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/07 15:21:22 vg 1.6.20.1: #i53572# MinGW port
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/finder/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/xml2cmp/source/finder/makefile.mk b/xml2cmp/source/finder/makefile.mk
index 677ec8fad733..b9293edfd080 100644
--- a/xml2cmp/source/finder/makefile.mk
+++ b/xml2cmp/source/finder/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: vg $ $Date: 2006-09-25 13:25:27 $
+# last change: $Author: vg $ $Date: 2007-03-26 14:42:32 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -65,6 +65,11 @@ LIBSALCPPRT=$(0)
.IF "$(GUI)"=="WNT"
UWINAPILIB=$(0)
+.IF "$(COM)"=="MSC"
+.IF "$(COMEX)"!="10"
+APP1STDLIBS= MSVCIRT.LIB
+.ENDIF
+.ENDIF
.ENDIF