]> git.street.me.uk Git - andy/viking.git/blob - win32/configure_and_make.bat
Merge branch 'i18n-launchpad' into master
[andy/viking.git] / win32 / configure_and_make.bat
1 :: Full build\r
2 ::\r
3 :: Note this assumes the 'configure' script already exists\r
4 ::  either via part of the source download or via separate generation - e.g. using wine\r
5 ::\r
6 set PATH=%PATH%;%SystemDrive%\Mingw\bin;%SystemDrive%\msys\1.0\bin\r
7 cd ..\\r
8 sh configure CFLAGS="-DWINDOWS -mwindows" LIBCURL=-lcurldll LIBS=-lzdll --disable-realtime-gps-tracking --disable-scrollkeeper\r
9 make\r