mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
1609b8fdb9
Fixed a file handle leak. Bumped revision to 0.74b (linux). Reworked the build system to remove uneeded dependencies (linux). Removed use of PATHSEPARATOR since Windows can use / too.
11 lines
237 B
Makefile
11 lines
237 B
Makefile
bin_PROGRAMS = vcmiserver
|
|
|
|
vcmiserver_LDADD = $(top_builddir)/lib/libvcmi.la
|
|
vcmiserver_LDFLAGS = -L$(top_builddir)/lib
|
|
vcmiserver_SOURCES = \
|
|
CGameHandler.cpp \
|
|
CGameHandler.h \
|
|
CVCMIServer.cpp \
|
|
CVCMIServer.h \
|
|
NetPacksServer.cpp
|