[Orxonox-commit 3361] r8049 - in code/branches/mac_osx/src/external/ois: . mac
rgrieder at orxonox.net
rgrieder at orxonox.net
Tue Mar 8 23:07:35 CET 2011
Author: rgrieder
Date: 2011-03-08 23:07:35 +0100 (Tue, 08 Mar 2011)
New Revision: 8049
Modified:
code/branches/mac_osx/src/external/ois/CMakeLists.txt
code/branches/mac_osx/src/external/ois/mac/CMakeLists.txt
Log:
Test failed: OIS compilation just doesn't work on OS X.
Modified: code/branches/mac_osx/src/external/ois/CMakeLists.txt
===================================================================
--- code/branches/mac_osx/src/external/ois/CMakeLists.txt 2011-03-08 21:29:42 UTC (rev 8048)
+++ code/branches/mac_osx/src/external/ois/CMakeLists.txt 2011-03-08 22:07:35 UTC (rev 8049)
@@ -34,7 +34,7 @@
OISObject.h
OISPrereqs.h
-COMPILATION_BEGIN OISCompilation.cpp
+#COMPILATION_BEGIN OISCompilation.cpp
OISEffect.cpp
OISException.cpp
OISForceFeedback.cpp
@@ -42,7 +42,7 @@
OISJoyStick.cpp
OISKeyboard.cpp
OISObject.cpp
-COMPILATION_END
+#COMPILATION_END
)
IF(WIN32)
ADD_SUBDIRECTORY(win32)
Modified: code/branches/mac_osx/src/external/ois/mac/CMakeLists.txt
===================================================================
--- code/branches/mac_osx/src/external/ois/mac/CMakeLists.txt 2011-03-08 21:29:42 UTC (rev 8048)
+++ code/branches/mac_osx/src/external/ois/mac/CMakeLists.txt 2011-03-08 22:07:35 UTC (rev 8049)
@@ -7,12 +7,12 @@
MacMouse.h
MacPrereqs.h
-COMPILATION_BEGIN OISMacCompilation.cpp
+#COMPILATION_BEGIN OISMacCompilation.cpp
MacHelpers.cpp
MacHIDManager.cpp
MacInputManager.cpp
MacJoyStick.cpp
MacKeyboard.cpp
MacMouse.cpp
-COMPILATION_END
+#COMPILATION_END
)
More information about the Orxonox-commit
mailing list