home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / SimpleService / PB.project < prev    next >
Text File  |  1997-01-12  |  1KB  |  35 lines

  1. {
  2.     APPCLASS = NSApplication; 
  3.     DYNAMIC_CODE_GEN = YES; 
  4.     FILESTABLE = {
  5.         CLASSES = (ServiceTest.m); 
  6.         FRAMEWORKS = (AppKit.framework, Foundation.framework); 
  7.         H_FILES = (ServiceTest.h); 
  8.         INTERFACES = (); 
  9.         OTHER_LINKED = (SimpleService_main.m); 
  10.         OTHER_RESOURCES = (); 
  11.         OTHER_SOURCES = (
  12.             Makefile.preamble, 
  13.             Makefile, 
  14.             Makefile.postamble, 
  15.             m.template, 
  16.             h.template, 
  17.             CustomInfo.plist, 
  18.             README.rtf
  19.         ); 
  20.     }; 
  21.     LANGUAGE = English; 
  22.     LOCALIZABLE_FILES = {}; 
  23.     MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles"; 
  24.     NEXTSTEP_BUILDTOOL = /bin/gnumake; 
  25.     NEXTSTEP_DOCUMENTEXTENSIONS = (); 
  26.     NEXTSTEP_INSTALLDIR = /LocalLibrary/Services; 
  27.     PDO_UNIX_BUILDTOOL = $NEXT_ROOT/NextDeveloper/bin/make; 
  28.     PROJECTNAME = SimpleService; 
  29.     PROJECTTYPE = Application; 
  30.     PROJECTVERSION = 2.6; 
  31.     WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make; 
  32.     WINDOWS_DOCUMENTEXTENSIONS = (); 
  33.     WINDOWS_INSTALLDIR = /LocalLibrary/Services; 
  34. }
  35.