home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_11_07 / 1107031b < prev    next >
Text File  |  1993-05-12  |  301b  |  11 lines

  1. rem Builds: MDAWIN.DLL
  2. rem Dynamic link library for Windows.
  3. rem 
  4. bcc -c -WD -D_RTLDLL -ml! mstream.cpp libmain.cpp
  5. tlink /x/c/C/Twd c0dl mstream libmain,mdawin.dll,,import crtldll,mdawin.def
  6. implib mdawin.lib mdawin.dll
  7. bcc -c -WS -D_RTLDLL -ml moutinst.cpp
  8. tlib mdawin.lib +moutinst.obj
  9.  
  10.  
  11.