mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +00:00
[GDIPLUS]
* Fix msvc build. svn path=/trunk/; revision=52262
This commit is contained in:
parent
16227e3c1e
commit
d5cc619dcd
1 changed files with 5 additions and 1 deletions
|
@ -23,10 +23,14 @@ list(APPEND SOURCE
|
||||||
pen.c
|
pen.c
|
||||||
region.c
|
region.c
|
||||||
stringformat.c
|
stringformat.c
|
||||||
#${REACTOS_BINARY_DIR}/include/psdk/wincodec_i.c
|
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/gdiplus_stubs.c
|
${CMAKE_CURRENT_BINARY_DIR}/gdiplus_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/gdiplus.def)
|
${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})
|
add_library(gdiplus SHARED ${SOURCE})
|
||||||
|
|
||||||
set_module_type(gdiplus win32dll)
|
set_module_type(gdiplus win32dll)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue