Commit 0aeed1a4 authored by Mohamad Al-Jaf's avatar Mohamad Al-Jaf Committed by Alexandre Julliard

dxcore: Add stub DLL.

parent 3c4c935f
......@@ -1123,6 +1123,7 @@ enable_dswave
enable_dwmapi
enable_dwrite
enable_dx8vb
enable_dxcore
enable_dxdiagn
enable_dxgi
enable_dxtrans
......@@ -21225,6 +21226,7 @@ wine_fn_config_makefile dlls/dwmapi/tests enable_tests
wine_fn_config_makefile dlls/dwrite enable_dwrite
wine_fn_config_makefile dlls/dwrite/tests enable_tests
wine_fn_config_makefile dlls/dx8vb enable_dx8vb
wine_fn_config_makefile dlls/dxcore enable_dxcore
wine_fn_config_makefile dlls/dxdiagn enable_dxdiagn
wine_fn_config_makefile dlls/dxdiagn/tests enable_tests
wine_fn_config_makefile dlls/dxgi enable_dxgi
......
......@@ -2595,6 +2595,7 @@ WINE_CONFIG_MAKEFILE(dlls/dwmapi/tests)
WINE_CONFIG_MAKEFILE(dlls/dwrite)
WINE_CONFIG_MAKEFILE(dlls/dwrite/tests)
WINE_CONFIG_MAKEFILE(dlls/dx8vb)
WINE_CONFIG_MAKEFILE(dlls/dxcore)
WINE_CONFIG_MAKEFILE(dlls/dxdiagn)
WINE_CONFIG_MAKEFILE(dlls/dxdiagn/tests)
WINE_CONFIG_MAKEFILE(dlls/dxgi)
......
MODULE = dxcore.dll
@ stub DXCoreCreateAdapterFactory
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment