-Add a new module type 'cabinet' to handle .cab files generation
[reactos.git] / reactos / tools / rbuild / rbuild.h
index e9f7f20..1b6adba 100644 (file)
@@ -303,6 +303,7 @@ enum ModuleType
        RpcProxy,
        HostStaticLibrary,
        TypeDontCare,
+       Cabinet
 };
 
 enum HostType