ftp.nice.ch/pub/next/tools/services/TickleServices.1.11.NIH.b.tar.gz#/TickleServices1.11/E.Aux/WSNotify.m

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

/* This program was written and contributed by
 * Gordie Freedman <gordie@cyclesoft.com>
 *
 * This is a good example of why TickleServices needs loadable Tcl
 * built-ins.
 */

/* cc -o WSNotify -s -O WSNotify.m -lNeXT_s */
/* cc -arch m68k -arch i386 -o WSNotify -s -O WSNotify.m -lNeXT_s */
/* cc -arch m68k -arch i386 -arch hppa -o WSNotify -s -O WSNotify.m -lNeXT_s */

#import <appkit/Application.h>

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

	[[Application workspace] defaultsChanged];	    
    [NXApp free];
	
    exit(0);
}

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