home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem In order to build the STATS demo program, simply type COMPILE
- rem in this directory. For this we assume the archive was unzipped
- rem into the appropriate directories.
- rem
- rem Must compile in SMALL model
- rem
- rem If using Turbo C++ 1.0, change bcc to tcc
- rem
- bcc -I..\inc -L..\lib -w-aus -ms -P stats.c adl_s.lib
-