stk-code_catmod/src/enet
hikerstk dd505e00b0 Fix for cmake: Added test for __socklen_t_defined which is used on linux (autotools
would define HAS_SOCKLEN_t, cmake doesn't).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10351 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-12-05 22:15:24 +00:00
..
docs Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
include/enet Updated missing header files so that the new enet would compile. 2011-07-12 04:34:57 +00:00
aclocal.m4 Added experimental and buggy hardware skinning support + removed a useless loop in the material manager 2011-07-14 00:59:00 +00:00
callbacks.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
ChangeLog Actually update to the most recent enet :) 2011-07-12 04:27:12 +00:00
CMakeLists.txt Started a CMake-based build system 2011-07-24 14:29:16 +00:00
compress.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
configure Added experimental and buggy hardware skinning support + removed a useless loop in the material manager 2011-07-14 00:59:00 +00:00
configure.in Fixed autoconf files after updating enet. I basically 2011-07-14 04:52:11 +00:00
depcomp Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
design.txt 1) Added enet sources. 2008-09-07 15:04:43 +00:00
Doxyfile 1) Added enet sources. 2008-09-07 15:04:43 +00:00
enet.dsp Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
host.c Actually update to the most recent enet :) 2011-07-12 04:27:12 +00:00
install-sh Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
LICENSE Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
list.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
Makefile.am Fixed distribution of cmake files with autotools. 2011-11-14 22:29:15 +00:00
missing Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
packet.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
peer.c Actually update to the most recent enet :) 2011-07-12 04:27:12 +00:00
protocol.c Actually update to the most recent enet :) 2011-07-12 04:27:12 +00:00
README Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00
tutorial.txt 1) Added enet sources. 2008-09-07 15:04:43 +00:00
unix.c Fix for cmake: Added test for __socklen_t_defined which is used on linux (autotools 2011-12-05 22:15:24 +00:00
win32.c Updated enet to 1.3.1. 2011-03-17 21:02:22 +00:00

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

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

# Generate the build system.

autoreconf -vfi

# Compile and install the library.

./configure && make && make install