Let a separate libdir be specified for loading libraries.

Partially fixes Bugzilla #4271.
This commit is contained in:
Ryan C. Gordon 2009-09-15 06:32:05 +00:00
parent 31ce89361d
commit 826f05f95f
3 changed files with 45 additions and 0 deletions

View file

@ -1079,6 +1079,9 @@ char *Sys_DefaultInstallPath(void);
char *Sys_DefaultAppPath(void);
#endif
void Sys_SetDefaultLibPath(const char *path);
char *Sys_DefaultLibPath(void);
void Sys_SetDefaultHomePath(const char *path);
char *Sys_DefaultHomePath(void);
const char *Sys_Dirname( char *path );