mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[CMAKE]
* De-duplicate IDL flags. svn path=/trunk/; revision=52862
This commit is contained in:
parent
b2fc587c78
commit
c1e9a0abbe
1 changed files with 0 additions and 8 deletions
|
@ -199,14 +199,6 @@ elseif(ARCH MATCHES amd64)
|
|||
set(IDL_FLAGS -m64 --win64)
|
||||
endif()
|
||||
|
||||
set(IDL_HEADER_ARG -h -o) #.h
|
||||
set(IDL_TYPELIB_ARG -t -o) #.tlb
|
||||
set(IDL_SERVER_ARG -s -S) #.c for server library
|
||||
set(IDL_CLIENT_ARG -c -C) #.c for stub client library
|
||||
set(IDL_PROXY_ARG -p -P)
|
||||
set(IDL_INTERFACE_ARG -u -o)
|
||||
set(IDL_DLLDATA_ARG --dlldata-only -o)
|
||||
|
||||
macro(add_delay_importlibs MODULE)
|
||||
foreach(LIB ${ARGN})
|
||||
target_link_libraries(${MODULE} ${CMAKE_BINARY_DIR}/importlibs/lib${LIB}_delayed.a)
|
||||
|
|
Loading…
Reference in a new issue