Explorar o código

update release on windows to use vs2015

Nicolas Cannasse %!s(int64=3) %!d(string=hai) anos
pai
achega
68daa125ad
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -212,8 +212,8 @@ release_haxelib_package:
 	rm -rf $(HLIB)_release
 	rm -rf $(HLIB)_release
 
 
 release_win:
 release_win:
-	(cd x64/ReleaseVS2013 && cp hl.exe libhl.dll *.hdll *.lib ../../hl-$(HL_VER))
-	cp c:/windows/system32/msvcr120.dll hl-$(HL_VER)
+	(cd x64/ReleaseVS2015 && cp hl.exe libhl.dll *.hdll *.lib ../../hl-$(HL_VER))
+	cp c:/windows/system32/vcruntime140.dll hl-$(HL_VER)
 	cp `which SDL2.dll` hl-$(HL_VER)
 	cp `which SDL2.dll` hl-$(HL_VER)
 	cp `which OpenAL32.dll` hl-$(HL_VER)
 	cp `which OpenAL32.dll` hl-$(HL_VER)
 	zip -r hl-$(HL_VER).zip hl-$(HL_VER)
 	zip -r hl-$(HL_VER).zip hl-$(HL_VER)