summaryrefslogtreecommitdiff
path: root/external/curl/ExternalProject_curl.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-18 23:40:05 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-18 23:40:52 +0100
commit43d477b1685f6c1ad48885c7a73411030c78513d (patch)
tree6d37b5a216062c02ec04c6f166a364d66f1ec43e /external/curl/ExternalProject_curl.mk
parent20acae99c7224e46701eb0000cfd3d702ccee35d (diff)
curl: actually use Makefile.vc10 instead of Makefile.vc9
... they are currently identical but it seems more appropriate. Change-Id: I5ecd7209bc29f32a2f04299d35364a10fe381a35
Diffstat (limited to 'external/curl/ExternalProject_curl.mk')
-rw-r--r--external/curl/ExternalProject_curl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/curl/ExternalProject_curl.mk b/external/curl/ExternalProject_curl.mk
index 6f024bf92e26..81d46f63901e 100644
--- a/external/curl/ExternalProject_curl.mk
+++ b/external/curl/ExternalProject_curl.mk
@@ -72,7 +72,7 @@ else ifeq ($(COM),MSC)
$(call gb_ExternalProject_get_state_target,curl,build):
$(call gb_ExternalProject_run,build,\
- MAKEFLAGS= LIB="$(ILIB)" nmake -f Makefile.vc9 \
+ MAKEFLAGS= LIB="$(ILIB)" nmake -f Makefile.vc10 \
cfg=$(if $(MSVC_USE_DEBUG_RUNTIME),debug-dll,release-dll) \
EXCFLAGS="/EHa /Zc:wchar_t- /D_CRT_SECURE_NO_DEPRECATE /DUSE_WINDOWS_SSPI $(SOLARINC)" $(if $(filter X86_64,$(CPUNAME)),MACHINE=X64) \
,lib)