From 5e5f0106e706c429f3be00467c54aaf205d14dc2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 3 Jan 2018 16:11:44 +0100 Subject: [PATCH] HLSL does not require Cg runtime lib --- Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index f45ea3c1cb..839fd46cc8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1266,7 +1266,6 @@ ifeq ($(HAVE_D3D9), 1) endif ifeq ($(HAVE_HLSL), 1) - LIBS += -lcgD3D9 OBJ += gfx/drivers_renderchain/d3d9_hlsl_renderchain.o \ gfx/drivers_shader/shader_hlsl.o endif