mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
inclusion of PACKAGE_NAME
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@8544 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9e0978ce99
commit
e703368ff9
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ static PCToolMakefileFactory *_factory = nil;
|
|||
[string appendString:@"# Tool\n"];
|
||||
[string appendString:@"#\n\n"];
|
||||
|
||||
[string appendString:[NSString stringWithFormat:@"PACKAGE_NAME=%@\n",prName]];
|
||||
[string appendString:[NSString stringWithFormat:@"TOOL_NAME=%@\n",prName]];
|
||||
// [string appendString:[NSString stringWithFormat:@"%@_PRINCIPAL_CLASS=%@\n",prName,[prDict objectForKey:PCPrincipalClass]]];
|
||||
[string appendString:[NSString stringWithFormat:@"%@_TOOL_ICON=%@\n",prName, [prDict objectForKey:PCToolIcon]]];
|
||||
|
|
Loading…
Reference in a new issue