home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- branch ;
- access ;
- symbols ;
- locks ediger:1.2;
- comment @@;
-
-
- 1.2
- date 94.02.07.21.38.01; author ediger; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 94.01.30.16.27.49; author ediger; state Exp;
- branches ;
- next ;
-
-
- desc
- @main routine: from interface builder
- @
-
-
- 1.2
- log
- @Differences between what NeXTStep 3.0 IB did and 3.2 IB.
- @
- text
- @/* Generated by the NeXT Project Builder
- NOTE: Do NOT change this file -- Project Builder maintains it.
- */
-
- #import <appkit/appkit.h>
-
- void main(int argc, char *argv[]) {
-
- [Application new];
- if ([NXApp loadNibSection:"MachOViewer.nib" owner:NXApp withNames:NO])
- [NXApp run];
-
- [NXApp free];
- exit(0);
- }
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d5 1
- a5 1
- #import <appkit/Application.h>
- @
-