summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-24 17:47:39 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-24 17:47:39 +0300
commit4ef35e9ef757da1db724c5d784048601144c934c (patch)
treec683545ec5c2bc43d619eb9de994659ae88405b0 /src/CMakeLists.txt
parent05abb208b47329b60a3cbbef86f8bc88f91ab5de (diff)
downloadplus-4ef35e9ef757da1db724c5d784048601144c934c.tar.gz
plus-4ef35e9ef757da1db724c5d784048601144c934c.tar.bz2
plus-4ef35e9ef757da1db724c5d784048601144c934c.tar.xz
plus-4ef35e9ef757da1db724c5d784048601144c934c.zip
Remove enet code from sources.
It only need for manaserv server type, but manaserv still in long development.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e9b1d880d..a05dcabda 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -811,24 +811,6 @@ SET(SRCS_TMWA
)
SET(SRCS_MANASERV
- enet/callbacks.c
- enet/callbacks.h
- enet/compress.c
- enet/enet.h
- enet/host.c
- enet/list.c
- enet/list.h
- enet/packet.c
- enet/peer.c
- enet/protocol.c
- enet/protocol.h
- enet/time.h
- enet/types.h
- enet/unix.c
- enet/unix.h
- enet/utility.h
- enet/win32.c
- enet/win32.h
gui/specialswindow.cpp
gui/specialswindow.h
utils/sha256.cpp