2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
config.c
|
|
|
|
debug_ros.c
|
2012-05-01 17:20:47 +00:00
|
|
|
isinf.c
|
|
|
|
isnan.c
|
2011-05-16 13:12:07 +00:00
|
|
|
loader.c
|
2012-08-20 17:53:44 +00:00
|
|
|
${REACTOS_SOURCE_DIR}/lib/sdk/crt/string/wctype.c
|
2011-12-03 11:03:45 +00:00
|
|
|
register.c
|
2011-07-24 10:41:32 +00:00
|
|
|
# string.c implements _stricmp, already shipped with crt
|
|
|
|
)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
add_library(wine ${SOURCE})
|
2011-12-03 11:36:30 +00:00
|
|
|
add_dependencies(wine psdk)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
add_library(wineldr loader.c)
|