- MSVC VCPROJ Maker:
authorAlex Ionescu <aionescu@gmail.com>
Fri, 17 Nov 2006 02:44:37 +0000 (02:44 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Fri, 17 Nov 2006 02:44:37 +0000 (02:44 +0000)
commit5ec8f2dc40e6b05cd67ec6dd9482983c2fe2c64b
tree11229aca09d7913c41ee378f4e2bc9f710283563
parentdeefef4098d10670c91f82cb130b6a7f29da699d
- MSVC VCPROJ Maker:
  * Don't insert NDEBUG as a define, files define this manually already.
  * Don't add _CRT flags, since the RTM WDK defines them properly.
  * Force warning.h to be included just like the WDK does.
  * Disable WPO and LTCG for now.
  * Disable 64-bit warnings for now.
  * Fix assembly custom steps. NASMW for .asm, and GAS for .S.
- Please remember that you NEED the WDK 6000 RTM installed to use MSVC for building ReactOS. Don't change global build settings just because you were too lazy to download it and think that because your Win32 app doesn't need it, it's ok to break other people's native/system/kernel/hal builds. Change it locally if you're lazy, but don't revert these changes again.

svn path=/trunk/; revision=24773
reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp