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/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.
13 years ago
..
collections.cpp Can find files even if no .bsa file exists now 13 years ago
collections.hpp Mostly removal of unnecessary #include's and a little clean up 13 years ago
configurationmanager.cpp Merge remote branch 'scrawl/shadersystem' into shadersystem 13 years ago
configurationmanager.hpp remove the plugins.cfg files, do not enforce CG plugin 13 years ago
filelibrary.cpp fixed some cppcheck issues 13 years ago
filelibrary.hpp Another file search fix 13 years ago
fileops.cpp boost compatibility fix 13 years ago
fileops.hpp Fix regression with locating sound files 13 years ago
fixedpath.hpp Small define/include fixes for compiling on windows 13 years ago
linuxpath.cpp Bug fixes for configuration handling. 13 years ago
linuxpath.hpp Bug fixes for configuration handling. 13 years ago
macospath.cpp added missing include for macospath.cpp 13 years ago
macospath.hpp Bug fixes for configuration handling. 13 years ago
multidircollection.cpp fixed a missing include 14 years ago
multidircollection.hpp Issue #133 Handle resources across multiple data directories - WIP 13 years ago
ogreplugin.cpp Use debug dlls when debugging in vs2010 (try 2) 13 years ago
ogreplugin.hpp boost filesystem compatibility fix 13 years ago
windowspath.cpp Forgot that IsWow64Process would return false on a native 64-bit application 13 years ago
windowspath.hpp Bug fixes for configuration handling. 13 years ago