Load console.lua and dtd-gen.lua from an explicit path.

svn path=/trunk/; revision=38414
This commit is contained in:
Gerald Combs 2011-08-08 19:10:19 +00:00
parent 2bf572bc41
commit b9d13c328d
1 changed files with 2 additions and 2 deletions

View File

@ -73,5 +73,5 @@ GUI_ENABLED = gui_enabled()
DATA_DIR = datafile_path()
USER_DIR = persconffile_path()
dofile("console.lua")
--dofile("dtd_gen.lua")
dofile(DATA_DIR.."console.lua")
--dofile(DATA_DIR.."dtd_gen.lua")