mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 16:12:17 +00:00
The default installation path prefix for bundles is now set to
$GNUSTEP_INSTALLATION_DIR git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@13749 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e56b2c6901
commit
8f06001865
2 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
LIBRARIES = ("gnustep-base");
|
||||
MAININTERFACE = "";
|
||||
MAKEFILEDIR = "$(GNUSTEP_SYSTEM_ROOT)/Makefiles";
|
||||
INSTALLDIR = "$(GNUSTEP_LOCAL_ROOT)/Library/Bundles";
|
||||
INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles";
|
||||
OTHER_FILES = ();
|
||||
OTHER_RESOURCES = ();
|
||||
OTHER_SOURCES = ();
|
||||
|
|
|
@ -30,7 +30,8 @@
|
|||
|
||||
#import <ProjectCenter/ProjectCenter.h>
|
||||
|
||||
#define BUNDLE_INSTALL @"$(GNUSTEP_LOCAL_ROOT)/Library/Bundles/"
|
||||
//#define BUNDLE_INSTALL @"$(GNUSTEP_LOCAL_ROOT)/Library/Bundles/"
|
||||
#define BUNDLE_INSTALL @"$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/"
|
||||
|
||||
@interface PCBundleProject (CreateUI)
|
||||
|
||||
|
|
Loading…
Reference in a new issue