mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
499a401095
* corrections in linux build files * initial version of vcmi installation script and package for programming challenge
10 lines
233 B
Makefile
10 lines
233 B
Makefile
bin_PROGRAMS = vcmirunner
|
|
|
|
vcmirunner_LDADD = $(top_builddir)/lib/libvcmi.la
|
|
vcmirunner_CXXFLAGS = @SDL_CXXFLAGS@
|
|
vcmirunner_LDFLAGS = -L$(top_builddir)/lib
|
|
vcmirunner_SOURCES = \
|
|
main.cpp\
|
|
Client.cpp\
|
|
NetPacksRunner.cpp
|