home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / config / winnt / msvc / makefile.top < prev    next >
Makefile  |  2000-08-17  |  437b  |  25 lines

  1. # top-level Icon makefile, configured for Windows NT
  2. Top:
  3.     @echo Run "nmake Configure" or "nmake W-Configure" to configure sources
  4.  
  5. Configure:
  6.     cd \v9\config\nt\msvc
  7.     config
  8.     echo Run "nmake Icon-icont" to build
  9.  
  10. W-Configure:
  11.     cd \v9\config\nt\msvc
  12.     w-config
  13.     echo Run "nmake Icon-icont" to build
  14.  
  15. Icon-icont:
  16.         nmake Rtt
  17.         cd \v9\src\runtime
  18.     nmake interp_all
  19.         cd \v9\src\icont
  20.     nmake
  21.  
  22. Rtt:
  23.         cd src\rtt
  24.     nmake
  25.