home *** CD-ROM | disk | FTP | other *** search
- .k Project/a
- ;
- ; Usage: EXECUTE MAKE <Project>
- ;
- ; where 'Project' is the name of one of the directories containing
- ; a wIconify utility program
- ;
- ; Not a very efficent make procedure. It copies the required files to the
- ; specified program directory, then CD's there, then calls the .make
- ; routine in that directory. Finally, it cleans up after itself.
- ;
- copy #?.#? <Project>
- cd <Project>
- execute <Project>.make
- delete #?.o wIcon.h wStructs.h wIconCalls.c _main.c
- cd /
-