X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/ba3695b523890149c4df1df6ac14001b0b4f6669..02468bf10a1db541843fb089135585ea4fdcd4e2:/win32/make.bat?ds=sidebyside diff --git a/win32/make.bat b/win32/make.bat index 42a4f5ba..e908d6e7 100644 --- a/win32/make.bat +++ b/win32/make.bat @@ -1,5 +1,13 @@ :: License: CC0 :: Standard build set PATH=%PATH%;%SystemDrive%\MinGW\bin;%SystemDrive%\msys\1.0\bin -cd ..\src -make + +:: The icon needs creating first as it will get embedded in the generated executable +echo Create Icon +pushd installer\pixmaps +windres.exe viking_icon.rc -o viking_icon.o +popd + +:: Change to root directory and build +cd .. +make %*