replaced hardcoded lua script and libs paths with defines, Atari build stack adjustments (reduced it's size to 8k)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1800 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
nokturnal
2011-06-15 22:40:43 +00:00
parent 7184fb857f
commit 78e1745ef1
5 changed files with 21 additions and 6 deletions

View File

@@ -945,7 +945,7 @@ int Load_INI(T_Config * conf)
{
// Default when empty:
Realpath(Data_directory, conf->Scripts_directory);
Append_path(conf->Scripts_directory, "scripts", NULL);
Append_path(conf->Scripts_directory, SCRIPTS_SUBDIRECTORY, NULL);
}
conf->Allow_multi_shortcuts=0;