]> andersk Git - splint.git/blame_incremental - win32/README.1ST
noexpand always false.
[splint.git] / win32 / README.1ST
... / ...
CommitLineData
1 Spint Version 3.1.0\r
2 21 April 2003\r
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\r
13Visual.Net Framework 1.0, Visual C++ .NET version 7.0.9466. We are not\r
14Windows development experts --- this file hard codes include paths and\r
15other system specific information, so it will not work for you without\r
16some effort.\r
17\r
18The file cscanner.c generated by flex uses\r
19\r
20#include <unistd.h>\r
21\r
22which does not exist in Win32 (at least VC++ 7.0). That line must be\r
23removed to build on Windows.\r
This page took 0.037214 seconds and 5 git commands to generate.