diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 13:03:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 13:03:46 +0000 |
commit | 13f7768885baa3b87d3702bb06121817768bfb12 (patch) | |
tree | c1a96c7947593fb0f997e96ee9ad9e46a7c2fc98 /curl | |
parent | 3264e58f8c52aed44494ca2f6c5bf244fe4057d9 (diff) |
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
Diffstat (limited to 'curl')
-rw-r--r-- | curl/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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" |