From 2ea6e9bac4c4926c73b5615a2359dd6b77ea4fe4 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Thu, 30 Dec 2010 15:52:47 +0100 Subject: [PATCH] Don't build pak file by default. --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 48868ea..ea05036 100755 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ ICONS = icons/ VERSION = 1.17 RELEASE = 1 -USEPAK = 1 +USEPAK = 0 PREFIX=$(DESTDIR)/usr BINDIR = $(PREFIX)/games/ @@ -15,7 +15,6 @@ ICONDIR = $(PREFIX)/share/icons/hicolor/ DESKTOPDIR = $(PREFIX)/share/applications/ LOCALEDIR = $(PREFIX)/share/locale/ MEDAL_SERVER_HOST = www.parallelrealities.co.uk -#MEDAL_SERVER_HOST = localhost MEDAL_SERVER_PORT = 80 CXXFLAGS += `sdl-config --cflags` -DVERSION=$(VERSION) -DRELEASE=$(RELEASE) -DUSEPAK=$(USEPAK) -- 2.39.5