include.c requires:

WIN32
    copy env.c c:\temp\x.c
    set INCLUDE=c:\temp;%INCLUDE%

UNIX
	cp env.c /tmp/x.c
	export INCLUDE=/tmp:$INCLUDE

