]> andersk Git - splint.git/blame - win32/README.1ST
Modified tests to account for bool being defined in the standard library.
[splint.git] / win32 / README.1ST
CommitLineData
747ae48b 1 Spint Version 3.0.1\r
21f0106c 2 11 March 2002\r
747ae48b 3 \r
4 www.splint.org\r
5\r
6The win32 project file is not supported (that is, we don't test it other\r
7than using it to build a Windows executable). We recommend using the\r
8pre-compiled Win32 binary (available from http://www.splint.org) instead\r
9of building a Win32 binary from the source code, and using a Unix\r
10platform if you want to modify the Splint sources.\r
11\r
12This project file has been used to compile Splint using Microsoft Visual\r
13C++ 6.0.\r
14\r
21f0106c 15The file cscanner.c generated by flex uses\r
747ae48b 16\r
21f0106c 17#include <unistd.h>\r
18\r
19which does not exist in Win32 (at least VC++ 6.0) and is not required by\r
20ISO C99. Line 98 of cscanner.c must be removed to build on Windows.\r
This page took 0.068307 seconds and 5 git commands to generate.