mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[GDIPLUS]
* Fix msvc build. svn path=/trunk/; revision=52262
This commit is contained in:
@@ -23,10 +23,14 @@ list(APPEND SOURCE
|
||||
pen.c
|
||||
region.c
|
||||
stringformat.c
|
||||
#${REACTOS_BINARY_DIR}/include/psdk/wincodec_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/gdiplus_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/gdiplus.def)
|
||||
|
||||
if(MSVC)
|
||||
list(APPEND SOURCE
|
||||
${REACTOS_BINARY_DIR}/include/psdk/wincodec_i.c)
|
||||
endif()
|
||||
|
||||
add_library(gdiplus SHARED ${SOURCE})
|
||||
|
||||
set_module_type(gdiplus win32dll)
|
||||
|
||||
Reference in New Issue
Block a user