apps-projectcenter/Modules/Projects/Library/Resources/Info.table
Sergii Stoian 2c508faefe * Framework/PCProjectBuilderOptions.m: Add missing file.
* Headers/ProjectCenter/PCProjectBuilderOptions.h: Add missing file.
* Framework/PCProject.m:
(-rootCategories): Call subproject's method if subproject is active.
(-rootEntries): Ditto.
(-keyForCategory:): Ditto. Fix bug #20854.
(-categoryForKey:): Ditto.
(-keyForRootCategoryInCategoryPath:): Since keyForCategory: was made
subproject's sensitive implement key searching here.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25407 72102866-910b-0410-8b05-ffd578937521
2007-08-21 23:22:12 +00:00

43 lines
1,011 B
Text

{
Type = "Project";
Name = "Library";
Description = "Project that handles GNUstep libraries.";
PrincipalClassName = "PCLibProject";
ExecToolName = "";
BuildTargets = ("all","install","uninstall","clean","distclean","dist");
CanHavePublicHeaders = YES;
BrowserRootEntries = {
CLASS_FILES = "Classes";
HEADER_FILES = "Headers";
OTHER_SOURCES = "Other Sources";
OTHER_RESOURCES = "Other Resources";
SUBPROJECTS = "Subprojects";
DOCU_FILES = "Documentation";
SUPPORTING_FILES = "Supporting Files";
LIBRARIES = "Libraries";
NON_PROJECT_FILES = "Non Project Files";
};
SourceFileKeys = (
"CLASS_FILES",
"HEADER_FILES",
"OTHER_SOURCES"
);
ResourceFileKeys = (
"OTHER_RESOURCES",
"DOCU_FILES"
);
OtherFileKeys = (
"SUBPROJECTS",
"SUPPORTING_FILES",
"LIBRARIES",
"NON_PROJECT_FILES"
);
AllowableSubprojectTypes = (
"Bundle",
"Tool"
);
LocalizableCategories = (
OTHER_RESOURCES,
DOCU_FILES
);
}