platform: introduce lib backends, add static linking, wscript: add optional projects support, add static linking support, scripts: add xshlib for advanced linking options

This commit is contained in:
mittorn
2019-11-18 03:31:25 +07:00
parent 0636dc45bd
commit 177f8ed653
12 changed files with 261 additions and 16 deletions

View File

@@ -53,4 +53,12 @@ GNU General Public License for more details.
#define MSGBOX_ANDROID 2
#define MSGBOX_WIN32 3
// messageboxes (XASH_LIB)
#define LIB_NULL 0
#define LIB_POSIX 1
#define LIB_WIN32 2
#define LIB_STATIC 3
#endif /* BACKENDS_H */