[D3DX9_36]

- Add missing dependency on d3d_idl_headers
- Add missing port.h include (fix MSVC warnings). CORE-7538

svn path=/trunk/; revision=61035
This commit is contained in:
Thomas Faber 2013-11-18 10:46:20 +00:00
parent e926d6acb7
commit 10ec38c1a9
2 changed files with 3 additions and 0 deletions

View file

@ -26,6 +26,7 @@ list(APPEND SOURCE
add_library(d3dx9_36 SHARED ${SOURCE} version.rc)
set_module_type(d3dx9_36 win32dll)
add_dependencies(d3dx9_36 d3d_idl_headers)
target_link_libraries(d3dx9_36 dxguid wine)
add_importlibs(d3dx9_36 d3dcompiler_43 d3dxof user32 ole32 gdi32 msvcrt kernel32 ntdll)
add_cd_file(TARGET d3dx9_36 DESTINATION reactos/system32 FOR all)

View file

@ -25,6 +25,8 @@
#define NONAMELESSUNION
#include <config.h>
#include "wine/port.h"
//#include "windef.h"
//#include "wingdi.h"
#include "d3dx9_36_private.h"