From c39d414d31164c08d1cfed1d135bc89f8f7285f5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 13 May 2010 00:08:21 -0400 Subject: [PATCH] Make RUNDIR be "." in makefile.old. ...since you have to run below the Data directory. --- .hgignore | 1 + makefile.old | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 4c53c52..0992e3e 100644 --- a/.hgignore +++ b/.hgignore @@ -7,3 +7,4 @@ Xcode/*.xcodeproj/*.pbxuser build *~ .*.swp +lugaru-* diff --git a/makefile.old b/makefile.old index bc1d279..5dd3b42 100644 --- a/makefile.old +++ b/makefile.old @@ -12,7 +12,7 @@ OPT += -O3 -fno-strict-aliasing -falign-loops=16 -fno-math-errno #OPT += -Os -fno-strict-aliasing BINDIR := bin -RUNDIR := Data +RUNDIR := . SRCDIR := Source SDLDIR := Dependencies/SDL12 LIBPNGDIR := Dependencies/libpng -- 2.39.5