mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
minor stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7360 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d8da8ad908
commit
9b58cc9f36
3 changed files with 6 additions and 16 deletions
|
@ -52,7 +52,7 @@ ADDITIONAL_CFLAGS +=
|
|||
ADDITIONAL_INCLUDE_DIRS +=
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
ADDITIONAL_LDFLAGS += -lPC
|
||||
ADDITIONAL_LDFLAGS += -lProjectCenter
|
||||
|
||||
# Additional library directories the linker should search
|
||||
ADDITIONAL_LIB_DIRS +=
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"PCInfoController.m",
|
||||
"PCLogController.m",
|
||||
"PCMenuController.m",
|
||||
"PCPrefController.m",
|
||||
"ProjectCenter_main.m"
|
||||
);
|
||||
COMPILEROPTIONS = "";
|
||||
|
@ -27,23 +28,17 @@
|
|||
"PCPrefController.h"
|
||||
);
|
||||
IMAGES = (
|
||||
"build.tiff"
|
||||
);
|
||||
INSTALLDIR = "$(HOME)/Apps";
|
||||
INTERFACES = (
|
||||
"main.gmodel",
|
||||
"FileCreation.gmodel",
|
||||
"Info.gmodel",
|
||||
"Preferences.gmodel",
|
||||
"Project.gmodel",
|
||||
"ProjectCenter.gmodel",
|
||||
"PCPrefController.m"
|
||||
"ProjectCenter.gmodel"
|
||||
);
|
||||
LANGUAGE = English;
|
||||
"LAST_EDITING" = "";
|
||||
LIBRARIES = (
|
||||
"gnustep-base",
|
||||
"gnustep-gui"
|
||||
"gnustep-gui",
|
||||
ProjectCenter
|
||||
);
|
||||
MAININTERFACE = "main.gmodel";
|
||||
MAKEFILEDIR = "/usr/GNUstep/Makefiles";
|
||||
|
@ -58,7 +53,7 @@
|
|||
"PROJECT_CREATOR" = "";
|
||||
"PROJECT_DESCRIPTION" = "No description avaliable!";
|
||||
"PROJECT_MAINTAINER" = "";
|
||||
"PROJECT_NAME" = PC;
|
||||
"PROJECT_NAME" = ProjectCenter;
|
||||
"PROJECT_TYPE" = PCAppProject;
|
||||
"PROJECT_VERSION" = "1.0";
|
||||
SUBPROJECTS = (
|
||||
|
|
|
@ -38,12 +38,7 @@
|
|||
+ (void)initialize
|
||||
{
|
||||
NSMutableDictionary *defaults = [NSMutableDictionary dictionary];
|
||||
|
||||
#if defined(GNUSTEP)
|
||||
NSString *_bundlePath = @"/usr/GNUstep/Local/Library/ProjectCenter";
|
||||
#else
|
||||
NSString *_bundlePath = @"/LocalLibrary/ProjectCenter";
|
||||
#endif
|
||||
|
||||
[defaults setObject:_bundlePath forKey:BundlePaths];
|
||||
|
||||
|
|
Loading…
Reference in a new issue