home *** CD-ROM | disk | FTP | other *** search
- setlocal
- rem -----------------------------------------------------------------------
- rem Change the set statement below such that "a" is the drive and directory
- rem on which the multithread (MT) versions of the C header files are kept
- rem and "b" is the drive and directory on which your OS/2 tool kit headers
- rem are kept. EG: set include=d:\msc\include\mt;e:\toolkt12\include
- rem -----------------------------------------------------------------------
- set include=a;b
- make telluser
- make allocmem
- make mdi
- make test
- make browser
- endlocal