public
Description: Tetris clone
Homepage: http://gottcode.org/gottet/
Clone URL: git://github.com/gottcode/gottet.git
gottet / windows_deploy.bat
100644 6 lines (5 sloc) 0.152 kb
1
2
3
4
5
6
MKDIR Gottet
COPY release\Gottet.exe Gottet
COPY %QTDIR%\bin\mingwm10.dll Gottet
COPY %QTDIR%\bin\QtCore4.dll Gottet
COPY %QTDIR%\bin\QtGui4.dll Gottet