X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/eb3941cf3d5db4ffb96b83137bf10c60c6584eb8..02468bf10a1db541843fb089135585ea4fdcd4e2:/win32/configure_and_make.bat diff --git a/win32/configure_and_make.bat b/win32/configure_and_make.bat index f37891e8..6dfdb1aa 100644 --- a/win32/configure_and_make.bat +++ b/win32/configure_and_make.bat @@ -1,9 +1,12 @@ +:: License: CC0 :: Full build :: :: Note this assumes the 'configure' script already exists :: either via part of the source download or via separate generation - e.g. using wine :: set PATH=%PATH%;%SystemDrive%\Mingw\bin;%SystemDrive%\msys\1.0\bin -cd ..\ -sh configure CFLAGS="-DWINDOWS -mwindows" LIBCURL=-lcurldll LIBS=-lzdll --disable-realtime-gps-tracking --disable-scrollkeeper -make +pushd .. +:: 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 %*