From 45e093fc45f0725cafb10b4af4ac60ef28f30841 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 6 Oct 2009 14:14:13 +0000 Subject: Fix vc-x64 target having MACHINE= wrongly positioned, and added vc-x64-ssl-zlib target as indicated end requested by Viktor Szakats in bug report #2872879. --- Makefile.dist | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile.dist') diff --git a/Makefile.dist b/Makefile.dist index 565918dbc..48d306152 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -130,9 +130,9 @@ vc: vc-x64: cd lib - MACHINE=x64 nmake /f Makefile.$(VC) cfg=release + nmake /f Makefile.$(VC) MACHINE=x64 cfg=release cd ..\src - MACHINE=x64 nmake /f Makefile.$(VC) + nmake /f Makefile.$(VC) MACHINE=x64 cfg=release vc-zlib: cd lib @@ -152,6 +152,12 @@ vc-ssl-zlib: cd ..\src nmake /f Makefile.$(VC) cfg=release-ssl-zlib +vc-x64-ssl-zlib: + cd lib + nmake /f Makefile.$(VC) MACHINE=x64 cfg=release-ssl-zlib + cd ..\src + nmake /f Makefile.$(VC) MACHINE=x64 cfg=release-ssl-zlib + vc-ssl-dll: cd lib nmake /f Makefile.$(VC) cfg=release-ssl-dll -- cgit v1.2.3