mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +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
|
list(APPEND SOURCE
|
||||||
d3dx9_24_main.c
|
d3dx9_24_main.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_24_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_24.def)
|
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_24.def)
|
||||||
|
|
||||||
add_definitions(-D__WINESRC__)
|
add_definitions(-D__WINESRC__)
|
||||||
|
@ -18,6 +19,7 @@ target_link_libraries(d3dx9_24
|
||||||
wine)
|
wine)
|
||||||
|
|
||||||
add_importlibs(d3dx9_24
|
add_importlibs(d3dx9_24
|
||||||
|
d3dx9_36
|
||||||
d3d9
|
d3d9
|
||||||
user32
|
user32
|
||||||
gdi32
|
gdi32
|
||||||
|
|
|
@ -14,6 +14,7 @@ list(APPEND SOURCE
|
||||||
texture.c
|
texture.c
|
||||||
util.c
|
util.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_36_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_36.def)
|
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_36.def)
|
||||||
|
|
||||||
add_definitions(-D__WINESRC__)
|
add_definitions(-D__WINESRC__)
|
||||||
|
@ -38,3 +39,4 @@ add_importlibs(d3dx9_36
|
||||||
|
|
||||||
add_dependencies(d3dx9_36 wineheaders)
|
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