(Makefile.common) Remove win32_common.o reference

This commit is contained in:
Higor Eurípedes 2014-09-13 22:55:10 -03:00
parent a002afdaff
commit fd9b58fea6

View File

@ -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