home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / quot210s.zip / build.cmd next >
OS/2 REXX Batch file  |  1998-12-14  |  161b  |  12 lines

  1. @echo off
  2.  
  3. echo Building xtype library...
  4. cd xtype\src
  5. make install
  6. emxomf \emx\lib\xtype.a
  7. cd ..\..
  8.  
  9. echo Building Quoteriser...
  10. make bin
  11. echo Done.
  12.