Change libxashmenu to libmenu to keep same names between different OSes
This commit is contained in:
parent
7e372645da
commit
aa5d52cebc
1 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ GNU General Public License for more details.
|
||||||
#define SERVERDLL "libserver" POSTFIX "." OS_LIB_EXT
|
#define SERVERDLL "libserver" POSTFIX "." OS_LIB_EXT
|
||||||
#define GAMEPATH "/sdcard/xash"
|
#define GAMEPATH "/sdcard/xash"
|
||||||
#else
|
#else
|
||||||
#define MENUDLL "libxashmenu" ARCH_SUFFIX "." OS_LIB_EXT
|
#define MENUDLL "libmenu" ARCH_SUFFIX "." OS_LIB_EXT
|
||||||
#define CLIENTDLL "client" ARCH_SUFFIX "." OS_LIB_EXT
|
#define CLIENTDLL "client" ARCH_SUFFIX "." OS_LIB_EXT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue