[WINDOWSCODECS]

Fix build with gcc here as well

svn path=/trunk/; revision=52283
This commit is contained in:
Timo Kreuzer 2011-06-16 19:15:05 +00:00
parent ed01df0abc
commit 2494b475e3

View file

@ -41,11 +41,11 @@ list(APPEND SOURCE
${CMAKE_CURRENT_BINARY_DIR}/windowscodecs_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/windowscodecs.def)
#if(MSVC)
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()
endif()
add_library(windowscodecs SHARED ${SOURCE})