[ros-diffs] [tkreuzer] 52282: [GDIPLUS] fix build with gcc

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Jun 16 19:11:54 UTC 2011


Author: tkreuzer
Date: Thu Jun 16 19:11:54 2011
New Revision: 52282

URL: http://svn.reactos.org/svn/reactos?rev=52282&view=rev
Log:
[GDIPLUS]
fix build with gcc

Modified:
    trunk/reactos/dll/win32/gdiplus/CMakeLists.txt

Modified: trunk/reactos/dll/win32/gdiplus/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/gdiplus/CMakeLists.txt?rev=52282&r1=52281&r2=52282&view=diff
==============================================================================
--- trunk/reactos/dll/win32/gdiplus/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/gdiplus/CMakeLists.txt [iso-8859-1] Thu Jun 16 19:11:54 2011
@@ -26,11 +26,11 @@
     ${CMAKE_CURRENT_BINARY_DIR}/gdiplus_stubs.c
     ${CMAKE_CURRENT_BINARY_DIR}/gdiplus.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(gdiplus SHARED ${SOURCE})
 




More information about the Ros-diffs mailing list