2011-05-30 03:21:51 +00:00
|
|
|
del /s BizHawk.zip
|
2013-11-03 14:40:55 +00:00
|
|
|
cd ..\output
|
2012-10-29 08:37:22 +00:00
|
|
|
|
|
|
|
rem slimdx has a way of not making it into the output directory, so this is a good time to make sure
|
2011-06-11 20:01:36 +00:00
|
|
|
copy ..\..\SlimDx.dll
|
2012-10-29 08:37:22 +00:00
|
|
|
|
|
|
|
rem at the present we support moving all these dlls into the dll subdirectory
|
|
|
|
rem that might be troublesome some day..... if it does get troublesome, then we'll have to
|
|
|
|
rem explicitly list the OK ones here as individual copies. until then....
|
|
|
|
|
|
|
|
copy *.dll dll
|
|
|
|
|
2014-04-19 18:57:36 +00:00
|
|
|
zip -X -9 -r ..\Dist\BizHawk.zip EmuHawk.exe DiscoHawk.exe defctrl.json dll shaders gamedb Firmware NES\Palettes Lua Gameboy\Palettes Firmware/BIOS_Info.txt -x *.pdb -x *.lib -x *.pgd -x *.exp -x dll\libsneshawk-64*.exe
|