From 828402203ba5dabe03082ad8a0768a4b6a66e542 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 29 Nov 2006 13:21:50 +0000 Subject: Remove mention of DATA_DIR_PATH from AppHdr.h. The recommended way of forcing a data directory path is to set DATADIR in makefile.unix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@527 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/AppHdr.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'crawl-ref/source/AppHdr.h') diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h index 198b1819fa..0a0efdd9e8 100644 --- a/crawl-ref/source/AppHdr.h +++ b/crawl-ref/source/AppHdr.h @@ -308,16 +308,9 @@ // #define SAVE_DIR_PATH "/opt/crawl/lib/" // #define SAVE_DIR_PATH "" - // Define DATA_DIR_PATH to the directory where level-description (.des) - // files are stored. NOTE: If you're installing Crawl for a real multiuser - // system, you MUST do this. The directory must exist on the filesystem. - - // #define DATA_DIR_PATH "/opt/crawl" - - // will make this little thing go away. Define SAVE_PACKAGE_CMD - // to a command to compress and bundle the save game files into a - // single unit... the two %s will be replaced with the players - // save file name. Define LOAD_UNPACKAGE_CMD to undo this process + // Define SAVE_PACKAGE_CMD to a command to compress and bundle the save + // game files into a single unit... the two %s will be replaced with the + // players save file name. Define LOAD_UNPACKAGE_CMD to undo this process // the %s is the same as above. The second %s in LOAD_UNPACKAGE_CMD // is for the output directory. // -- cgit v1.2.3-54-g00ecf