home *** CD-ROM | disk | FTP | other *** search
- {
- APPCLASS = NCCompletionDictionary;
- BUNDLE_EXTENSION = bundle;
- DYNAMIC_CODE_GEN = YES;
- FILESTABLE = {
- CLASSES = (
- NCTextViewAdditions.m,
- NCTextView.m,
- NCRuntimeHacks.m,
- NCStringAdditions.m,
- NCCompletionWindow.m,
- NCCompletionDictionary.m
- );
- FRAMEWORKS = (AppKit.framework, Foundation.framework);
- H_FILES = (
- NCTextViewAdditions.h,
- NCTextView.h,
- NCRuntimeHacks.h,
- NCStringAdditions.h,
- NCCompletionWindow.h,
- NCCompletionDictionary.h
- );
- INTERFACES = (NCCompletionDictionary.nib);
- OTHER_RESOURCES = ();
- OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, m.template, h.template);
- PRECOMPILED_HEADERS = ();
- PROJECT_HEADERS = ();
- PUBLIC_HEADERS = ();
- };
- LANGUAGE = English;
- LOCALIZABLE_FILES = {NCCompletionDictionary.nib = NCCompletionDictionary.nib; };
- MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles";
- NEXTSTEP_BUILDTOOL = /bin/gnumake;
- NEXTSTEP_INSTALLDIR = /LocalLibrary/Bundles;
- PDO_UNIX_BUILDTOOL = $NEXT_ROOT/NextDeveloper/bin/make;
- PROJECTNAME = NCCompletionDictionary;
- PROJECTTYPE = "Loadable Bundle";
- PROJECTVERSION = 2.6;
- WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make;
- WINDOWS_INSTALLDIR = /MyBundles;
- }
-