[Orxonox-commit 2805] r7508 - code/branches/ois_update/src/external/ois

rgrieder at orxonox.net rgrieder at orxonox.net
Thu Oct 7 21:28:23 CEST 2010


Author: rgrieder
Date: 2010-10-07 21:28:22 +0200 (Thu, 07 Oct 2010)
New Revision: 7508

Modified:
   code/branches/ois_update/src/external/ois/CMakeLists.txt
Log:
Not using compilations to compile OIS for the moment.

Modified: code/branches/ois_update/src/external/ois/CMakeLists.txt
===================================================================
--- code/branches/ois_update/src/external/ois/CMakeLists.txt	2010-10-07 18:26:22 UTC (rev 7507)
+++ code/branches/ois_update/src/external/ois/CMakeLists.txt	2010-10-07 19:28:22 UTC (rev 7508)
@@ -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)




More information about the Orxonox-commit mailing list