home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 May / PCO_5_97.ISO / FilesBBS / OS2 / APACH113.ARJ / APACH113 / APACH113.ZIP / apache_1.1.3 / src / os2make.cmd < prev    next >
Encoding:
Text File  |  1996-09-15  |  139 b   |  11 lines

  1. @echo off
  2. rem OS/2 batch file to compile Apache.
  3.  
  4. make
  5.  
  6. EMXBIND -w -v httpd -h4096
  7. del  httpd.
  8.  
  9. copy httpd.exe ..
  10. del  httpd.exe
  11.