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:
16
src/setup.h
16
src/setup.h
@@ -70,6 +70,22 @@ void Set_config_directory(const char * program_dir, char * config_dir);
|
||||
#define SKINS_SUBDIRECTORY "skins"
|
||||
#endif
|
||||
|
||||
/// Name of the subdirectory containing scripts
|
||||
#if defined (__MINT__)
|
||||
#define SCRIPTS_SUBDIRECTORY "SCRIPTS"
|
||||
#else
|
||||
#define SCRIPTS_SUBDIRECTORY "scripts"
|
||||
#endif
|
||||
|
||||
/// LUA directory prefix
|
||||
#if defined (__MINT__)
|
||||
#define LUALIB_SUBDIRECTORY "LIBS"
|
||||
#else
|
||||
#define LUALIB_SUBDIRECTORY "libs"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/// Name of the binary file containing some configuration settings.
|
||||
#if defined (__MINT__)
|
||||
#define CONFIG_FILENAME "GFX2.CFG"
|
||||
|
||||
Reference in New Issue
Block a user