From 1af047cda084ba4eef3a77271f3d32957a06eb66 Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 20 Aug 2010 12:30:43 +0000 Subject: [PATCH] remove DP_LINK_TO_JPEG from makefile, as this is default now git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10408 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/makefile b/makefile index 8a5bda68..43b062be 100644 --- a/makefile +++ b/makefile @@ -278,14 +278,6 @@ ifdef DP_PRELOAD_DEPENDENCIES endif endif -ifdef DP_LINK_TO_LIBJPEG - LDFLAGS_LIBJPEG?=-ljpeg - LDFLAGS_CL+=$(LDFLAGS_LIBJPEG) - LDFLAGS_SV+=$(LDFLAGS_LIBJPEG) - LDFLAGS_SDL+=$(LDFLAGS_LIBJPEG) - CFLAGS_PRELOAD+=$(CFLAGS_LIBJPEG) -DLINK_TO_LIBJPEG -endif - ##### GNU Make specific definitions ##### DO_LD=$(CC) -o $@ $^ $(LDFLAGS) -- 2.39.2