home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / MachOViewer / Source / RCS / MachOViewer_main.m,v < prev    next >
Encoding:
Text File  |  1994-02-07  |  786 b   |  57 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ediger:1.2;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     94.02.07.21.38.01;  author ediger;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     94.01.30.16.27.49;  author ediger;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @main routine: from interface builder
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @Differences between what NeXTStep 3.0 IB did and 3.2 IB.
  28. @
  29. text
  30. @/* Generated by the NeXT Project Builder 
  31.    NOTE: Do NOT change this file -- Project Builder maintains it.
  32. */
  33.  
  34. #import <appkit/appkit.h>
  35.  
  36. void main(int argc, char *argv[]) {
  37.  
  38.     [Application new];
  39.     if ([NXApp loadNibSection:"MachOViewer.nib" owner:NXApp withNames:NO])
  40.         [NXApp run];
  41.         
  42.     [NXApp free];
  43.     exit(0);
  44. }
  45. @
  46.  
  47.  
  48. 1.1
  49. log
  50. @Initial revision
  51. @
  52. text
  53. @d5 1
  54. a5 1
  55. #import <appkit/Application.h>
  56. @
  57.