Author: jgardou
Date: Tue Aug 30 21:02:14 2011
New Revision: 53506
URL:
http://svn.reactos.org/svn/reactos?rev=53506&view=rev
Log:
[WINETESTS/RPCRT4]
- fix MSVC build
Modified:
trunk/rostests/winetests/CMakeLists.txt
trunk/rostests/winetests/rpcrt4/CMakeLists.txt
Modified: trunk/rostests/winetests/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/CMakeLists.txt?…
==============================================================================
--- trunk/rostests/winetests/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/rostests/winetests/CMakeLists.txt [iso-8859-1] Tue Aug 30 21:02:14 2011
@@ -75,9 +75,7 @@
add_subdirectory(rasapi32)
add_subdirectory(riched20)
add_subdirectory(riched32)
-if(NOT MSVC)
- add_subdirectory(rpcrt4) # FIXME: msvc build.
-endif()
+add_subdirectory(rpcrt4)
add_subdirectory(rsabase)
add_subdirectory(rsaenh)
add_subdirectory(schannel)
Modified: trunk/rostests/winetests/rpcrt4/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/rpcrt4/CMakeLis…
==============================================================================
--- trunk/rostests/winetests/rpcrt4/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/rostests/winetests/rpcrt4/CMakeLists.txt [iso-8859-1] Tue Aug 30 21:02:14 2011
@@ -7,7 +7,7 @@
-D_DLL -D__USE_CRTIMP)
if(MSVC)
- set(IDL_FLAGS ${IDL_FLAGS} /prefix server s_)
+ set(IDL_FLAGS ${IDL_FLAGS} /prefix server s_ /app_config)
else()
set(IDL_FLAGS ${IDL_FLAGS} --prefix-server=s_)
endif()