X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/b1a8def84f1b68b40500f8dfaef23f5537d1a8cd..02468bf10a1db541843fb089135585ea4fdcd4e2:/win32/configure_and_make.bat diff --git a/win32/configure_and_make.bat b/win32/configure_and_make.bat index 49937609..6dfdb1aa 100644 --- a/win32/configure_and_make.bat +++ b/win32/configure_and_make.bat @@ -1,5 +1,12 @@ +:: License: CC0 :: Full build -set PATH=%PATH%;C:\Mingw\bin;C:\msys\1.0\bin -cd ..\ -sh configure CFLAGS=-DWINDOWS LIBCURL=-lcurldll LIBS=-lzdll --disable-realtime-gps-tracking --disable-scrollkeeper -make +:: +:: 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 +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 %*