These are the win32 specific files for SHADOW GUI. I've included the
BLT specific files here as well, but those will eventually go away
when I link with BLT DLL.

To build:
    
    - create a ../win32, or some other name, directory
    - cp makefile.bc ../win32/makefile
    - cd ../win32
    - make

This will build shadow.exe, which is the main executable.

Unix programs needed in bin directory: 
    - cat
    - rm
    - echo

DLLs needed:
    - BC 5.0 CW3225.DLL
    - tcl7.5, tk4.1, tix4.1b1 and blt2.1 DLLs
    - CYGWIN32.DLL		-- this is for SHADOW only

To create distribution:
    - copy *.tcl AND tclIndex to shadow tcl library directory.
