Author: jgardou
Date: Wed Jun 5 17:57:13 2013
New Revision: 59175
URL: http://svn.reactos.org/svn/reactos?rev=59175&view=rev
Log:
[CMAKE]
- put all debug symbols (MSVC) in the same directory.
Modified:
trunk/reactos/CMakeLists.txt
Modified: trunk/reactos/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=59175&r…
==============================================================================
--- trunk/reactos/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/CMakeLists.txt [iso-8859-1] Wed Jun 5 17:57:13 2013
@@ -232,6 +232,9 @@
add_subdirectory(include/asm)
include(cmake/baseaddress.cmake)
+
+ # For MSVC builds, this puts all debug symbols file in the same directory.
+ set(CMAKE_PDB_OUTPUT_DIRECTORY "${REACTOS_BINARY_DIR}/msvc_pdb")
#begin with boot so reactos_cab target is defined before all other modules
add_subdirectory(boot)