mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[WINETESTS/RPCRT4]
- fix MSVC build svn path=/trunk/; revision=53506
This commit is contained in:
parent
f11c2052ff
commit
3c9134c338
2 changed files with 2 additions and 4 deletions
|
@ -75,9 +75,7 @@ add_subdirectory(quartz)
|
|||
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)
|
||||
|
|
|
@ -7,7 +7,7 @@ add_definitions(
|
|||
-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()
|
||||
|
|
Loading…
Reference in a new issue