]> git.street.me.uk Git - andy/viking.git/blobdiff - win32/configure_and_make.bat
Add OpenTopoMap example
[andy/viking.git] / win32 / configure_and_make.bat
index f37891e85d79702a2ddba1c9054892e2c249048b..6dfdb1aaf0eb008de0c6f25b2b0f121749885d0e 100644 (file)
@@ -1,9 +1,12 @@
+:: 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 -mwindows" LIBCURL=-lcurldll LIBS=-lzdll --disable-realtime-gps-tracking --disable-scrollkeeper\r
-make\r
+pushd ..\r
+:: ATM Don't have build method for libgexiv2, so use the fallback of libexif\r
+sh configure CFLAGS="-DWINDOWS -DWIN32 -mwindows" LIBCURL=-lcurldll LIBS=-lzdll --with-libexif --disable-realtime-gps-tracking --disable-scrollkeeper --enable-windows --disable-mapnik\r
+popd\r
+make.bat %*\r