]> git.street.me.uk Git - andy/viking.git/blobdiff - win32/configure_and_make.bat
[WINDOWS] Ensure an icon is embedded in the executable.
[andy/viking.git] / win32 / configure_and_make.bat
index 6c11ee31cafbddeb38c2c79fe906075ff9a5c85b..fe91504bfa14f24ea29a268ef21fbdd4192d32a9 100644 (file)
@@ -5,6 +5,7 @@
 ::  either via part of the source download or via separate generation - e.g. using wine\r
 ::\r
 set PATH=%PATH%;%SystemDrive%\Mingw\bin;%SystemDrive%\msys\1.0\bin\r
-cd ..\\r
-sh configure CFLAGS="-DWINDOWS -mwindows" LIBCURL=-lcurldll LIBS=-lzdll --disable-realtime-gps-tracking --disable-scrollkeeper\r
-make\r
+pushd ..\r
+sh configure CFLAGS="-DWINDOWS -mwindows" LIBCURL=-lcurldll LIBS=-lzdll --disable-realtime-gps-tracking --disable-scrollkeeper --enable-windows\r
+popd\r
+make.bat\r