diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-24 12:48:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-24 12:49:45 +0300 |
commit | 6a36c739b8671162383e56d2936c149cf7054804 (patch) | |
tree | 424841b5a79174b9b581ca9db15f7354b6969517 | |
parent | 91a8ef2a20a5fd9cb505709da3da268c12aced23 (diff) |
Link with d3d9 and not ddraw which doesn't exist in current DirectX
-rw-r--r-- | canvas/Library_directx9canvas.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/Library_directx9canvas.mk b/canvas/Library_directx9canvas.mk index 37905954b0db..4eb035d3078d 100644 --- a/canvas/Library_directx9canvas.mk +++ b/canvas/Library_directx9canvas.mk @@ -62,10 +62,10 @@ $(eval $(call gb_Library_add_linked_libs,directx9canvas,\ ifeq ($(OS),WNT) $(eval $(call gb_Library_add_linked_libs,directx9canvas,\ + d3d9 \ user32 \ gdi32 \ gdiplus \ - ddraw \ )) ifneq ($(USE_MINGW),) $(eval $(call gb_Library_add_linked_libs,directx9canvas,\ |