Skip to content
Snippets Groups Projects
winnt-ci.sh 277 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
despair's avatar
despair committed
mv netrunner.exe bin