mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:45:41 +00:00
[CMAKE]
Add libtiff to build Fixes gdiplus:image winetest regression in cmake branch svn path=/branches/cmake-bringup/; revision=51413
This commit is contained in:
parent
c3d35eaa65
commit
682100b73e
2 changed files with 3 additions and 3 deletions
2
dll/3rdparty/CMakeLists.txt
vendored
2
dll/3rdparty/CMakeLists.txt
vendored
|
@ -4,7 +4,7 @@ add_subdirectory(dxtn)
|
|||
endif()
|
||||
add_subdirectory(libjpeg)
|
||||
add_subdirectory(libpng)
|
||||
#add_subdirectory(libtiff)#FIXME : unresolved symbol _pei386_runtime_relocator
|
||||
add_subdirectory(libtiff)
|
||||
add_subdirectory(libxslt)
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(mesa32)
|
||||
|
|
4
lib/3rdparty/mingw/CMakeLists.txt
vendored
4
lib/3rdparty/mingw/CMakeLists.txt
vendored
|
@ -58,8 +58,8 @@ add_library(mingw_wmain crt0_w.c crtexe.c dllargv.c)
|
|||
set_property(TARGET mingw_wmain PROPERTY COMPILE_DEFINITIONS WPRFLAG UNICODE _UNICODE)
|
||||
add_dependencies(mingw_wmain psdk)
|
||||
|
||||
add_definitions(-DCRTDLL -D_WINDOWS_)
|
||||
add_library(mingw_dllmain crtdll.c dllargv.c)
|
||||
set_property(TARGET mingw_dllmain PROPERTY COMPILE_DEFINITIONS CRTDLL _WINDOWS_)
|
||||
add_dependencies(mingw_dllmain psdk)
|
||||
|
||||
if(NOT MSVC)
|
||||
|
@ -74,5 +74,5 @@ if(NOT MSVC)
|
|||
endif()
|
||||
|
||||
add_library(getopt getopt.c)
|
||||
set_property(TARGET getopt PROPERTY COMPILE_DEFINITIONS _DLL1 __USE_CRTIMP)
|
||||
set_property(TARGET getopt PROPERTY COMPILE_DEFINITIONS _DLL __USE_CRTIMP)
|
||||
add_dependencies(getopt psdk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue