Building sdr under Win95/WinNT

    van@ee.lbl.gov, Tue Jun 11 20:48:55 PDT 1996

Because the tcl to C converter doesn't (currently) run under Windows,
there are two makefiles in this directory.  'Makefile' is used on
a unix system to convert tcl files to the corresponding C files then
make a tar of all the files needed to build sdr under windows.  (This
tar will be left in ../winsdr.tar)  Winsdr.tar should get moved to
a Windows system (using ftp, samba or whatever strikes your fancy)
and unpacked with winzip.  You should then be able to type
  nmake -f makefile.vc
to build sdr.

Note that if any c, h, tcl or html files are added or deleted from
the sdr distribution, both Makefile & makefile.vc need to be updated.
