Put remaining files on the cd

svn path=/branches/xmlbuildsystem/; revision=13840
This commit is contained in:
Casper Hornstrup
2005-03-05 23:22:44 +00:00
parent e014ae4003
commit bb4eed2c43
9 changed files with 72 additions and 5 deletions
+1 -1
View File
@@ -33,11 +33,11 @@ Bootstrap::IsSupportedModuleType ( ModuleType type )
case Win32GUI:
case KernelModeDriver:
case BootSector:
case BootLoader:
return true;
case BuildTool:
case StaticLibrary:
case ObjectLibrary:
case BootLoader:
case Iso:
return false;
}