README.msvc.txt

Building with MSVC

Found these definitions
C:\GTools\ConApps\dump4\DumpTar2.h
#define S_ISREG(m)	(((m) & S_IFMT) == S_IFREG)
#define  S_ISREG(m)	(((m) & _S_IFMT) == _S_IFREG)
C:\GTools\ConApps\testap1\unix_bits.cpp
#define S_ISREG(m)	(((m) & S_IFMT) == S_IFREG)
*AND*
C:\Projects\bzip2-1.0.5\bzip2.c
#   define MY_S_ISREG  S_ISREG
#   define MY_S_ISREG(x)  ((x) & _S_IFREG)
   if (MY_S_ISREG(statBuf.st_mode)) return False;
*AND*
C:\Projects\diffutils\lib\sys_stat.in.h
# undef S_ISREG
#ifndef S_ISREG
#  define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
#  define S_ISREG(m) 0


   
Found this considerable SET of 'generated' files
 Directory of C:\Projects\diffutils\lib
15/04/2010  15:42             1,988 alloca.in.h - done see msvc\alloca.h
03/05/2010  18:43            48,857 config.hin - done see msvc\config.h
15/04/2010  15:42             4,712 errno.in.h
15/04/2010  15:40             6,993 fcntl.in.h
15/04/2010  15:42             2,641 fnmatch.in.h
15/04/2010  15:40             8,871 getopt.in.h - done see msvc\getopt.h
03/05/2010  08:52             5,091 getopt_int.h
15/04/2010  14:48             3,481 iconv.in.h
15/04/2010  15:40            26,659 inttypes.in.h
15/04/2010  15:42             4,958 langinfo.in.h - done see msvc\langinfo.h
15/04/2010  15:40            10,339 signal.in.h
15/04/2010  15:42             1,231 stdarg.in.h
03/05/2010  08:55             5,130 stdbool.in.h
15/04/2010  15:42             2,777 stddef.in.h
15/04/2010  15:42            16,702 stdint.in.h - done see msvc\stdint.h
15/04/2010  14:48            38,604 stdio.in.h
15/04/2010  15:40            24,222 stdlib.in.h
16/04/2010  11:20            36,778 string.in.h
15/04/2010  15:42             3,371 strings.in.h
16/04/2010  11:20            17,293 sys_stat.in.h
15/04/2010  15:42             2,789 sys_time.in.h
03/05/2010  08:55             3,217 sys_wait.in.h
15/04/2010  15:42             8,078 time.in.h
03/05/2010  08:55            43,903 unistd.in.h - done see msvc\unistd.h
03/05/2010  08:55            13,690 wchar.in.h
15/04/2010  15:42             9,298 wctype.in.h

regexe

Note: regex.c, includes

#include "regex_internal.c"
#include "regcomp.c"
#include "regexec.c"

