home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / e / easyplugins / .build next >
Encoding:
Text File  |  1998-03-01  |  511 b   |  24 lines

  1.  
  2. all:
  3.     Build source NOHEAD
  4.     FlushCache >NIL:
  5.     Build examples NOHEAD
  6.  
  7. source:
  8.         CD source/
  9.         List P="#?.e" LFORMAT "EC %s OPTI" >T:ep_src_build
  10.         Execute T:ep_src_build
  11.         CD /
  12.         Copy source/#?.m modules/
  13.         Copy source/#?.m Emodules:easyplugins
  14.         Delete source/#?.m
  15.         Delete T:ep_src_build
  16.  
  17. examples:
  18.         CD examples/
  19.         List P="#?.e" LFORMAT "EC %s OPTI" >T:ep_exa_build
  20.         Execute T:ep_exa_build
  21.         CD /
  22.         Delete T:ep_exa_build
  23.  
  24.