]> git.street.me.uk Git - andy/viking.git/blobdiff - win32/configure_and_make.bat
Make generation of the copyright year in the code automatic.
[andy/viking.git] / win32 / configure_and_make.bat
index 6c11ee31cafbddeb38c2c79fe906075ff9a5c85b..6dfdb1aaf0eb008de0c6f25b2b0f121749885d0e 100644 (file)
@@ -5,6 +5,8 @@
 ::  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