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:
Robert Slover 2001-01-20 10:48:58 +00:00
parent 5e759f1c47
commit 3c779f87fb

View file

@ -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];