X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/d07deb3f7f820c9ea6cee87c4e018d77c2c5fd08..02468bf10a1db541843fb089135585ea4fdcd4e2:/win32/configure_and_make.bat?ds=inline diff --git a/win32/configure_and_make.bat b/win32/configure_and_make.bat index fe91504b..6dfdb1aa 100644 --- a/win32/configure_and_make.bat +++ b/win32/configure_and_make.bat @@ -6,6 +6,7 @@ :: set PATH=%PATH%;%SystemDrive%\Mingw\bin;%SystemDrive%\msys\1.0\bin pushd .. -sh configure CFLAGS="-DWINDOWS -mwindows" LIBCURL=-lcurldll LIBS=-lzdll --disable-realtime-gps-tracking --disable-scrollkeeper --enable-windows +:: ATM Don't have build method for libgexiv2, so use the fallback of libexif +sh configure CFLAGS="-DWINDOWS -DWIN32 -mwindows" LIBCURL=-lcurldll LIBS=-lzdll --with-libexif --disable-realtime-gps-tracking --disable-scrollkeeper --enable-windows --disable-mapnik popd -make.bat +make.bat %*