Add buildsys
FossilOrigin-Name: e5461ff8527693d6fead8581236f625852d55c2a3d7577e4eac219c7031e774f
This commit is contained in:
parent
acb5cb42f3
commit
cbf07a9ef5
48 changed files with 6326 additions and 14 deletions
15
enet/Makefile
Normal file
15
enet/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
STATIC_LIB_NOINST = libenet.a
|
||||
|
||||
SRCS = callbacks.c \
|
||||
host.c \
|
||||
list.c \
|
||||
memory.c \
|
||||
packet.c \
|
||||
peer.c \
|
||||
protocol.c \
|
||||
unix.c \
|
||||
win32.c
|
||||
|
||||
include ../buildsys.mk
|
||||
|
||||
CPPFLAGS += -Iinclude
|
Loading…
Add table
Add a link
Reference in a new issue