[CMAKE]
- Add samsrv, sccbase, schannel, sensapi, serialui, shdoclc, shfolder, shlwapi, slbcsp, smdll, sndblst, snmpapi, spoolss, srclient, sxs, t2embed, tapi32, tapiui, traffic, updspapi, url, usp10 and uxtheme to build.
- Add mlang, mpr, and shell32 import libs.
- Fix shdoclc and shlwapi translations (patches will be sent upstream).
- Improve mmebuddy.
svn path=/branches/cmake-bringup/; revision=48644
2010-08-29 14:13:38 +00:00
|
|
|
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
|
|
|
|
spec2def(usp10 ${CMAKE_CURRENT_SOURCE_DIR}/usp10.spec ${CMAKE_CURRENT_BINARY_DIR}/usp10.def)
|
|
|
|
|
|
|
|
add_library(usp10 SHARED
|
|
|
|
bidi.c
|
|
|
|
usp10.c
|
|
|
|
mirror.c
|
|
|
|
shape.c
|
|
|
|
shaping.c)
|
|
|
|
|
2010-10-08 21:34:25 +00:00
|
|
|
set_module_type(usp10 win32dll)
|
[CMAKE]
- Add samsrv, sccbase, schannel, sensapi, serialui, shdoclc, shfolder, shlwapi, slbcsp, smdll, sndblst, snmpapi, spoolss, srclient, sxs, t2embed, tapi32, tapiui, traffic, updspapi, url, usp10 and uxtheme to build.
- Add mlang, mpr, and shell32 import libs.
- Fix shdoclc and shlwapi translations (patches will be sent upstream).
- Improve mmebuddy.
svn path=/branches/cmake-bringup/; revision=48644
2010-08-29 14:13:38 +00:00
|
|
|
|
|
|
|
target_link_libraries(usp10
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/usp10.def
|
2010-10-08 21:34:25 +00:00
|
|
|
wine)
|
[CMAKE]
- Add samsrv, sccbase, schannel, sensapi, serialui, shdoclc, shfolder, shlwapi, slbcsp, smdll, sndblst, snmpapi, spoolss, srclient, sxs, t2embed, tapi32, tapiui, traffic, updspapi, url, usp10 and uxtheme to build.
- Add mlang, mpr, and shell32 import libs.
- Fix shdoclc and shlwapi translations (patches will be sent upstream).
- Improve mmebuddy.
svn path=/branches/cmake-bringup/; revision=48644
2010-08-29 14:13:38 +00:00
|
|
|
|
2010-10-08 21:34:25 +00:00
|
|
|
add_importlibs(usp10 gdi32 kernel32 ntdll)
|
|
|
|
add_dependencies(usp10 usp10_def)
|
2010-10-22 19:40:56 +00:00
|
|
|
add_livecd_target(usp10 reactos/system32)
|