]> git.jsancho.org Git - lugaru.git/commitdiff
Make RUNDIR be "." in makefile.old.
authorRyan C. Gordon <icculus@icculus.org>
Thu, 13 May 2010 04:08:21 +0000 (00:08 -0400)
committerRyan C. Gordon <icculus@icculus.org>
Thu, 13 May 2010 04:08:21 +0000 (00:08 -0400)
...since you have to run below the Data directory.

.hgignore
makefile.old

index 4c53c5241ede9f477d9ba9fbda5b4c2caff72fbf..0992e3e486cf16cd45bb143fd0acff37248658e9 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -7,3 +7,4 @@ Xcode/*.xcodeproj/*.pbxuser
 build
 *~
 .*.swp
+lugaru-*
index bc1d27920e275516346929588f4ae4071744b334..5dd3b426cd527fd61f0bdaf78986a272421e65eb 100644 (file)
@@ -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