X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/b1a8def84f1b68b40500f8dfaef23f5537d1a8cd..02468bf10a1db541843fb089135585ea4fdcd4e2:/win32/make.bat diff --git a/win32/make.bat b/win32/make.bat index e6f43d5d..e908d6e7 100644 --- a/win32/make.bat +++ b/win32/make.bat @@ -1,4 +1,13 @@ +:: License: CC0 :: Standard build -set PATH=%PATH%;C:\MinGW\bin;C:\msys\1.0\bin -cd ..\src -make +set PATH=%PATH%;%SystemDrive%\MinGW\bin;%SystemDrive%\msys\1.0\bin + +:: 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 %*