X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=winbuild%2FMakefile.vc;h=6dc58c4ef5f483480b7396715a735e4dfbfd9e07;hb=f7bbc1c9b6a8e2c815d09612b53f453c90d962e0;hp=5b726cd57da8e2642189efed0a1f86c09cd799c3;hpb=31368b6eac8092a307849518e912b4c475c0238a;p=platform%2Fupstream%2Fcurl.git diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc index 5b726cd..6dc58c4 100644 --- a/winbuild/Makefile.vc +++ b/winbuild/Makefile.vc @@ -15,13 +15,12 @@ CFGSET=true !MESSAGE Usage: nmake /f Makefile.vc mode= !MESSAGE where is one or many of: -!MESSAGE VC=<6,7,8,9,10,11,12,14> - VC versions +!MESSAGE VC=<6,7,8,9,10,11,12> - VC versions !MESSAGE WITH_DEVEL= - Paths for the development files (SSL, zlib, etc.) !MESSAGE Defaults to sibbling directory deps: ../deps !MESSAGE Libraries can be fetched at http://pecl2.php.net/downloads/php-windows-builds/ !MESSAGE Uncompress them into the deps folder. !MESSAGE WITH_SSL= - Enable OpenSSL support, DLL or static -!MESSAGE WITH_CARES= - Enable c-ares support, DLL or static !MESSAGE WITH_ZLIB= - Enable zlib support, DLL or static !MESSAGE WITH_SSH2= - Enable libSSH2 support, DLL or static !MESSAGE ENABLE_IDN= - Enable use of Windows IDN APIs, defaults to yes @@ -108,14 +107,6 @@ USE_SSL = true SSL = static !ENDIF -!IF "$(WITH_CARES)"=="dll" -USE_CARES = true -CARES = dll -!ELSEIF "$(WITH_CARES)"=="static" -USE_CARES = true -CARES = static -!ENDIF - !IF "$(WITH_ZLIB)"=="dll" USE_ZLIB = true ZLIB = dll @@ -150,10 +141,6 @@ CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-static CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-ssl-$(SSL) !ENDIF -!IF "$(USE_CARES)"=="true" -CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-cares-$(CARES) -!ENDIF - !IF "$(USE_ZLIB)"=="true" CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-zlib-$(ZLIB) !ENDIF