You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/components
Michael Mc Donnell ebe131b326 Use debug dlls when debugging in vs2010
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.

There are still other bugs that have broken Debug mode in vs2010 but those
will be addressed in other patches.
13 years ago
..
bsa Compare with stream position instead of int. 13 years ago
compiler Mostly removal of unnecessary #include's and a little clean up 13 years ago
esm esm_reader.cpp: fix std::runtime_error compile error 13 years ago
esm_store Revert "Merge remote-tracking branch 'mark76/multiple_esm_esp' into nif-cleanup" 13 years ago
file_finder Issue #133 Handle resources across multiple data directories 13 years ago
files Use debug dlls when debugging in vs2010 13 years ago
interpreter Issue #181: assignment to member variables 13 years ago
misc Changed standard C lib includes to C++ format 13 years ago
nif compatibility fix 13 years ago
nifbullet Merge remote branch 'zini/master' into nif-cleanup 13 years ago
nifogre consider all material properties for nif material sharing, instead of just the texture 13 years ago
nifoverrides override nif transparency settings (part 1) 13 years ago
settings fix some settings bugs 13 years ago
terrain Changed standard C lib includes to C++ format 13 years ago
to_utf8 Changed standard C lib includes to C++ format 13 years ago
CMakeLists.txt bug #348: cleanup 13 years ago
doc.hpp second set of additional doxygen comments 14 years ago