X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/59a4fc6dfcc842cc9efb5c9f53b8f3b2d0f3d401..02468bf10a1db541843fb089135585ea4fdcd4e2:/win32/make.bat?ds=sidebyside diff --git a/win32/make.bat b/win32/make.bat index 249464f8..e908d6e7 100644 --- a/win32/make.bat +++ b/win32/make.bat @@ -1,4 +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 %*