mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
Do not set GNUSTEP_INSTALLATION_DIR in generated GNUmakefiles, to make sure they work with the new Linux FHS support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24558 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a827776a6e
commit
53135405c5
3 changed files with 23 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Modules/Projects/Application/PCAppProject.m: Do not set
|
||||
GNUSTEP_INSTALLATION_DIR in the GNUmakefile. This would not work
|
||||
with the new filesystem support. The GUI probably needs updating
|
||||
to make users aware of this.
|
||||
* Modules/Projects/Tool/PCToolProject.m: Same change.
|
||||
|
||||
2007-01-20 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Modules/Editors/ProjectCenter/Resources/ObjC.syntax: Update.
|
||||
|
@ -81,7 +89,7 @@
|
|||
|
||||
* Added attempt to find make and debugger utilities.
|
||||
|
||||
2006-11-15 Nicola Pero <nicola@nicola-laptop>
|
||||
2006-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Modules/GNUmakefile.bundles (BUNDLE_INSTALL_DIR): Install the
|
||||
bundles in GNUSTEP_INSTALLATION_DIR, not in GNUSTEP_SYSTEM_ROOT.
|
||||
|
|
|
@ -543,9 +543,16 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
/* IMPORTANT FIXME/TODO: We should be using GNUSTEP_INSTALLATION_DOMAIN,
|
||||
* not GNUSTEP_INSTALLATION_DIR. Even better, we shouldn't specify
|
||||
* this in the GNUmakefile itself at all unless explicitly requested
|
||||
* by the user!
|
||||
*/
|
||||
/*
|
||||
[mff appendString:
|
||||
[NSString stringWithFormat:@"GNUSTEP_INSTALLATION_DIR = %@\n",
|
||||
installDir]];
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -367,9 +367,16 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
/* IMPORTANT FIXME/TODO: We should be using GNUSTEP_INSTALLATION_DOMAIN,
|
||||
* not GNUSTEP_INSTALLATION_DIR. Even better, we shouldn't specify
|
||||
* this in the GNUmakefile itself at all unless explicitly requested
|
||||
* by the user!
|
||||
*/
|
||||
/*
|
||||
[mff appendString:
|
||||
[NSString stringWithFormat:@"GNUSTEP_INSTALLATION_DIR = %@\n",
|
||||
installDir]];
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue