Author: tkreuzer Date: Thu Jun 16 19:15:05 2011 New Revision: 52283
URL: http://svn.reactos.org/svn/reactos?rev=52283&view=rev Log: [WINDOWSCODECS] Fix build with gcc here as well
Modified: trunk/reactos/dll/win32/windowscodecs/CMakeLists.txt
Modified: trunk/reactos/dll/win32/windowscodecs/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/windowscodecs/CMa... ============================================================================== --- trunk/reactos/dll/win32/windowscodecs/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/win32/windowscodecs/CMakeLists.txt [iso-8859-1] Thu Jun 16 19:15:05 2011 @@ -41,11 +41,11 @@ ${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})