From 0af8ec08f8097b5cdbe86260565b00a068afc4ec Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Sat, 25 Mar 2017 23:30:54 +1100 Subject: w32_common: move the IDropTarget impl to a separate file This was mostly self-contained, so its removal makes w32_common.c a bit easier to read. Also, because it was self contained and its author has agreed to LGPL relicencing, the new file has the LGPL licence header. --- wscript_build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 4f1d3440c0..7d112782a5 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -398,6 +398,7 @@ def build(ctx): ( "video/out/vo_xv.c", "xv" ), ( "video/out/w32_common.c", "win32" ), ( "video/out/win32/displayconfig.c", "win32" ), + ( "video/out/win32/droptarget.c", "win32" ), ( "video/out/win32/exclusive_hack.c", "gl-win32" ), ( "video/out/wayland_common.c", "wayland" ), ( "video/out/wayland/buffer.c", "wayland" ), -- cgit v1.2.3