소스 검색

windows now default 64 bit release

Nicolas Cannasse 5 년 전
부모
커밋
cd26913662
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Makefile

+ 2 - 2
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)