[Orxonox-commit 3359] r8047 - in code/branches/mac_osx/src/external/ois: . mac

rgrieder at orxonox.net rgrieder at orxonox.net
Tue Mar 8 22:24:36 CET 2011


Author: rgrieder
Date: 2011-03-08 22:24:36 +0100 (Tue, 08 Mar 2011)
New Revision: 8047

Modified:
   code/branches/mac_osx/src/external/ois/CMakeLists.txt
   code/branches/mac_osx/src/external/ois/mac/CMakeLists.txt
Log:
Using compilations again for OIS for testing purposes.

Modified: code/branches/mac_osx/src/external/ois/CMakeLists.txt
===================================================================
--- code/branches/mac_osx/src/external/ois/CMakeLists.txt	2011-03-08 21:19:27 UTC (rev 8046)
+++ code/branches/mac_osx/src/external/ois/CMakeLists.txt	2011-03-08 21:24:36 UTC (rev 8047)
@@ -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:19:27 UTC (rev 8046)
+++ code/branches/mac_osx/src/external/ois/mac/CMakeLists.txt	2011-03-08 21:24:36 UTC (rev 8047)
@@ -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