[ros-diffs] [akhaldi] 52428: [CMAKE] * Add shdocvw to msvc build.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Wed Jun 22 18:05:48 UTC 2011


Author: akhaldi
Date: Wed Jun 22 18:05:47 2011
New Revision: 52428

URL: http://svn.reactos.org/svn/reactos?rev=52428&view=rev
Log:
[CMAKE]
* Add shdocvw to msvc build.

Modified:
    trunk/reactos/dll/win32/CMakeLists.txt

Modified: trunk/reactos/dll/win32/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/CMakeLists.txt?rev=52428&r1=52427&r2=52428&view=diff
==============================================================================
--- trunk/reactos/dll/win32/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/CMakeLists.txt [iso-8859-1] Wed Jun 22 18:05:47 2011
@@ -174,9 +174,7 @@
 add_subdirectory(sfc)
 add_subdirectory(sfc_os)
 add_subdirectory(shdoclc)
-if(NOT MSVC)
-    add_subdirectory(shdocvw) # FIXME: msvc build.
-endif()
+add_subdirectory(shdocvw)
 add_subdirectory(shell32)
 add_subdirectory(shfolder)
 add_subdirectory(shimgvw)




More information about the Ros-diffs mailing list