home *** CD-ROM | disk | FTP | other *** search
- REM Product: TER Demo Program
- REM Compiler: Microsoft 'C'
- REM Model: Medium
- REM Note: To recompile the DLL with OLE1 support, 1. append the /DINC_OLE1 switch
- REM to the TER_SWITCHES constant in the make-mc file. 2. Edit the
- REM mlink.ans file to replace the OLE2 and STORAGE library by OLECLI
- REM library.
-
- REM Step 1: Execute the make command.
- REM This make command produces these files:
- REM 1. TER.DLL file to be used by DEMO.EXE (demo program) file.
- REM 2. DEMO.EXE, the demo program which calls the TER DLL routines
-
- if exist team.cap del team.cap
-
- nmake make-mc
-
- if exist team.cap type team.cap
-