mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
32 lines
593 B
Text
32 lines
593 B
Text
![]() |
set_rc_compiler()
|
||
|
|
||
|
spec2def(d3dx9_42.dll d3dx9_42.spec)
|
||
|
|
||
|
list(APPEND SOURCE
|
||
|
d3dx9_42_main.c
|
||
|
version.rc
|
||
|
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_42.def)
|
||
|
|
||
|
add_definitions(-D__WINESRC__)
|
||
|
|
||
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||
|
|
||
|
add_library(d3dx9_42 SHARED ${SOURCE})
|
||
|
set_module_type(d3dx9_42 win32dll)
|
||
|
|
||
|
target_link_libraries(d3dx9_42
|
||
|
wine)
|
||
|
|
||
|
add_importlibs(d3dx9_42
|
||
|
d3dx9_36
|
||
|
d3d9
|
||
|
user32
|
||
|
gdi32
|
||
|
advapi32
|
||
|
msvcrt
|
||
|
kernel32
|
||
|
ntdll)
|
||
|
|
||
|
add_dependencies(d3dx9_42 wineheaders)
|
||
|
add_cd_file(TARGET d3dx9_42 DESTINATION reactos/system32 FOR all)
|