X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/21f0106ca9c670068f388b5f54fb5a54981b7c15..HEAD:/winconfig.h diff --git a/winconfig.h b/winconfig.h index 3ca7fb2..2bb22b9 100644 --- a/winconfig.h +++ b/winconfig.h @@ -4,10 +4,10 @@ /*@-constmacros@*/ /* The directory where Splint's library files live */ -#define DEFAULT_LARCHPATH ".;C:/splint-3.0.1.6/lib" +#define DEFAULT_LARCHPATH ".;C:/splint/lib" /* Splint's imports directory */ -#define DEFAULT_LCLIMPORTDIR ".;C:/splint-3.0.1.6/imports" +#define DEFAULT_LCLIMPORTDIR ".;C:/splint/imports" /* system include directory */ #define GCC_INCLUDE_DIR "C:/include" @@ -16,19 +16,19 @@ #define GCC_INCLUDE_DIR2 "C:/local/include" #define TARGET_CPU "x86" -#define UNAME "WIN32" +#define UNAME "WIN32" /* String describing who compiled this binary and how */ -#define LCL_COMPILE "Compiled using Microsoft Visual C++ 6.0" +#define LCL_COMPILE "Compiled using Microsoft Visual C++ 7.0" /* Splint's version number */ -#define LCL_PARSE_VERSION "Splint 3.0.1.7" +#define LCL_PARSE_VERSION "Splint 3.1.1" /* Define to disable support LCL files */ /* #undef NOLCL */ /* Splint's version number and configure/build date */ -#define SPLINT_VERSION "Splint 3.0.1.7 --- 11 Mar 2002" +#define SPLINT_VERSION "Splint 3.1.1 --- 28 Apr 2003" /* The system's main include directory */ #define SYSTEM_LIBDIR "C:/include"