[Libreoffice-commits] .: canvas/Library_directx9canvas.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Aug 24 02:51:38 PDT 2011
canvas/Library_directx9canvas.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6a36c739b8671162383e56d2936c149cf7054804
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Wed Aug 24 12:48:34 2011 +0300
Link with d3d9 and not ddraw which doesn't exist in current DirectX
diff --git a/canvas/Library_directx9canvas.mk b/canvas/Library_directx9canvas.mk
index 3790595..4eb035d 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,\
More information about the Libreoffice-commits
mailing list