Move MakeRelease.bat to Dist, and fix MakeDiscoHawk.at

This commit is contained in:
adelikat 2013-11-03 14:40:55 +00:00
parent 773f7ea7bd
commit 75ef046927
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pushd %~dp0\
del /s DiscoHawk.zip
set DIR=..\BizHawk.MultiClient\output
set DIR=..\output
set BUILDDIR=%~dp0
echo %BUILDIR%
cd "%DIR%"

View File

@ -1,4 +1,5 @@
del /s BizHawk.zip
cd ..\output
rem slimdx has a way of not making it into the output directory, so this is a good time to make sure
copy ..\..\SlimDx.dll
@ -9,4 +10,4 @@ rem explicitly list the OK ones here as individual copies. until then....
copy *.dll dll
zip -X -9 -r BizHawk.zip EmuHawk.exe DiscoHawk.exe defctrl.json dll gamedb NES\Palettes Lua Gameboy\Palettes Firmware/BIOS_Info.txt -x *.pdb -x *.lib -x *.pgd -x *.exp -x dll\libsneshawk-64*.exe
zip -X -9 -r ..\Dist\BizHawk.zip EmuHawk.exe DiscoHawk.exe defctrl.json dll gamedb NES\Palettes Lua Gameboy\Palettes Firmware/BIOS_Info.txt -x *.pdb -x *.lib -x *.pgd -x *.exp -x dll\libsneshawk-64*.exe