home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Utilities / NCCompletionDictionary-2.6 / PB.project < prev   
Encoding:
Text File  |  1997-08-13  |  1.5 KB  |  42 lines

  1. {
  2.     APPCLASS = NCCompletionDictionary; 
  3.     BUNDLE_EXTENSION = bundle; 
  4.     DYNAMIC_CODE_GEN = YES; 
  5.     FILESTABLE = {
  6.         CLASSES = (
  7.             NCTextViewAdditions.m, 
  8.             NCTextView.m, 
  9.             NCRuntimeHacks.m, 
  10.             NCStringAdditions.m, 
  11.             NCCompletionWindow.m, 
  12.             NCCompletionDictionary.m
  13.         ); 
  14.         FRAMEWORKS = (AppKit.framework, Foundation.framework); 
  15.         H_FILES = (
  16.             NCTextViewAdditions.h, 
  17.             NCTextView.h, 
  18.             NCRuntimeHacks.h, 
  19.             NCStringAdditions.h, 
  20.             NCCompletionWindow.h, 
  21.             NCCompletionDictionary.h
  22.         ); 
  23.         INTERFACES = (NCCompletionDictionary.nib); 
  24.         OTHER_RESOURCES = (); 
  25.         OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, m.template, h.template); 
  26.         PRECOMPILED_HEADERS = (); 
  27.         PROJECT_HEADERS = (); 
  28.         PUBLIC_HEADERS = (); 
  29.     }; 
  30.     LANGUAGE = English; 
  31.     LOCALIZABLE_FILES = {NCCompletionDictionary.nib = NCCompletionDictionary.nib; }; 
  32.     MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles"; 
  33.     NEXTSTEP_BUILDTOOL = /bin/gnumake; 
  34.     NEXTSTEP_INSTALLDIR = /LocalLibrary/Bundles; 
  35.     PDO_UNIX_BUILDTOOL = $NEXT_ROOT/NextDeveloper/bin/make; 
  36.     PROJECTNAME = NCCompletionDictionary; 
  37.     PROJECTTYPE = "Loadable Bundle"; 
  38.     PROJECTVERSION = 2.6; 
  39.     WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make; 
  40.     WINDOWS_INSTALLDIR = /MyBundles; 
  41. }
  42.