home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 310.lha / Icon2c_v1.0 / TestScript < prev   
AmigaDOS Script File  |  1980-12-06  |  285b  |  9 lines

  1. .key icon
  2. .bra {
  3. .ket }
  4. icon2c {icon} icon.c      ; convert the icon into c source: "icon.c"
  5. lc icon.c                 ; compile the icon c source
  6.   ; link everything...
  7. Blink FROM lib:c.o remake.o icon.o TO Remake LIB lib:lc.lib SC SD ND
  8. remake    ; remake the icon from the c source
  9.