home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / me34exe.zip / buildmt.cmd < prev    next >
OS/2 REXX Batch file  |  1995-01-21  |  397b  |  15 lines

  1. @echo off
  2. cd ed
  3. dmake -f makefile.emx BASECFLAGS="-O2 -fstrength-reduce" CC=gcc emx-mt
  4. cd ..\util
  5. dmake -f makefile.emx BASECFLAGS="-O2 -fstrength-reduce" CC=gcc emx-mt
  6. cd ..\mc
  7. dmake -f makefile.emx BASECFLAGS="-O2 -fstrength-reduce" CC=gcc emx-mt
  8. cd ..\mutt\builtin
  9. dmake
  10. cd ..\package
  11. dmake
  12. cd ..\..\me
  13. dmake -f makefile.emx BASECFLAGS="-O2 -fstrength-reduce" CC=gcc emx-mt
  14. cd ..
  15.