home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula
/
nebula.bin
/
SourceCode
/
ExecutiveTest
/
ExecApp_main.m
< prev
next >
Wrap
Text File
|
1993-06-25
|
317b
|
16 lines
/* Generated by the NeXT Project Builder
NOTE: Do NOT change this file -- Project Builder maintains it.
*/
#import "ExecApp.h"
void main(int argc, char *argv[]) {
[ExecApp new];
if ([NXApp loadNibSection:"ExecApp.nib" owner:NXApp withNames:NO])
[NXApp run];
[NXApp free];
exit(0);
}