From 0b3bfb27c2ef1124595fc4a04563202dee01c242 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Thu, 21 Aug 2014 13:09:50 +0200 Subject: [PATCH] Windows needs this file too. --- Makefile.win | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.win b/Makefile.win index 272cf9bb1f..300d2d176a 100644 --- a/Makefile.win +++ b/Makefile.win @@ -148,6 +148,11 @@ endif ifeq ($(HAVE_SDL), 1) OBJ += gfx/sdl_gfx.o input/sdl_input.o input/sdl_joypad.o audio/sdl_audio.o + + ifeq ($(HAVE_OPENGL), 1) + OBJ += gfx/context/sdl_gl_ctx.o + endif + JOBJ += input/sdl_joypad.o LIBS += -lSDL JLIBS += -lSDL