1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 10:45:33 +00:00

Add BULLET_ROOT for the prebuilt binaries. Fix a minor VS2010 compile issue (missing header file).

This commit is contained in:
athile 2011-05-31 21:55:08 -06:00
parent 64d6ee26bd
commit 231be8f381
2 changed files with 4 additions and 1 deletions

View file

@ -56,7 +56,8 @@ IF(EXISTS "${CMAKE_SOURCE_DIR}/prebuilt/vc100-mt-gd/ogre_1_7_1")
set(AUDIERE_LIBRARY "${PREBUILT_DIR}/audiere-1.9.4/lib/audiere.lib") set(AUDIERE_LIBRARY "${PREBUILT_DIR}/audiere-1.9.4/lib/audiere.lib")
set(ENV{OPENALDIR} "${PREBUILT_DIR}/OpenAL 1.1 SDK") set(ENV{OPENALDIR} "${PREBUILT_DIR}/OpenAL 1.1 SDK")
set(BULLET_ROOT "${PREBUILT_DIR}/bullet")
ELSE() ELSE()
message (STATUS "OpenMW pre-built binaries not found. Using standard locations.") message (STATUS "OpenMW pre-built binaries not found. Using standard locations.")
ENDIF() ENDIF()

View file

@ -4,6 +4,8 @@
#include <map> #include <map>
#include <vector> #include <vector>
#include <string> #include <string>
#include <locale>
#include <cctype>
#include <boost/filesystem/path.hpp> #include <boost/filesystem/path.hpp>