home *** CD-ROM | disk | FTP | other *** search
- {
- APPCLASS = GdbDisplayController;
- BUNDLE_EXTENSION = bundle;
- DYNAMIC_CODE_GEN = YES;
- FILESTABLE = {
- BUNDLES = ();
- CLASSES = (
- GdbDisplayController.m,
- Stack.m,
- Frame.m,
- Variable.m,
- GdbBrowserCell.m,
- ControllerCategory.m,
- NSScannerAddition.m,
- NSArrayAdditions.m,
- FrameBrowserCell.m
- );
- FRAMEWORKS = (Foundation.framework);
- HEADERSEARCH = ();
- H_FILES = (
- GdbDisplayController.h,
- Stack.h,
- Frame.h,
- Variable.h,
- GdbBrowserCell.h,
- ControllerCategory.h,
- NSScannerAddition.h,
- NSArrayAdditions.h,
- FrameBrowserCell.h
- );
- IMAGES = (square.tiff, dotImageH.tiff, squareH.tiff, dotImage.tiff);
- INTERFACES = (GdbController.nib);
- LIBS = ();
- OTHER_LINKED = ();
- OTHER_RESOURCES = ();
- OTHER_SOURCES = (
- Makefile.preamble,
- Makefile,
- Makefile.postamble,
- m.template,
- h.template,
- DisplaySupport
- );
- PRECOMPILED_HEADERS = ();
- PROJECT_HEADERS = ();
- PUBLIC_HEADERS = ();
- SUBPROJECTS = ();
- TOOLS = ();
- };
- LANGUAGE = English;
- LOCALIZABLE_FILES = {};
- MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles";
- NEXTSTEP_BUILDTOOL = /bin/gnumake;
- NEXTSTEP_COMPILEROPTIONS = "-IDisplaySupport";
- NEXTSTEP_INSTALLDIR = "$(HOME)/Apps";
- PDO_UNIX_BUILDTOOL = $NEXT_ROOT/NextDeveloper/bin/make;
- PROJECTNAME = GdbBundle;
- PROJECTTYPE = "Loadable Bundle";
- PROJECTVERSION = 2.6;
- WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make;
- }
-