home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / tedevkit / make-mc.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-06  |  647 b   |  19 lines

  1. REM Product:  TER Demo Program
  2. REM Compiler: Microsoft 'C'
  3. REM Model:    Medium
  4. REM Note:  To recompile the DLL with OLE1 support, 1. append the /DINC_OLE1 switch
  5. REM        to the TER_SWITCHES constant in the make-mc file. 2. Edit the
  6. REM        mlink.ans file to replace the OLE2 and STORAGE library by OLECLI
  7. REM        library.
  8.  
  9. REM Step 1:  Execute the make command.
  10. REM This make command produces these files:
  11. REM 1.  TER.DLL file to be used by DEMO.EXE (demo program) file.
  12. REM 2.  DEMO.EXE, the demo program which calls the TER DLL routines
  13.  
  14. if exist team.cap del team.cap
  15.  
  16. nmake make-mc
  17.  
  18. if exist team.cap type team.cap
  19.