[Orxonox-commit 3490] r8176 - code/branches/kicklib/src/external/ois

rgrieder at orxonox.net rgrieder at orxonox.net
Sun Apr 3 18:44:49 CEST 2011


Author: rgrieder
Date: 2011-04-03 18:44:48 +0200 (Sun, 03 Apr 2011)
New Revision: 8176

Modified:
   code/branches/kicklib/src/external/ois/CMakeLists.txt
Log:
Build fix for msvc 8.

Modified: code/branches/kicklib/src/external/ois/CMakeLists.txt
===================================================================
--- code/branches/kicklib/src/external/ois/CMakeLists.txt	2011-04-03 16:05:20 UTC (rev 8175)
+++ code/branches/kicklib/src/external/ois/CMakeLists.txt	2011-04-03 16:44:48 UTC (rev 8176)
@@ -53,7 +53,7 @@
 ENDIF()
 
 # Some unexplained hackery for Visual Studio 2005
-ADD_COMPILER_FLAGS("-D_WIN32_DCOM" MSVC8)
+ADD_COMPILER_FLAGS("-D_WIN32_DCOM" MSVC80)
 
 # MinGW doesn't come with some required Windows headers
 IF(MINGW)




More information about the Orxonox-commit mailing list