mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 21:04:14 +00:00
Change libxashmenu to libmenu to keep same names between different OSes
This commit is contained in:
parent
7e372645da
commit
aa5d52cebc
@ -67,15 +67,15 @@ 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
|
||||||
|
|
||||||
#define VGUI_SUPPORT_DLL "libvgui_support." OS_LIB_EXT
|
#define VGUI_SUPPORT_DLL "libvgui_support." OS_LIB_EXT
|
||||||
|
|
||||||
// Windows-specific
|
// Windows-specific
|
||||||
#define __cdecl
|
#define __cdecl
|
||||||
#define __stdcall
|
#define __stdcall
|
||||||
#define _inline static inline
|
#define _inline static inline
|
||||||
#define O_BINARY 0 // O_BINARY is Windows extension
|
#define O_BINARY 0 // O_BINARY is Windows extension
|
||||||
#define O_TEXT 0 // O_TEXT is Windows extension
|
#define O_TEXT 0 // O_TEXT is Windows extension
|
||||||
|
Loading…
x
Reference in New Issue
Block a user