home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / comdemos / progs / stronged / !StrongED / Modes / C < prev    next >
Encoding:
Text File  |  1993-04-12  |  544 b   |  16 lines

  1.  
  2. KeyList
  3.     s-F2        ListOfC
  4. #    F10        SaveRun "cc -c C.<tmp$leaf> -throwback -desktop ^"
  5.     F10        Drag "cc"
  6.     s-F10        SaveDrag "cc"
  7. End
  8.  
  9. Menu
  10.     ListOfC                    List of functions  s-F2        Click to generate list of all functions.
  11.     Drag "cc"                Just Compile        F10        Click to send text to c compiler.
  12.     SaveDrag "cc"                Save & Compile    s-F10        Click to save and send text to c compiler.
  13.     DClick "<tmp$path>.^.Makefile"        Just Make         c-F10        Click to launch Make.
  14.     SaveDClick "<tmp$path>.^.Makefile"    Save & Make      cs-F10        Click to save and launch Make.
  15. End
  16.