Skip to content
Snippets Groups Projects
winnt-ci.sh 257 B
Newer Older
despair's avatar
despair committed
make -fNTMakeFile
strip -s netrunner.exe
despair's avatar
despair committed
[ -e bin ] || mkdir bin
[ -e *.pnm ] || mv *.pnm bin
[ -e *.crt ] || mv *.crt bin
[ -e *.ttf ] || mv *.ttf bin
[ -e *.dll ] || mv *.dll bin
[ -e LICENSE ] || mv LICENSE bin
mv netrunner.exe bin