home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bos225b2.zip / xibuild.cmd < prev    next >
OS/2 REXX Batch file  |  1999-05-28  |  661b  |  30 lines

  1. /*  -------------------------------------------------------------
  2.  *  Xitami build script for OS/2
  3.  *
  4.  *  Written: 98/07/02  Xitami team <xitami@imatix.com>
  5.  *  Revised: 99/05/29
  6.  *  -------------------------------------------------------------
  7.  */
  8.  
  9. '@echo off'
  10.  
  11. 'cd src\sfl'
  12. 'echo y|build.cmd'
  13. 'copy sfl.h       ..\smt'
  14. 'copy libsfl.a    ..\smt'
  15. 'copy sfl.h       ..\gsl'
  16. 'copy libsfl.a    ..\gsl'
  17. 'copy testcgi.exe ..\..\cgi-bin'
  18.  
  19. 'cd ..\gsl'
  20. 'echo y|build.cmd'
  21. 'copy libgsl.a    ..\smt'
  22. 'copy ggcode.h    ..\smt'
  23. 'copy gslgen.exe  ..\..'
  24.  
  25. 'cd ..\smt'
  26. 'echo y|build.cmd'
  27. 'copy xitami.exe ..\..'
  28. 'copy xixlat.exe ..\..'
  29. 'cd ..\..'
  30.