1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-15 16:39:40 +00:00
openmw-tes3mp/components
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
..
bsa Compare with stream position instead of int. 2012-08-01 17:52:20 -04:00
compiler Mostly removal of unnecessary #include's and a little clean up 2012-07-17 09:27:12 +02:00
esm esm_reader.cpp: fix std::runtime_error compile error 2012-08-04 23:02:34 +02:00
esm_store Revert "Merge remote-tracking branch 'mark76/multiple_esm_esp' into nif-cleanup" 2012-07-23 15:36:12 +02:00
file_finder Issue #133 Handle resources across multiple data directories 2012-02-12 14:21:07 +01:00
files Use debug dlls when debugging in vs2010 (try 2) 2012-08-17 10:47:20 -04:00
interpreter Issue #181: assignment to member variables 2012-06-16 14:29:55 +02:00
misc Changed standard C lib includes to C++ format 2012-07-17 09:44:24 +02:00
nif compatibility fix 2012-08-05 00:06:19 +02:00
nifbullet Merge remote branch 'zini/master' into nif-cleanup 2012-07-17 10:57:15 -07:00
nifogre consider all material properties for nif material sharing, instead of just the texture 2012-07-26 23:40:55 +02:00
nifoverrides override nif transparency settings (part 1) 2012-04-11 20:13:15 +02:00
settings fix some settings bugs 2012-06-23 12:25:28 +02:00
terrain Changed standard C lib includes to C++ format 2012-07-17 09:44:24 +02:00
to_utf8 Changed standard C lib includes to C++ format 2012-07-17 09:44:24 +02:00
CMakeLists.txt bug #348: cleanup 2012-07-31 01:01:00 +04:00
doc.hpp second set of additional doxygen comments 2010-09-25 20:15:05 +02:00