home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bos224d6.zip / XIBUILD.CMD < prev    next >
OS/2 REXX Batch file  |  1998-07-13  |  489b  |  20 lines

  1. /*  -------------------------------------------------------------
  2.  *  Xitami build script for OS/2
  3.  *
  4.  *  Written: 98/07/02  Xitami team <xitami@imatix.com>
  5.  *  Revised: 98/07/13
  6.  *  -------------------------------------------------------------
  7.  */
  8.  
  9. '@echo off'
  10. 'cd src\sfl'
  11. 'echo y|build.cmd'
  12. 'copy sfl.h       ..\smt'
  13. 'copy libsfl.a    ..\smt'
  14. 'copy testcgi.exe ..\..\cgi-bin'
  15. 'cd ..\smt'
  16. 'echo y|build.cmd'
  17. 'copy xitami.exe ..\..'
  18. 'copy xixlat.exe ..\..'
  19. 'cd ..\..'
  20.