ftp.nice.ch/pub/next/tools/archiver/JumpBack.4.s.tar.gz#/JumpBack_4/cdromControl.h

This is cdromControl.h in view mode; [Download] [Up]

//======================================================================
//
//	Portions written by FreemanSoft Inc.
//
//	FreemanSoft disclaims any warranty of any kind, expressed or implied,
//	as to this source code's fitness for any particular use.
//
//	For more information, use the following electronic mail addresses:
//	 
//		info@FreemanSoft.com	general questions
//		support@FreemanSoft.com	technical questions
//
//======================================================================


/*
 *	Used to build a strings table
 */

		/*
		 *	common strings localized for cdromControl
		 */
		 
		/* 
		 * window title strings 
		 */
#define	title_string	NXLocalizedStringFromTable("cdromControl", "CD-ROM Indexer (idle)", NULL, 				JumpBack window title )
#define title_pass_1	NXLocalizedStringFromTable("cdromControl", "CD-ROM Indexer (building dest directory with links)", NULL, 	JumpBack window title )
#define title_pass_2	NXLocalizedStringFromTable("cdromControl", "CD-ROM Indexer (running ixbuild)", NULL, 	JumpBack window title )

		/* start of string used in logging */
#define	startup_string		NXLocalizedStringFromTable("cdromControl", "Starting indexing activities.\n", NULL, 	String put in log area )
#define	start_pass_1_string	NXLocalizedStringFromTable("cdromControl", "Building writable sym-link directory.\n", NULL, String put in log area )
#define pass_1_found_something	NXLocalizedStringFromTable("cdromControl", "Cannot create directory of sym-links.\n", NULL, String put in log area )
#define	start_pass_2_string	NXLocalizedStringFromTable("cdromControl", "Starting Indexing.\n", NULL, 		String put in log area )
#define	finished_string 	NXLocalizedStringFromTable("cdromControl", "Indexing completed.\n", NULL, 			String put in log area )
#define	abort_string		NXLocalizedStringFromTable("cdromControl", "Indexing process aborted.\n", NULL, 		String put in log area )


		/*
		 *	common strings that might not be different in
		 *	cdromControlControl subs
		 */
		 
		/*
		 * 	cdromControlControl strings 
		 */
#define	missing_source	NXLocalizedStringFromTable("cdromControl", "No source directory picked", NULL, 		Messages: )
#define missing_dest	NXLocalizedStringFromTable("cdromControl", "No destination directory picked", NULL, 		Messages: )
		/* 
		 * 	window title strings 
		 */
#define	almost_got_it	NXLocalizedStringFromTable("cdromControl", "Just let go to accept that file.", NULL, 		JumpBack window title )
#define bogus_file_type	NXLocalizedStringFromTable("cdromControl", "Items dragged into this app must be folders.", NULL, 	JumpBack window title )

		/*
		 *	strings only used in cdromIndex control
		 */
#define make_dir_script	NXLocalizedStringFromTable("cdromControl", "make_dir.sh", NULL,program that makes dest dir and sym links)
#define missing_make_dir_script	NXLocalizedStringFromTable("cdromControl", "Can't find file make_dir.sh to build the destination directory.", NULL,program that makes dest dir and sym links)


#define pass_2_run_string NXLocalizedStringFromTable("cdromControl", "cd %s/%s; /usr/bin/ixbuild -d -l -g -v .", NULL, ixbuild command for making indicies)

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