Added new easy way of building TbaMUD in the Visual Studio through the CMake (#127)

* Added new experimental MSVC build way through CMake

* Small build/README.md fix
This commit is contained in:
Roman Shapiro
2023-11-19 10:04:39 +07:00
committed by GitHub
parent 498b652546
commit b2d38522e0
5 changed files with 50 additions and 0 deletions

View File

@@ -13,6 +13,11 @@
#include <sys/types.h>
#include "protocol.h"
#ifdef _MSC_VER
#include "telnet.h"
#define alloca _alloca
#endif
/******************************************************************************
The following section is for Diku/Merc derivatives. Replace as needed.
******************************************************************************/