From fd9b58fea6477c11e793a9d9b42e918e1813fe8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Sat, 13 Sep 2014 22:55:10 -0300 Subject: [PATCH] (Makefile.common) Remove win32_common.o reference --- Makefile.common | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index c6f5062416..66eba2ea93 100644 --- a/Makefile.common +++ b/Makefile.common @@ -374,8 +374,7 @@ ifeq ($(HAVE_OPENGL), 1) LIBS += -framework OpenGL else ifneq ($(findstring Win32,$(OS)),) LIBS += -lopengl32 -lgdi32 -lcomdlg32 - OBJ += gfx/context/wgl_ctx.o \ - gfx/context/win32_common.o + OBJ += gfx/context/wgl_ctx.o else LIBS += -lGL endif