renamed TypeLib target to EmbeddedTypeLib

svn path=/trunk/; revision=27374
This commit is contained in:
Christoph von Wittich
2007-07-03 19:10:33 +00:00
parent c9c06660a0
commit ccf9439e1e
5 changed files with 27 additions and 24 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ Bootstrap::IsSupportedModuleType ( ModuleType type )
case RpcClient:
case Alias:
case IdlHeader:
case TypeLib:
case EmbeddedTypeLib:
return false;
}
throw InvalidOperationException ( __FILE__,