mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:15:43 +00:00
[CMAKE]
- Add stub file for d3dx9_26 and d3dx9_36 - d3dx9_26 imports from d3dx9_36 (def redirection) svn path=/branches/cmake-bringup/; revision=49869
This commit is contained in:
parent
0522c531df
commit
5ef10219b5
2 changed files with 6 additions and 2 deletions
|
@ -5,6 +5,7 @@ spec2def(d3dx9_24.dll d3dx9_24.spec)
|
|||
list(APPEND SOURCE
|
||||
d3dx9_24_main.c
|
||||
version.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_24_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_24.def)
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
|
@ -18,6 +19,7 @@ target_link_libraries(d3dx9_24
|
|||
wine)
|
||||
|
||||
add_importlibs(d3dx9_24
|
||||
d3dx9_36
|
||||
d3d9
|
||||
user32
|
||||
gdi32
|
||||
|
@ -28,4 +30,4 @@ add_importlibs(d3dx9_24
|
|||
ntdll)
|
||||
|
||||
add_dependencies(d3dx9_24 wineheaders)
|
||||
add_cab_target(d3dx9_24 1)
|
||||
add_cab_target(d3dx9_24 1)
|
||||
|
|
|
@ -14,6 +14,7 @@ list(APPEND SOURCE
|
|||
texture.c
|
||||
util.c
|
||||
version.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_36_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_36.def)
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
|
@ -37,4 +38,5 @@ add_importlibs(d3dx9_36
|
|||
ntdll)
|
||||
|
||||
add_dependencies(d3dx9_36 wineheaders)
|
||||
add_cab_target(d3dx9_36 1)
|
||||
add_cab_target(d3dx9_36 1)
|
||||
add_importlib_target(d3dx9_36.spec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue