dolphin/Externals/enet
Shawn Hoffman c5da2877cc msbuild: refactor to reduce rebuild events
* moves dolphin-specific settings out of Base.props
* creates exports.props for externals, allowing to easily import
  individual Externals
* corrects some cruft that accumulated and probably contributed
  to msbuild overbuilding
2022-08-02 22:24:22 -07:00
..
docs
include/enet
m4
callbacks.c
ChangeLog
CMakeLists.txt
compress.c
configure.ac
Doxyfile
DoxygenLayout.xml
enet_dll.cbp
enet.dsp
enet.vcxproj msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
enet.vcxproj.filters
exports.props msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
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