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 >
Wrap
DOS Batch File
|
1995-04-06
|
546b
|
18 lines
REM Product: TER Demo Program
REM Compiler: Borland 'C'
REM Memory Model: Medium
REM Note: To compile with BC 4.0 or earlier, remove the OLE2W16 library from
REM the tlink.ans file and append -DINC_OLE1 switch to the TER_SWITCHES
REM constant in the make-bc file.
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
32RTM
make -fmake-bc
32RTM -u