From b9f94f954dd154d52a6529f4d9a7992f43261561 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 6 Apr 2015 16:55:57 +0200 Subject: [PATCH] (D3D) Add render_chain_driver.cpp to Makefile.common --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index 8aefafaced..a624df9105 100644 --- a/Makefile.common +++ b/Makefile.common @@ -584,6 +584,7 @@ ifeq ($(HAVE_D3D9), 1) OBJ += gfx/d3d/d3d.o \ gfx/d3d/render_chain_cg.o \ gfx/d3d/render_chain_null.o \ + gfx/d3d/render_chain_driver.o \ gfx/d3d/d3d_wrapper.o \ gfx/drivers_font/d3d_w32_font.o \ gfx/drivers_context/d3d_ctx.o