From 7b01ac3452d82a925bef7c1cf307dc9b170c0472 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Mon, 4 Jun 2012 14:07:32 +0200 Subject: [PATCH] Fix build under !Windows --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index ee429ddd..e7a8f61c 100644 --- a/Makefile +++ b/Makefile @@ -619,7 +619,6 @@ OPENGL_OBJS_ += \ src/windows/qgl.o else OPENGL_OBJS_ += \ - src/common/shared/shared.o \ src/unix/hunk.o \ src/unix/qgl.o endif