ftp.nice.ch/pub/next/connectivity/infosystems/Archie.2.18.s.tar.gz#/Archie/Archie_main.m

This is Archie_main.m in view mode; [Download] [Up]

/* Generated by the NeXT Project Builder 
   NOTE: Do NOT change this file -- Project Builder maintains it.
*/

#import "ArchieApp.h"
#import "ObjectError.h"

void main(int argc, char *argv[]) {

	[ObjectError setup];
	[ArchieApp new];
	if ([NXApp loadNibSection:"Archie.nib" owner:NXApp withNames:NO])
		[NXApp run];
	    
	[NXApp free];
	exit(0);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.