reactos/drivers
KJK::Hyperion 79e9ba171b Visual C++ backend for rbuild (for now just a hacked mingw backend) and related compilation fixes. Just run vcvars.bat from a RosBE console and "make"!
modified   dll/win32/aclui/guid.c
modified   dll/win32/aclui/precomp.h
modified   drivers/bus/acpi/include/actypes.h
modified   drivers/bus/acpi/include/platform/acenv.h
   Miscellaneous compilation fixes

modified   dll/win32/aclui/sidcache.c
   Damn, forgot to commit this to trunk

deleted    include/psdk/intrin.h
added      include/psdk/intrin.h.bak
   intrin.h is positively not a PSDK header

modified   lib/3rdparty/mingw/wcrt1.c
   Port to Visual C++

modified   ReactOS-generic.rbuild
   Use Visual C++'s built-in CRT headers for now

modified   ReactOS-i386.rbuild
   Translate global compiler flags to Visual C++

modified   tools/rbuild/backend/mingw/mingw.cpp
   No need for -pipe in Visual C++
   Disable precompiled headers for now
   Enable a whole lotta warnings, and disable a few. Should move this to a response file somewhere

modified   tools/rbuild/backend/mingw/modulehandler.cpp
   .a -> .lib
   .o -> .obj
   .coff -> .res.obj, fix windres command line to remove the ambiguity
   ${gcc}/${gpp} -> ${cl}, translate command line options
   ECHO_CC -> ECHO_CL
   Pass *_RCFLAGS to gas instead of *_CFLAGS, for now, so that gas only sees includes and defines (in the future we'll have something like *_ASFLAGS)
   Disabled some gcc-specific code for now

modified   tools/rbuild/module.cpp
   .a -> .lib, .o -> .obj, lib<name>.a -> <name>.lib; and why the hell is this in the front-end?

svn path=/branches/the-real-msvc/; revision=36963
2008-10-25 18:13:25 +00:00
..
base The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
bus Visual C++ backend for rbuild (for now just a hacked mingw backend) and related compilation fixes. Just run vcvars.bat from a RosBE console and "make"! 2008-10-25 18:13:25 +00:00
directx The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
filesystems The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
input The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
ksfilter The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
multimedia The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
network The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
parallel The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
serial The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
setup The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
storage The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
usb The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
video The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
wdm The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
wmi The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
Doxyfile The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
drivers.rbuild The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00