[ros-diffs] [akhaldi] 55262: [SDK/UUID] * Add atliface.idl for the MSVC build. Dedicated to Thomas.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Fri Jan 27 21:09:58 UTC 2012


Author: akhaldi
Date: Fri Jan 27 21:09:57 2012
New Revision: 55262

URL: http://svn.reactos.org/svn/reactos?rev=55262&view=rev
Log:
[SDK/UUID]
* Add atliface.idl for the MSVC build. Dedicated to Thomas.

Modified:
    trunk/reactos/lib/sdk/uuid/CMakeLists.txt

Modified: trunk/reactos/lib/sdk/uuid/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/uuid/CMakeLists.txt?rev=55262&r1=55261&r2=55262&view=diff
==============================================================================
--- trunk/reactos/lib/sdk/uuid/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/uuid/CMakeLists.txt [iso-8859-1] Fri Jan 27 21:09:57 2012
@@ -174,11 +174,14 @@
     ctfutb.idl
     xmllite.idl)
 
-if(NOT MSVC)
-  list(APPEND IDL_SOURCES
-    wbemcli.idl
-    wincodec.idl
-    wuapi.idl)
+if(MSVC)
+    list(APPEND IDL_SOURCES
+        atliface.idl)
+else()
+    list(APPEND IDL_SOURCES
+        wbemcli.idl
+        wincodec.idl
+        wuapi.idl)
 endif()
 
 foreach(IDL_FILE ${IDL_SOURCES})




More information about the Ros-diffs mailing list