From c36e1b8572fc9c9a8d6c9a2972df822b74c0010d Mon Sep 17 00:00:00 2001 From: zicodxx <> Date: Thu, 5 Apr 2007 14:48:37 +0000 Subject: [PATCH] BINARY_SUBDIR should be bin/, not games/ --- SConstruct | 2 +- dxx-changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 3e43123a4..6cb6ea68b 100755 --- a/SConstruct +++ b/SConstruct @@ -24,7 +24,7 @@ print '\n===== ' + PROGRAM_NAME + VERSION_STRING + ' =====\n' # installation path PREFIX = '/usr/local/' -BIN_SUBDIR = 'games/' +BIN_SUBDIR = 'bin/' DATA_SUBDIR = 'share/games/d1x-rebirth/' BIN_DIR = PREFIX + BIN_SUBDIR DATA_DIR = PREFIX + DATA_SUBDIR diff --git a/dxx-changelog.txt b/dxx-changelog.txt index c1a0858c8..7477344f2 100755 --- a/dxx-changelog.txt +++ b/dxx-changelog.txt @@ -3,6 +3,7 @@ D1X-Rebirth Changelog 20070405 -------- main/game.c, main/game.h, main/gameseq.c, main/gauges.c, main/inferno.c, main/menu.c, main/playsave.c: remove final remains of VR_current_page and VR_use_paging, resolution variable cleanup - remove VR_screen_mode and VR_render_width/height (Game_screen_mode is the actual resolution put in an int, not an index) +SConstruct: BINARY_SUBDIR should be bin/, not games/ 20070404 --------