From cd269136628a1d445b2253ded9fd10ab9fe2f9be Mon Sep 17 00:00:00 2001 From: Nicolas Cannasse Date: Mon, 30 Mar 2020 14:22:50 +0200 Subject: [PATCH] windows now default 64 bit release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8d0ad0584..954c80598 100644 --- a/Makefile +++ b/Makefile @@ -184,8 +184,8 @@ release_haxelib_package: rm -rf $(HLIB)_release release_win: - (cd ReleaseVS2013 && cp hl.exe libhl.dll *.hdll *.lib ../hl-$(HL_VER)) - cp c:/windows/syswow64/msvcr120.dll hl-$(HL_VER) + (cd x64/ReleaseVS2013 && cp hl.exe libhl.dll *.hdll *.lib ../../hl-$(HL_VER)) + cp c:/windows/system32/msvcr120.dll hl-$(HL_VER) cp `which SDL2.dll` hl-$(HL_VER) cp `which OpenAL32.dll` hl-$(HL_VER) zip -r hl-$(HL_VER).zip hl-$(HL_VER)