From 13f7768885baa3b87d3702bb06121817768bfb12 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 25 Feb 2008 13:03:46 +0000 Subject: INTEGRATION: CWS obo22 (1.22.6); FILE MERGED 2008/02/19 15:12:34 obo 1.22.6.1: #i10000# use CCNUMVER instead of COMEX --- curl/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'curl') diff --git a/curl/makefile.mk b/curl/makefile.mk index 3e3f30c8b429..e5c22917117d 100644 --- a/curl/makefile.mk +++ b/curl/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: vg $ $Date: 2007-09-21 09:26:36 $ +# last change: $Author: obo $ $Date: 2008-02-25 14:03:46 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -98,7 +98,7 @@ OUT2LIB=$(BUILD_DIR)$/.libs$/libcurl*.a # make use of stlport headerfiles EXT_USE_STLPORT=TRUE -.IF "$(COMEX)"=="11" +.IF "$(CCNUMVER)" > "001399999999" EXCFLAGS="/EHa /Zc:wchar_t- /D "_CRT_SECURE_NO_DEPRECATE"" .ELSE EXCFLAGS="/EHsc /YX" -- cgit