]> git.street.me.uk Git - andy/viking.git/blame - win32/configure_and_make.bat
Improved method for Wikipedia i18n URL
[andy/viking.git] / win32 / configure_and_make.bat
CommitLineData
ba3695b5 1:: License: CC0\r
b1a8def8 2:: Full build\r
59a4fc6d
RN
3::\r
4:: Note this assumes the 'configure' script already exists\r
5:: either via part of the source download or via separate generation - e.g. using wine\r
6::\r
7set PATH=%PATH%;%SystemDrive%\Mingw\bin;%SystemDrive%\msys\1.0\bin\r
d07deb3f 8pushd ..\r
72bbd562 9:: ATM Don't have build method for libgexiv2, so use the fallback of libexif\r
bdc7a436 10sh configure CFLAGS="-DWINDOWS -DWIN32 -mwindows" LIBCURL=-lcurldll LIBS=-lzdll --with-libexif --disable-realtime-gps-tracking --disable-scrollkeeper --enable-windows --disable-mapnik\r
d07deb3f 11popd\r
b0557da4 12make.bat %*\r