1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-14 07:13:09 +00:00
openmw/components/files
Michael Mc Donnell 7952d38e6c Use debug dlls when debugging in vs2010 (try 2)
Using the Debug build in vs2010 is not working because the debug dlls are
not loaded when debugging. The reason they are not loaded is that
CMAKE_BUILD_TYPE is not defined when doing multiple builds. This in turns
causes OGRE_PLUGIN_DEBUG_SUFFIX not to be set. This patch makes sure that
OGRE_PLUGIN_DEBUG_SUFFIX is always set but only used when debugging.

It also defines DEBUG to make it easier turn things on and off when
debugging.

There are still other bugs that have broken Debug mode in vs2010 but those
will be addressed in other patches.
2012-08-17 10:47:20 -04:00
..
collections.cpp
collections.hpp
configurationmanager.cpp Merge remote branch 'scrawl/shadersystem' into shadersystem 2012-07-23 14:12:21 +02:00
configurationmanager.hpp remove the plugins.cfg files, do not enforce CG plugin 2012-07-20 16:44:03 +02:00
filelibrary.cpp
filelibrary.hpp
fileops.cpp
fileops.hpp
fixedpath.hpp
linuxpath.cpp
linuxpath.hpp
macospath.cpp
macospath.hpp
multidircollection.cpp
multidircollection.hpp
ogreplugin.cpp Use debug dlls when debugging in vs2010 (try 2) 2012-08-17 10:47:20 -04:00
ogreplugin.hpp boost filesystem compatibility fix 2012-08-08 08:52:08 +02:00
windowspath.cpp
windowspath.hpp