home *** CD-ROM | disk | FTP | other *** search
- #system os2 exe
- #model mthread jpi
- #pragma optimize(cpu=>286)
-
- #set pm_api="on"
-
- --Simple presentation manager demo
-
- #compile %main
- #link %prjname.exe
-
- -- the following should run the resource compiler
- -- it may need some alteration to work
- -- path needs to include the directory where rc.exe and rcpp.exe exist
- -- (you have to get these utilities from Microsoft or IBM OS/2 development toolkit)
-
- --run the resource compiler
- --you have to buy this from IBM or Microsoft!
- -- set include search path
- #expand winstyle.h
- #run "rc phone_u.rc phoneat4.exe"
-