home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / readme / fileins / codegen.st < prev    next >
Encoding:
Text File  |  1995-10-24  |  151 b   |  9 lines

  1.  
  2.  
  3. !AbtApplicationFolderView privateMethods !
  4.  
  5. generateRuntimeCodeFor: app
  6.  
  7.     System showBusyCursorWhile: [app symbol abtGenerateAllRuntime]
  8. ! !
  9.