From fe1fe1a555f41ea92245523496cadb3b8f827639 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Thu, 21 Oct 2010 08:19:42 +0000 Subject: [PATCH] =?UTF-8?q?Makefile=20f=C3=BCr=20md2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index af7c8f10..ae0309f1 100644 --- a/Makefile +++ b/Makefile @@ -332,6 +332,7 @@ OPENGL_OBJS = \ build/ref_gl/gl_rsurf.o \ build/ref_gl/gl_scrap.o \ build/ref_gl/gl_warp.o \ + build/ref_gl/files/md2.o \ build/ref_gl/files/pcx.o \ build/ref_gl/files/sp2.o \ build/ref_gl/files/tga.o \ @@ -802,6 +803,9 @@ build/ref_gl/gl_scrap.o: src/refresh/gl_scrap.c build/ref_gl/gl_warp.o: src/refresh/gl_warp.c $(CC) $(CFLAGS_OPENGL) -o $@ -c $< +build/ref_gl/files/md2.o: src/refresh/files/md2.c + $(CC) $(CFLAGS_OPENGL) -o $@ -c $< + build/ref_gl/files/pcx.o: src/refresh/files/pcx.c $(CC) $(CFLAGS_OPENGL) -o $@ -c $<