home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / mdi / compile.cmd < prev    next >
Encoding:
Text File  |  1990-03-08  |  554 b   |  15 lines

  1. setlocal
  2. rem -----------------------------------------------------------------------
  3. rem Change the set statement below such that "a" is the drive and directory
  4. rem on which the multithread (MT) versions of the C header files are kept
  5. rem and "b" is the drive and directory on which your OS/2 tool kit headers
  6. rem are kept. EG: set include=d:\msc\include\mt;e:\toolkt12\include
  7. rem -----------------------------------------------------------------------
  8. set include=a;b
  9. make telluser
  10. make allocmem
  11. make mdi
  12. make test
  13. make browser
  14. endlocal
  15.