From e3ec1f890f82cd08d8b4558ad1aefd2faec70dee Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 6 Apr 2015 18:08:10 +0200 Subject: [PATCH] (Win32/Cg) Add render_chain_cg.c if HAVE_CG is defined --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index a624df9105..3c84c9f5d5 100644 --- a/Makefile.common +++ b/Makefile.common @@ -582,7 +582,6 @@ endif 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 \ @@ -593,6 +592,7 @@ ifeq ($(HAVE_D3D9), 1) ifeq ($(HAVE_CG), 1) LIBS += -lcgD3D9 + OBJ += gfx/d3d/render_chain_cg.o endif endif