mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-30 08: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.
19 lines
420 B
Makefile
19 lines
420 B
Makefile
pkglib_LTLIBRARIES = GeniusAI.la
|
|
GeniusAI_la_LIBADD = $(top_builddir)/lib/libvcmi.la
|
|
GeniusAI_la_LDFLAGS = -L$(top_builddir)/lib -module
|
|
GeniusAI_la_SOURCES = \
|
|
AIPriorities.cpp \
|
|
AIPriorities.h \
|
|
BattleHelper.cpp \
|
|
BattleHelper.h \
|
|
BattleLogic.cpp \
|
|
BattleLogic.h \
|
|
CGeniusAI.cpp \
|
|
CGeniusAI.h \
|
|
Common.h \
|
|
DLLMain.cpp \
|
|
GeneralAI.cpp \
|
|
GeneralAI.h \
|
|
neuralNetwork.cpp \
|
|
neuralNetwork.h
|