home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / PHONEAT4.ZIP / PHONEAT4.PR < prev   
Text File  |  1992-08-13  |  592b  |  22 lines

  1. #system os2 exe
  2. #model mthread jpi
  3. #pragma optimize(cpu=>286)
  4.  
  5. #set pm_api="on"
  6.  
  7. --Simple presentation manager demo
  8.  
  9. #compile %main
  10. #link %prjname.exe
  11.  
  12. -- the following should run the resource compiler
  13. -- it may need some alteration to work
  14. -- path needs to include the directory where rc.exe and rcpp.exe exist
  15. -- (you have to get these utilities from Microsoft or IBM OS/2 development toolkit)
  16.  
  17. --run the resource compiler
  18. --you have to buy this from IBM or Microsoft!
  19. -- set include search path
  20. #expand winstyle.h
  21. #run "rc phone_u.rc phoneat4.exe"
  22.