mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 09:02:02 +00:00
removing old PB stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@8603 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bfe24865bd
commit
8e626c2cb3
1 changed files with 0 additions and 69 deletions
|
@ -1,69 +0,0 @@
|
|||
{
|
||||
CURRENTLY_ACTIVE_VERSION = YES;
|
||||
DEPLOY_WITH_VERSION_NAME = A;
|
||||
DYNAMIC_CODE_GEN = YES;
|
||||
FILESTABLE = {
|
||||
CLASSES = (
|
||||
PCBundleLoader.m,
|
||||
PCDataSource.m,
|
||||
PCProjectManager.m,
|
||||
PCServer.m,
|
||||
PCProject.m,
|
||||
PCFileManager.m,
|
||||
PCBrowserController.m,
|
||||
PCProjectBuilder.m
|
||||
);
|
||||
FRAMEWORKS = (AppKit.framework, Foundation.framework);
|
||||
H_FILES = (
|
||||
PCBundleLoader.h,
|
||||
PCDataSource.h,
|
||||
PCProjectManager.h,
|
||||
PCServer.h,
|
||||
PCProject.h,
|
||||
PCFileManager.h,
|
||||
PCBrowserController.h,
|
||||
PreferenceController.h,
|
||||
ProjectCenter.h,
|
||||
ProjectDebugger.h,
|
||||
ProjectEditor.h,
|
||||
ProjectType.h,
|
||||
Server.h,
|
||||
ProjectBuilder.h,
|
||||
FileCreator.h,
|
||||
PCProjectBuilder.h
|
||||
);
|
||||
OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, m.template, h.template);
|
||||
PUBLIC_HEADERS = (
|
||||
PCBundleLoader.h,
|
||||
PCProjectManager.h,
|
||||
PCServer.h,
|
||||
ProjectCenter.h,
|
||||
ProjectDebugger.h,
|
||||
ProjectEditor.h,
|
||||
Server.h,
|
||||
ProjectType.h,
|
||||
PreferenceController.h,
|
||||
PCDataSource.h,
|
||||
PCProject.h,
|
||||
ProjectBuilder.h,
|
||||
FileCreator.h,
|
||||
PCFileManager.h,
|
||||
PCBrowserController.h
|
||||
);
|
||||
};
|
||||
LANGUAGE = English;
|
||||
LOCALIZABLE_FILES = {};
|
||||
MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles";
|
||||
NEXTSTEP_BUILDTOOL = /bin/gnumake;
|
||||
NEXTSTEP_INSTALLDIR = /usr/local/lib;
|
||||
NEXTSTEP_PUBLICHEADERSDIR = "/LocalDeveloper/Headers/$(NAME)";
|
||||
PDO_UNIX_BUILDTOOL = $NEXT_ROOT/NextDeveloper/bin/make;
|
||||
PDO_UNIX_INSTALLDIR = /usr/local/lib;
|
||||
PDO_UNIX_PUBLICHEADERSDIR = "/LocalDeveloper/Headers/$(NAME)";
|
||||
PROJECTNAME = PCLib;
|
||||
PROJECTTYPE = Library;
|
||||
PROJECTVERSION = 2.6;
|
||||
WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make;
|
||||
WINDOWS_INSTALLDIR = "$(HOMEDRIVE)/LocalDeveloper/Libraries";
|
||||
WINDOWS_PUBLICHEADERSDIR = "$(HOMEDRIVE)/LocalDeveloper/Headers/$(NAME)";
|
||||
}
|
Loading…
Reference in a new issue