]> git.street.me.uk Git - andy/viking.git/blob - win32/make.bat
Some spelling fixes in a comment
[andy/viking.git] / win32 / make.bat
1 :: License: CC0\r
2 :: Standard build\r
3 set PATH=%PATH%;%SystemDrive%\MinGW\bin;%SystemDrive%\msys\1.0\bin\r
4 \r
5 :: The icon needs creating first as it will get embedded in the generated executable\r
6 echo Create Icon\r
7 pushd installer\pixmaps\r
8 windres.exe viking_icon.rc -o viking_icon.o\r
9 popd\r
10 \r
11 :: Change to root directory and build\r
12 cd ..\r
13 make %*\r