kmsdrm: Add comment about KMSDRM_VideoQuit() changes.
2 rem just a helper batch file for collecting up files and zipping them.
3 rem usage: windows-buildbot-zipper.bat <target> <slndir> <zipfilename>
4 rem must be run from root of SDL source tree.
6 IF EXIST %2\%1\Release GOTO okaydir
7 echo Please run from root of source tree after doing a Release build.
12 IF EXIST zipper GOTO zippermade
16 mkdir zipper\SDL\include
18 copy include\*.h include\
19 copy %2\%1\Release\SDL2.dll zipper\SDL\lib\
20 copy %2\%1\Release\SDL2.lib zipper\SDL\lib\
21 copy %2\%1\Release\SDL2main.lib zipper\SDL\lib\