- add support for .ocx files to rbuild

- update project to VS2005

svn path=/trunk/; revision=26541
This commit is contained in:
Ged Murphy
2007-04-27 15:18:34 +00:00
parent d7d69d0175
commit 66c85e2957
7 changed files with 688 additions and 318 deletions
+1
View File
@@ -47,6 +47,7 @@ Bootstrap::IsSupportedModuleType ( ModuleType type )
case NativeDLL:
case NativeCUI:
case Win32DLL:
case Win32OCX:
case Win32CUI:
case Win32SCR:
case Win32GUI: