- Add specific module type for keyboard layouts
[reactos.git] / reactos / tools / rbuild / bootstrap.cpp
index f286bfd..2276c61 100644 (file)
@@ -43,6 +43,7 @@ Bootstrap::IsSupportedModuleType ( ModuleType type )
        {
                case Kernel:
                case KernelModeDLL:
+               case KeyboardLayout:
                case NativeDLL:
                case NativeCUI:
                case Win32DLL: