home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip22.zip / tops20 / make.mic next >
Text File  |  1997-07-20  |  973b  |  38 lines

  1. @te no pau e
  2. @cc -c -q zip
  3. @cc -c -q zipfil
  4. @cc -c -q zipup
  5. @cc -c -q fileio
  6. @cc -c -q util
  7. @cc -c -q crc32
  8. @cc -c -q crctab
  9. @cc -c -q global
  10. @cc -c -q deflat
  11. @cc -c -q trees
  12. @cc -c -q bits
  13. @cc -c -q crypt
  14. @cc -c -q ttyio
  15. @cc -c -q tops20
  16. @cc -i -o zip zip.rel zipfil.rel zipup.rel fileio.rel util.rel crc32.rel crctab.rel global.rel deflat.rel trees.rel bits.rel crypt.rel ttyio.rel tops20.rel
  17. @cc -c -q zipnot
  18. @rename zipfil.c zipfix.c
  19. @rename fileio.c filiox.c
  20. @rename util.c utilx.c
  21. @rename tops20.c tops2x.c
  22. @cc -c -q -DUTIL zipfix
  23. @cc -c -q -DUTIL filiox
  24. @cc -c -q -DUTIL utilx
  25. @cc -c -q -DUTIL tops2x
  26. @rename zipfix.c zipfil.c
  27. @rename filiox.c fileio.c
  28. @rename utilx.c util.c
  29. @rename tops2x.c tops20.c
  30. @cc -i -o zipnot zipnot.rel zipfix.rel filiox.rel utilx.rel global.rel tops2x.rel
  31. @reset
  32. @rename zipnot.exe zipnote.exe
  33. @cc -c -q zipspl
  34. @cc -i -o zipspl zipspl.rel zipfix.rel filiox.rel utilx.rel global.rel tops2x.rel
  35. @reset
  36. @rename zipspl.exe zipsplit.exe
  37. @kmic
  38.