added opengl to SetupInclude

StaticLibrary now accepts static libraries to include (note that jam should be rebuilt)
LibraryFromObjects doesn't FGristFiles now, but Library does


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13119 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-06-14 15:22:55 +00:00
parent a1a86b0306
commit 1cc148a946
2 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -827,7 +827,7 @@ rule Lex
rule Library
{
LibraryFromObjects $(<) : $(>:S=$(SUFOBJ)) ;
LibraryFromObjects $(<) : [ FGristFiles $(>:S=$(SUFOBJ)) ] ;
Objects $(>) ;
}
@@ -837,7 +837,7 @@ rule LibraryFromObjects
# Add grist to file names
_s = [ FGristFiles $(>) ] ;
_s = $(>) ;
_l = $(<:S=$(SUFLIB)) ;
# library depends on its member objects