]> git.street.me.uk Git - andy/viking.git/blame - win32/configure_and_make.bat
Create and use new menu level 'Transform' for some track/route operations.
[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
b1a8def8 8cd ..\\r
eb3941cf 9sh configure CFLAGS="-DWINDOWS -mwindows" LIBCURL=-lcurldll LIBS=-lzdll --disable-realtime-gps-tracking --disable-scrollkeeper\r
b1a8def8 10make\r