Merge pull request #1001 from heuripedes/master

Add d3d wrapper to the regular Makefile
This commit is contained in:
Twinaphex 2014-09-13 21:15:27 +02:00
commit a14e836a55

View File

@ -254,7 +254,7 @@ ifeq ($(HAVE_SDL2), 1)
endif
ifeq ($(HAVE_D3D9), 1)
OBJ += gfx/d3d9/d3d.o gfx/d3d9/render_chain.o gfx/fonts/d3d_font.o gfx/fonts/d3d_w32_font.o gfx/context/d3d_ctx.o
OBJ += gfx/d3d9/d3d.o gfx/d3d9/d3d_wrapper.o gfx/d3d9/render_chain.o gfx/fonts/d3d_font.o gfx/fonts/d3d_w32_font.o gfx/context/d3d_ctx.o
DEFINES += -DHAVE_WIN32_D3D9
LIBS += -ld3d9 -ld3dx9 -ldxguid
endif