home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / timer / mschrt3 / bldemo.bat < prev    next >
Encoding:
DOS Batch File  |  1990-07-24  |  232 b   |  7 lines

  1. echo Building MSCHRT demos using small model ...
  2. cl -AS delay.c /link mschrts.lib
  3. cl -AS demov3.c /link mschrts.lib
  4. cl -AS seektest.c /link mschrts.lib
  5. cl -AS testbios.c /link mschrts.lib
  6. cl -AS -Gs watch.c /link mschrts.lib
  7.