]> git.pld-linux.org Git - packages/atanks.git/blame - atanks-datadir.patch
- converted to UTF-8
[packages/atanks.git] / atanks-datadir.patch
CommitLineData
674f02f7
RT
1--- atanks/src/Makefile.orig 2006-12-20 02:27:50.000000000 +0100
2+++ atanks/src/Makefile 2007-01-12 20:46:42.000000000 +0100
65884212 3@@ -4,7 +4,7 @@
674f02f7 4 globaldata.o environment.o player.o virtobj.o floattext.o teleport.o physobj.o decor.o explosion.o missile.o beam.o tank.o atanks.o fade.o perlin.o sky.o
65884212
SZ
5
6 CC = g++
674f02f7
RT
7-FLAGS = -DLINUX -DVERSION=\"2.0\" -DDATA_DIR=\".\"
8+FLAGS = -DLINUX -DVERSION=\"2.0\" -DDATA_DIR=\"${DATA_DIR}\"
65884212
SZ
9 OUTPUT = ../atanks
10 WFLAGS =
11 OFLAGS =
This page took 0.240109 seconds and 4 git commands to generate.