]> git.street.me.uk Git - andy/viking.git/blob - win32/configure_and_make.bat
[DOC] Switch from ordered list to a itemitized list.
[andy/viking.git] / win32 / configure_and_make.bat
1 :: License: CC0\r
2 :: Full build\r
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
7 set PATH=%PATH%;%SystemDrive%\Mingw\bin;%SystemDrive%\msys\1.0\bin\r
8 pushd ..\r
9 :: ATM Don't have build method for libgexiv2, so use the fallback of libexif\r
10 sh configure CFLAGS="-DWINDOWS -DWIN32 -mwindows" LIBCURL=-lcurldll LIBS=-lzdll --with-libexif --disable-realtime-gps-tracking --disable-scrollkeeper --enable-windows --disable-mapnik\r
11 popd\r
12 make.bat %*\r