mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
- Add wincodec.idl to build
- windowscodecs gets now further svn path=/branches/cmake-bringup/; revision=50717
This commit is contained in:
parent
cc0604236b
commit
95d0eed68e
2 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ include_directories(
|
|||
${REACTOS_SOURCE_DIR}/include/reactos/libs/libjpeg
|
||||
${REACTOS_SOURCE_DIR}/include/reactos/libs/zlib
|
||||
${REACTOS_SOURCE_DIR}/include/reactos/libs/libpng
|
||||
${REACTOS_SOURCE_DIR}/include/reactos/libs/libtiff)
|
||||
|
||||
${REACTOS_SOURCE_DIR}/include/reactos/libs/libtiff
|
||||
${REACTOS_BINARY_DIR}/include/psdk)
|
||||
set_rc_compiler()
|
||||
|
||||
spec2def(windowscodecs.dll windowscodecs.spec)
|
||||
|
|
|
@ -94,6 +94,7 @@ list(APPEND SOURCE
|
|||
# vmrender.idl
|
||||
wia_lh.idl
|
||||
wia_xp.idl
|
||||
wincodec.idl
|
||||
winsxs.idl
|
||||
wtypes.idl
|
||||
xmldom.idl
|
||||
|
@ -104,7 +105,6 @@ list(APPEND SOURCE
|
|||
if(NOT MSVC)
|
||||
list(APPEND SOURCE
|
||||
wbemcli.idl
|
||||
wincodec.idl
|
||||
wuapi.idl)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue