home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d500 / wiconify.lha / wIconify / wUtilities.lzh / Make < prev    next >
Text File  |  1991-04-19  |  489b  |  17 lines

  1. .k Project/a
  2. ;
  3. ;   Usage:  EXECUTE MAKE <Project>
  4. ;
  5. ;      where 'Project' is the name of one of the directories containing
  6. ;      a wIconify utility program
  7. ;
  8. ;  Not a very efficent make procedure.  It copies the required files to the
  9. ;  specified program directory, then CD's there, then calls the .make
  10. ;  routine in that directory.  Finally, it cleans up after itself.
  11. ;
  12. copy #?.#? <Project>
  13. cd <Project>
  14. execute <Project>.make
  15. delete #?.o wIcon.h wStructs.h wIconCalls.c _main.c
  16. cd /
  17.