Skip to content

Commit

Permalink
windows now default 64 bit release
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Mar 30, 2020
1 parent 7361adc commit cd26913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cd26913

Please sign in to comment.