1.	Place source files in u:\usr\src\gradient. Use subst if no drive u: on in your system.
2.	Your need on the path:
	- MSVC (i use 5.0);
	- MS resource compiler (rc.exe from MSVC);
	- Borland resource compiler (brc32.exe comes with delphi);
	- delphi (i use 3.0).
3.	Environment:
	For MS cl.exe - %INCLUDE% to dir with headers, %LIB% to dir with libs. Just type
	"vcvars.bat" at command prompt (but don't close command window after that !).
4.	Lets ROCK !

	nmake clean
	nmake

	/* Wait some time. Than "Projectt|Build all" (dcc32 broken ?) */

5.	You need Wise (i use 6.0) to make distribution.

And... definitively, you need NON-Windows do all work. MustDie must die, long life NT.
