You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2016/08/09 08:46:19 UTC

svn commit: r1755581 - /openoffice/trunk/main/canvas/Library_directx9canvas.mk

Author: damjan
Date: Tue Aug  9 08:46:19 2016
New Revision: 1755581

URL: http://svn.apache.org/viewvc?rev=1755581&view=rev
Log:
There is no DDRAW.LIB in DirectX 9 and later, which breaks the build.
The old dmake build system only linked to it for the DirectX 5 canvas,
so don't link to it for the DirectX 9 canvas in gbuild either.

Patch by: me


Modified:
    openoffice/trunk/main/canvas/Library_directx9canvas.mk

Modified: openoffice/trunk/main/canvas/Library_directx9canvas.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/canvas/Library_directx9canvas.mk?rev=1755581&r1=1755580&r2=1755581&view=diff
==============================================================================
--- openoffice/trunk/main/canvas/Library_directx9canvas.mk (original)
+++ openoffice/trunk/main/canvas/Library_directx9canvas.mk Tue Aug  9 08:46:19 2016
@@ -67,7 +67,6 @@ $(eval $(call gb_Library_add_linked_libs
 	user32 \
 	gdi32 \
 	gdiplus \
-	ddraw \
 ))
 ifneq ($(USE_MINGW),)
 $(eval $(call gb_Library_add_linked_libs,directx9canvas,\