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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user