dolphin/Externals/enet
BhaaL 072c161445 upgrade to Windows SDK 10.0.15063.0
this is required for /permissive- to work, because some headers in the
Windows SDK use Microsoft extensions that are not allowed in standards mode
2017-05-28 13:37:31 +02:00
..
docs
include/enet
m4
callbacks.c
ChangeLog
CMakeLists.txt Initial support for Haiku. 2017-03-27 23:46:19 -04:00
compress.c
configure.ac
Doxyfile
DoxygenLayout.xml
enet_dll.cbp
enet.dsp
enet.vcxproj upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
enet.vcxproj.filters
host.c
libenet.pc.in
LICENSE
list.c
Makefile.am
packet.c
peer.c
premake4.lua
protocol.c
README
unix.c
win32.c

Please visit the ENet homepage at http://enet.bespin.org for installation
and usage instructions.

If you obtained this package from github, the quick description on how to build
is:

# Generate the build system.

autoreconf -vfi

# Compile and install the library.

./configure && make && make install