home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR41 / CUJ0793.ZIP / 1107032B < prev    next >
Text File  |  1993-04-28  |  168b  |  9 lines

  1. rem Build: MDAWINL.LIB
  2. rem Large memory model, static link library for Windows.
  3. rem 
  4. bcc -c -WS -ml mstream.cpp
  5. del mdawinl.lib
  6. tlib mdawinl.lib +mstream.obj
  7.  
  8.  
  9.