2011-05-16 13:12:07 +00:00
|
|
|
set_rc_compiler()
|
|
|
|
|
2011-06-26 21:29:55 +00:00
|
|
|
spec2def(d3dx9_34.dll d3dx9_34.spec)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
d3dx9_34_main.c
|
|
|
|
version.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_34_stubs.c
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_34.def)
|
|
|
|
|
|
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
|
|
|
|
add_library(d3dx9_34 SHARED ${SOURCE})
|
|
|
|
set_module_type(d3dx9_34 win32dll)
|
|
|
|
|
|
|
|
target_link_libraries(d3dx9_34
|
|
|
|
wine)
|
|
|
|
|
|
|
|
add_importlibs(d3dx9_34
|
|
|
|
d3d9
|
|
|
|
d3dx9_36
|
|
|
|
user32
|
|
|
|
gdi32
|
|
|
|
advapi32
|
|
|
|
msvcrt
|
|
|
|
kernel32
|
|
|
|
ntdll)
|
|
|
|
|
|
|
|
add_dependencies(d3dx9_34 wineheaders)
|
|
|
|
add_cd_file(TARGET d3dx9_34 DESTINATION reactos/system32 FOR all)
|