This is Test_main.m in view mode; [Download] [Up]
/* Generated by the NeXT Project Builder NOTE:make usre PB building of main is turned off.. */ #import <appkit/Application.h> void main(int argc, char *argv[]) { #ifdef __NeXT__ [Application new]; if ([NXApp loadNibSection:"Test.nib" owner:NXApp withNames:NO]) [NXApp run]; #else [[Application alloc] initargc:argc argv:argv]; if ([NXApp loadNibSection:"Test.xmib" owner:NXApp withNames:NO]) [NXApp run]; #endif [NXApp free]; exit(0); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.