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 / read.me < prev    next >
Text File  |  2000-08-17  |  2KB  |  40 lines

  1. Configuring and Installing Icon on Windows NT and Windows 95
  2.  
  3. Clint Jeffery, jeffery@ringer.cs.utsa.edu
  4. 7/15/96
  5.  
  6. 0) These instructions and sources configure Icon for Microsoft Visual C++
  7. 2.0; if you need to reassemble the co-expression switch (instead of using
  8. the supplied rswitch.obj), you will also need a copy of masm386.exe, which
  9. is rumored to be distributed on the MSDN (MicroSoft Developer Network) CD
  10. and also came on the NT 3.1 SDK CD-ROM.  If you have another compiler, you
  11. may need to make substantial changes.
  12.  
  13. 1) Unpack the sources under \v9 on some drive.  For example, mine all
  14. live under E:\V9.  See the regular Icon Project documentation for a picture
  15. if you are unsure of what the directory hierarchy should look like.  In
  16. particular, there should be a BIN directory along with the SRC and CONFIG
  17. directories under V9.
  18.  
  19. 2) Configure the sources, either with or without graphics capabilities.
  20. Executing CONFIG.BAT in the v9\config\nt\msvc directory will copy makefiles
  21. and linker response (.lnk) files over.  The define.h file will have defined
  22. NT.  The binaries you can build in this configuration are NT console binaries
  23. without graphics facilities.  Executing G-CONFIG.BAT additionally adds a
  24. #define for MSWindows to the define.h file, enabling the construction of
  25. graphics-capable binaries.
  26.  
  27. 3) Make executables.  Go up to the v9 directory and type "nmake Icon-icont".
  28. The top-level makefile should build nticont.exe, rtt.exe, and either
  29. nticonx.exe or wiconx.exe depending on whether graphics are enabled.
  30.  
  31. 4) Write neat Icon programs to test your binaries.  You may need experience
  32. with UNIX Icon's graphics facilities, or at least a copy of IPD255 from the
  33. Icon Project, in order to make use of the graphics and windowing capabilities.
  34.  
  35. 5) Trouble building?  Problems are probably my fault, either in the
  36. construction of configuration files or in backing Windows sources into Icon
  37. Project's main Icon source distribution.  I'll be happy to advise persons by
  38. e-mail who are trying to build under NT or Windows 95 with this
  39. configuration.
  40.