mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
Code cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@13753 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e136c8c2a5
commit
835ec95694
1 changed files with 0 additions and 1 deletions
|
@ -331,7 +331,6 @@ static PCMakefileFactory *_factory = nil;
|
|||
|
||||
- (void)appendLibraryInstallDir:(NSString*)dir
|
||||
{
|
||||
//[self appendString:[NSString stringWithFormat:@"GNUSTEP_INSTALLATION_DIR=%@\n",dir]];
|
||||
[self appendString:[NSString stringWithFormat:@"%@_INSTALLATION_DIR=$(GNUSTEP_INSTALLATION_DIR)\n",[pnme uppercaseString]]];
|
||||
[self appendString:[NSString stringWithFormat:@"%@_INSTALL_PREFIX=$(GNUSTEP_INSTALLATION_DIR)\n",[pnme uppercaseString]]];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue