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:
@@ -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.
|
||||
******************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user