Author: tkreuzer
Date: Fri Nov 26 00:01:20 2010
New Revision: 49796
URL: http://svn.reactos.org/svn/reactos?rev=49796&view=rev
Log:
[CMAKE]
No mesa32 for MSVC for now. It has lots of assembly that would need to be ported. It also talkes ages to compile.
Modified:
branches/cmake-bringup/dll/3rdparty/CMakeLists.txt
Modified: branches/cmake-bringup/dll/3rdparty/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/3rdparty/CMak…
==============================================================================
--- branches/cmake-bringup/dll/3rdparty/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/3rdparty/CMakeLists.txt [iso-8859-1] Fri Nov 26 00:01:20 2010
@@ -6,4 +6,6 @@
add_subdirectory(libpng)
#add_subdirectory(libtiff)#FIXME : unresolved symbol _pei386_runtime_relocator
add_subdirectory(libxslt)
+if(NOT MSVC)
add_subdirectory(mesa32)
+endif()
Author: fireball
Date: Thu Nov 25 22:03:56 2010
New Revision: 49792
URL: http://svn.reactos.org/svn/reactos?rev=49792&view=rev
Log:
[FREELDR]
- Conditionally enable heap-related debugging and validation checks by an MM_DBG define for all architectures. Inspired by 49744.
Modified:
trunk/reactos/boot/freeldr/freeldr/rtl/bget.c
Modified: trunk/reactos/boot/freeldr/freeldr/rtl/bget.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/rtl/b…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/rtl/bget.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/rtl/bget.c [iso-8859-1] Thu Nov 25 22:03:56 2010
@@ -407,7 +407,7 @@
all buffers allocated are a
multiple of this size. This
MUST be a power of two. */
-#ifndef _M_ARM
+#ifdef MM_DBG
#define BufDump 1 /* Define this symbol to enable the
bpoold() function which dumps the