]> git.mxchange.org Git - quix0rs-blobwars.git/commitdiff
Don't build pak file by default.
authorGuus Sliepen <guus@debian.org>
Thu, 30 Dec 2010 14:52:47 +0000 (15:52 +0100)
committerGuus Sliepen <guus@debian.org>
Thu, 30 Dec 2010 14:52:47 +0000 (15:52 +0100)
makefile

index 48868ea4832c13dfe8b5fb32c47d89df2f220986..ea05036747fdadfb50a7305af6dfbc8a7bf42fad 100755 (executable)
--- 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)