mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
Fixed the ADDITIONAL_GUI_LIBS line - this time it should be 100% OK
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@8707 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5e759f1c47
commit
3c779f87fb
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ static PCAppMakefileFactory *_factory = nil;
|
|||
[string appendString:@"# Additional libraries\n"];
|
||||
[string appendString:@"#\n\n"];
|
||||
|
||||
// [string appendString:[NSString stringWithFormat:@"%@_ADDITIONAL_GUI_LIBS += ",prName]];
|
||||
[string appendString:[NSString stringWithFormat:@"%@_LDFLAGS = ",prName]];
|
||||
[string appendString:[NSString stringWithFormat:@"ADDITIONAL_GUI_LIBS += "]];
|
||||
//[string appendString:[NSString stringWithFormat:@"%@_LDFLAGS = ",prName]];
|
||||
|
||||
if ([[prDict objectForKey:PCLibraries] count]) {
|
||||
enumerator = [[prDict objectForKey:PCLibraries] objectEnumerator];
|
||||
|
|
Loading…
Reference in a new issue