]> git.street.me.uk Git - andy/viking.git/blobdiff - win32/configure_and_make.bat
[WINDOWS] .vik file registration is automatic, .gpx is optional
[andy/viking.git] / win32 / configure_and_make.bat
index ef9f07da64ef82700f711a735db1bebdc5880ac7..fe91504bfa14f24ea29a268ef21fbdd4192d32a9 100644 (file)
@@ -1,9 +1,11 @@
+:: License: CC0\r
 :: Full build\r
 ::\r
 :: Note this assumes the 'configure' script already exists\r
 ::  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 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