BINARY_SUBDIR should be bin/, not games/

This commit is contained in:
zicodxx 2007-04-05 14:48:37 +00:00
parent 6b9c94a9c6
commit c36e1b8572
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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
--------