diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:27:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:27:44 +0000 |
commit | bb3096dec65328ab759787af3edb6d79b230a748 (patch) | |
tree | 5c4048adf3f5aba3075d6407b94938b9482b54c5 /xml2cmp/util | |
parent | 8d7a39d14983de1bad972a69190558355ce2ad53 (diff) |
INTEGRATION: CWS obo05 (1.8.16); FILE MERGED
2006/06/27 13:16:00 obo 1.8.16.1: #i53611# port for .net 2005
Diffstat (limited to 'xml2cmp/util')
-rw-r--r-- | xml2cmp/util/makefile.mk | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/xml2cmp/util/makefile.mk b/xml2cmp/util/makefile.mk index 3753812e4c42..5fa2859e9f22 100644 --- a/xml2cmp/util/makefile.mk +++ b/xml2cmp/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2005-09-09 12:05:24 $ +# last change: $Author: vg $ $Date: 2006-09-25 13:27:44 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -53,13 +53,6 @@ ENABLE_EXCEPTIONS=TRUE APP1TARGET= $(TARGET) APP1STACK= 1000000 -.IF "$(GUI)"=="WNT" -.IF "$(COMEX)"!="10" -APP1STDLIBS= MSVCIRT.LIB -.ENDIF -.ENDIF - - UWINAPILIB=$(0) LIBSALCPPRT=$(0) @@ -70,4 +63,3 @@ APP1DEPN= $(LB)$/x2c_xcd.lib $(LB)$/x2c_support.lib .INCLUDE : target.mk - |