added default lflag path for *NIX build

This commit is contained in:
zicodxx 2007-02-09 15:50:50 +00:00
parent 5e3aa12b3d
commit 52d4c96602
2 changed files with 2 additions and 1 deletions

View file

@ -332,7 +332,7 @@ else:
common_sources += arch_linux_sources
ogllibs = ['GL', 'GLU']
libs = generic_libs
lflags = ''
lflags = '-L/usr/X11R6/lib'
# GP2X test env
if (gp2x == 1):

View file

@ -4,6 +4,7 @@ D2X-Rebirth Changelog
--------
arch/ogl/gr.c, arch/sdl/gr.c, include/gr.h, main/inferno.c: set MENU_SCREEN_MODE at init to set movie according to -menu parameter and also prevent unnecessary screen changes
d2x.ini, main/inferno.c: added -gl_voodoo to OpenGL command-line switches and INI
SConstruct: added default lflag path for *NIX build
20070208
--------