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/apps/launcher
slothlife 20dabaead9 Fix CMake scripts to link static dependencies
Added FindDirectX scripts from Ogre so that FindOgre.cmake doesn't
fail silently to find the libraries correctly.

Modified top-level CMakelists.txt:
- Correctly set include dirs, preprocessor definitions, and add
  libraries for static Ogre plugins.
- Correctly set preprocessor definitions for static MyGUI.

Modified launcher, openmw, and opencs to link the static Ogre plugins.

Fixed FindSDL2.cmake to set a variable that contains only the SDL2
library, so that the launcher doesn't incorrectly link against
SDL2main.

Fixed FindMyGUI.cmake to correctly look for static variants.

Fixed FindOgre.cmake to set variables for DirectX plugins correctly.
11 years ago
..
settings the same for data-local entry 11 years ago
utils Fix broken launcher content file display / selection scheme 11 years ago
CMakeLists.txt Fix CMake scripts to link static dependencies 11 years ago
datafilespage.cpp Various fixes for CppCheck warnings. 11 years ago
datafilespage.hpp Fixed pathing issues in launcher 11 years ago
graphicspage.cpp minor performance improvements in other apps subdirectories 11 years ago
graphicspage.hpp Merge branch 'openmw-27' 11 years ago
main.cpp Windows SDL fix 11 years ago
maindialog.cpp Fix a typo within the launcher. Fixes bug #1058. 11 years ago
maindialog.hpp Implemented Launcher namespace 11 years ago
playpage.cpp Implemented Launcher namespace 11 years ago
playpage.hpp Implemented Launcher namespace 11 years ago
textslotmsgbox.cpp Implemented Launcher namespace 11 years ago
textslotmsgbox.hpp Implemented Launcher namespace 11 years ago
unshieldthread.cpp fix most vexing parse issue 11 years ago
unshieldthread.hpp Implemented Launcher namespace 11 years ago