From 5059cc0c1ec56533cecc205f1cf339e9aecc2e78 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 16 Jun 2011 18:14:09 +0000 Subject: [PATCH] [WINDOWSCODECS] Add wincodec_i.c to sources now it links svn path=/trunk/; revision=52281 --- reactos/dll/win32/windowscodecs/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/dll/win32/windowscodecs/CMakeLists.txt b/reactos/dll/win32/windowscodecs/CMakeLists.txt index 57d8181e173..92968e15529 100644 --- a/reactos/dll/win32/windowscodecs/CMakeLists.txt +++ b/reactos/dll/win32/windowscodecs/CMakeLists.txt @@ -41,6 +41,12 @@ list(APPEND SOURCE ${CMAKE_CURRENT_BINARY_DIR}/windowscodecs_stubs.c ${CMAKE_CURRENT_BINARY_DIR}/windowscodecs.def) +#if(MSVC) + set_source_files_properties(${REACTOS_BINARY_DIR}/include/psdk/wincodec_i.c PROPERTIES GENERATED TRUE) + list(APPEND SOURCE + ${REACTOS_BINARY_DIR}/include/psdk/wincodec_i.c) +#endif() + add_library(windowscodecs SHARED ${SOURCE}) set_module_type(windowscodecs win32dll)