From: Ryan C. Gordon Date: Thu, 13 May 2010 04:08:21 +0000 (-0400) Subject: Make RUNDIR be "." in makefile.old. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=c39d414d31164c08d1cfed1d135bc89f8f7285f5;p=lugaru.git Make RUNDIR be "." in makefile.old. ...since you have to run below the Data directory. --- 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