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

  1. REM Product:  TER Demo Program
  2. REM Compiler: Borland 'C' 
  3. REM Memory Model: Medium
  4. REM Note: To compile with BC 4.0 or earlier, remove the OLE2W16 library from
  5. REM       the tlink.ans file and append -DINC_OLE1 switch to the TER_SWITCHES 
  6. REM       constant in the make-bc file.
  7.  
  8. REM Step 1:  Execute the make command.
  9. REM This make command produces these files:
  10. REM 1.  TER.DLL file to be used by DEMO.EXE (demo program) file.
  11. REM 2.  DEMO.EXE, the demo program which calls the TER DLL routines
  12.  
  13. 32RTM
  14.  
  15. make -fmake-bc
  16.  
  17. 32RTM -u
  18.