2009-04-19 18:01:33 +03:00
|
|
|
pkglib_LTLIBRARIES = libvcmi.la
|
2009-10-04 05:02:45 +03:00
|
|
|
libvcmi_la_LIBADD = @BOOST_SYSTEM_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @BOOST_IOSTREAMS_LIB@ -lz -lpthread
|
2009-09-19 18:10:32 +03:00
|
|
|
libvcmi_la_CXXFLAGS = @SDL_CXXFLAGS@
|
2009-04-19 18:01:33 +03:00
|
|
|
libvcmi_la_SOURCES = \
|
2011-02-06 19:26:27 +02:00
|
|
|
BattleAction.cpp \
|
2009-05-21 03:55:30 +03:00
|
|
|
BattleAction.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
BattleState.cpp \
|
|
|
|
BattleState.h \
|
|
|
|
CArtHandler.cpp \
|
|
|
|
CArtHandler.h \
|
|
|
|
CBuildingHandler.cpp \
|
|
|
|
CBuildingHandler.h \
|
|
|
|
CCampaignHandler.cpp \
|
|
|
|
CCampaignHandler.h \
|
|
|
|
CCreatureHandler.cpp \
|
|
|
|
CCreatureHandler.h \
|
2010-04-04 00:40:51 +03:00
|
|
|
CCreatureSet.cpp \
|
|
|
|
CCreatureSet.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
CDefObjInfoHandler.cpp \
|
|
|
|
CDefObjInfoHandler.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
CGameState.cpp \
|
|
|
|
CGameState.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
CGeneralTextHandler.cpp \
|
|
|
|
CGeneralTextHandler.h \
|
|
|
|
CHeroHandler.cpp \
|
|
|
|
CHeroHandler.h \
|
|
|
|
CLodHandler.cpp \
|
|
|
|
CLodHandler.h \
|
|
|
|
CMapInfo.cpp \
|
|
|
|
CMapInfo.h \
|
|
|
|
CObjectHandler.cpp \
|
|
|
|
CObjectHandler.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
CondSh.h \
|
|
|
|
Connection.cpp \
|
|
|
|
Connection.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
ConstTransitivePtr.h \
|
|
|
|
CSpellHandler.cpp \
|
|
|
|
CSpellHandler.h \
|
|
|
|
CTownHandler.cpp \
|
|
|
|
CTownHandler.h \
|
2011-04-07 20:54:08 +03:00
|
|
|
ERMInterpreter.cpp \
|
|
|
|
ERMInterpreter.h \
|
2011-03-20 00:27:05 +02:00
|
|
|
ERMParser.cpp \
|
|
|
|
ERMParser.h \
|
2010-02-10 07:49:23 +02:00
|
|
|
HeroBonus.cpp \
|
2009-05-21 03:55:30 +03:00
|
|
|
HeroBonus.h \
|
|
|
|
IGameCallback.cpp \
|
|
|
|
IGameCallback.h \
|
|
|
|
Interprocess.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
map.cpp \
|
|
|
|
map.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
NetPacks.h \
|
|
|
|
NetPacksLib.cpp \
|
|
|
|
RegisterTypes.cpp \
|
|
|
|
RegisterTypes.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
VCMIDirs.h \
|
|
|
|
VCMI_Lib.cpp
|
|
|
|
VCMI_Lib.h
|