2 rem just a helper batch file for collecting up files and zipping them.
3 rem usage: windows-buildbot-zipper.bat <zipfilename>
4 rem must be run from root of SDL source tree.
6 IF EXIST VisualC\Win32\Release GOTO okaydir
7 echo Please run from root of source tree after doing a Release build.
12 IF EXIST zipper GOTO zippermade
21 copy ..\..\include\*.h include\
22 copy ..\..\VisualC\Win32\Release\SDL2.dll lib\win32\
23 copy ..\..\VisualC\Win32\Release\SDL2.lib lib\win32\
24 copy ..\..\VisualC\Win32\Release\SDL2main.lib lib\win32\