mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[SDK/UUID]
* Add atliface.idl for the MSVC build. Dedicated to Thomas. svn path=/trunk/; revision=55262
This commit is contained in:
parent
889ed6d338
commit
e70779e693
1 changed files with 8 additions and 5 deletions
|
@ -174,11 +174,14 @@ list(APPEND IDL_SOURCES
|
|||
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})
|
||||
|
|
Loading…
Reference in a new issue