Don't mix host and targets include files

Add HostStaticLibrary type

svn path=/trunk/; revision=32594
This commit is contained in:
Hervé Poussineau
2008-03-07 09:17:12 +00:00
parent 6e49f8efc8
commit 8002abf980
6 changed files with 93 additions and 30 deletions
+1
View File
@@ -57,6 +57,7 @@ Bootstrap::IsSupportedModuleType ( ModuleType type )
return true;
case BuildTool:
case StaticLibrary:
case HostStaticLibrary:
case ObjectLibrary:
case Iso:
case LiveIso: