[ros-diffs] [tkreuzer] 49796: [CMAKE] No mesa32 for MSVC for now. It has lots of assembly that would need to be ported. It also talkes ages to compile.

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Fri Nov 26 00:01:20 UTC 2010


Author: tkreuzer
Date: Fri Nov 26 00:01:20 2010
New Revision: 49796

URL: http://svn.reactos.org/svn/reactos?rev=49796&view=rev
Log:
[CMAKE]
No mesa32 for MSVC for now. It has lots of assembly that would need to be ported. It also talkes ages to compile.


Modified:
    branches/cmake-bringup/dll/3rdparty/CMakeLists.txt

Modified: branches/cmake-bringup/dll/3rdparty/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/3rdparty/CMakeLists.txt?rev=49796&r1=49795&r2=49796&view=diff
==============================================================================
--- branches/cmake-bringup/dll/3rdparty/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/3rdparty/CMakeLists.txt [iso-8859-1] Fri Nov 26 00:01:20 2010
@@ -6,4 +6,6 @@
 add_subdirectory(libpng)
 #add_subdirectory(libtiff)#FIXME : unresolved symbol _pei386_runtime_relocator
 add_subdirectory(libxslt)
+if(NOT MSVC)
 add_subdirectory(mesa32)
+endif()




More information about the Ros-diffs mailing list