mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(Win32/Cg) Add render_chain_cg.c if HAVE_CG is defined
This commit is contained in:
parent
e9c6a0d990
commit
e3ec1f890f
@ -582,7 +582,6 @@ endif
|
|||||||
|
|
||||||
ifeq ($(HAVE_D3D9), 1)
|
ifeq ($(HAVE_D3D9), 1)
|
||||||
OBJ += gfx/d3d/d3d.o \
|
OBJ += gfx/d3d/d3d.o \
|
||||||
gfx/d3d/render_chain_cg.o \
|
|
||||||
gfx/d3d/render_chain_null.o \
|
gfx/d3d/render_chain_null.o \
|
||||||
gfx/d3d/render_chain_driver.o \
|
gfx/d3d/render_chain_driver.o \
|
||||||
gfx/d3d/d3d_wrapper.o \
|
gfx/d3d/d3d_wrapper.o \
|
||||||
@ -593,6 +592,7 @@ ifeq ($(HAVE_D3D9), 1)
|
|||||||
|
|
||||||
ifeq ($(HAVE_CG), 1)
|
ifeq ($(HAVE_CG), 1)
|
||||||
LIBS += -lcgD3D9
|
LIBS += -lcgD3D9
|
||||||
|
OBJ += gfx/d3d/render_chain_cg.o
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user