Let a separate libdir be specified for loading libraries.
Partially fixes Bugzilla #4271.
This commit is contained in:
parent
31ce89361d
commit
826f05f95f
3 changed files with 45 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue