mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[CMAKE]
Fix rostests after changing macros svn path=/trunk/; revision=50481
This commit is contained in:
parent
311184a8fa
commit
54759c40ba
2 changed files with 4 additions and 5 deletions
|
@ -8,8 +8,8 @@ include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||||
add_typelib(oleaut32_typelibs test_reg.idl test_tlb.idl tmarshal.idl)
|
add_typelib(oleaut32_typelibs test_reg.idl test_tlb.idl tmarshal.idl)
|
||||||
add_dependencies(oleaut32_typelibs stdole2)
|
add_dependencies(oleaut32_typelibs stdole2)
|
||||||
|
|
||||||
add_interface_definitions(oleaut32_idlheaders test_reg.idl tmarshal.idl)
|
add_idl_Headers(oleaut32_idlheaders test_reg.idl tmarshal.idl)
|
||||||
add_idl_interface(tmarshal.idl)
|
generate_idl_iids(tmarshal.idl)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
dispatch.c
|
dispatch.c
|
||||||
|
|
|
@ -6,7 +6,7 @@ add_definitions(
|
||||||
-D__ROS_LONG64__
|
-D__ROS_LONG64__
|
||||||
-D_DLL -D__USE_CRTIMP)
|
-D_DLL -D__USE_CRTIMP)
|
||||||
|
|
||||||
idl_files(server.idl)
|
add_rpc_library(serverrpc server.idl)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
cstub.c
|
cstub.c
|
||||||
|
@ -22,8 +22,7 @@ add_executable(rpcrt4_winetest ${SOURCE})
|
||||||
target_link_libraries(rpcrt4_winetest
|
target_link_libraries(rpcrt4_winetest
|
||||||
uuid
|
uuid
|
||||||
wine
|
wine
|
||||||
server_server
|
serverrpc
|
||||||
server_client
|
|
||||||
${PSEH_LIB})
|
${PSEH_LIB})
|
||||||
|
|
||||||
set_module_type(rpcrt4_winetest win32cui)
|
set_module_type(rpcrt4_winetest win32cui)
|
||||||
|
|
Loading…
Reference in a new issue