home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ctdemo.zip / classes / @CLSLIB1.ZIP / cls / iclui / ahlwndw5.cmd < prev    next >
OS/2 REXX Batch file  |  1994-06-19  |  655b  |  27 lines

  1. /* REXX post build procedure for Class: AHelloWindow5 [PM d:\ct\clstest1 2] */
  2. /* PM 19.06.94 18.17 */
  3.  
  4. /* these are the standard parameters passed by CTHROUGH */
  5. ARG appPath appFile sourcePath sourceFile
  6.  
  7. CALL DIRECTORY sourcePath
  8.  
  9. SAY
  10. SAY '========= compile resources ===================='
  11. "RC -r " AHELLOW5.RC
  12. "XCOPY AHELLOW5.RES " appPath
  13.  
  14. SAY
  15. SAY '========= build online help ===================='
  16. "IPFC AHELLOW5.IPF"
  17. "XCOPY AHELLOW5.HLP " appPath
  18.  
  19. CALL DIRECTORY appPath
  20.  
  21. SAY
  22. SAY '========= link resources ======================='
  23. "RC AHELLOW5.RES " appFile
  24.  
  25. SAY
  26. SAY '========= post processing of ' appFile ' ready ======'
  27.