home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bsrc_260.zip / readme.txt < prev    next >
Text File  |  1996-04-07  |  1KB  |  41 lines

  1. Using the contents of this .zip file you can support BinkleyTerm 
  2. builds for DOS, OS/2 (32-bit) and Win32 (NT or Windows 95).
  3.  
  4. The standard compiler for DOS is Microsoft Visual C++ 2.x.
  5. The standard compiler for Win32 is Microsoft Visual C++ 4.0.
  6. The standard compiler for OS/2 is IBM C/Set2 C++.
  7.  
  8. Create the tree like this:
  9.  
  10. x (directory name, suggest \binkley)
  11. x\src
  12. x\include
  13. x\lib
  14. x\ (directory name, suggest dos)
  15. x\ (directory name, suggest win32)
  16. x\ (directory name, suggest os2)
  17.  
  18. extract src.zip into src
  19. extract include.zip into include
  20. extract lib.zip into lib
  21. put binkley.mak into dos
  22. put bt.def into dos
  23. put makefile.* into os2
  24. put w32bink.mak into win32
  25.  
  26. to build:
  27.  
  28. go into appropriate directory and invoke nmake using the makefile you want.
  29. for dos or win32, you use the .mak file. for os2, you need to use the .snp
  30. file if you want snoop support and the .nsp if you don't.
  31.  
  32. note:
  33.  
  34. the above assumes that the PATH, INCLUDE and LIB directories are already
  35. set up correctly for your compiler.
  36.  
  37. the x\lib directory is presently only used by the OS/2 version, which links
  38. to the MAXCOMM.DLL and SNSERVER.DLL (depending on "flavor").
  39.  
  40.  
  41.