2009-04-19 18:01:33 +03:00
|
|
|
pkglib_LTLIBRARIES = libvcmi.la
|
2009-09-19 18:10:32 +03:00
|
|
|
libvcmi_la_CXXFLAGS = @SDL_CXXFLAGS@
|
2009-04-19 18:01:33 +03:00
|
|
|
libvcmi_la_SOURCES = \
|
2009-04-13 21:52:20 +03:00
|
|
|
../CConsoleHandler.cpp \
|
|
|
|
../CConsoleHandler.h \
|
|
|
|
../hch/CArtHandler.cpp \
|
|
|
|
../hch/CArtHandler.h \
|
|
|
|
../hch/CBuildingHandler.cpp \
|
|
|
|
../hch/CBuildingHandler.h \
|
|
|
|
../hch/CCreatureHandler.cpp \
|
|
|
|
../hch/CCreatureHandler.h \
|
|
|
|
../hch/CDefObjInfoHandler.cpp \
|
|
|
|
../hch/CDefObjInfoHandler.h \
|
|
|
|
../hch/CGeneralTextHandler.cpp \
|
|
|
|
../hch/CGeneralTextHandler.h \
|
|
|
|
../hch/CHeroHandler.cpp \
|
|
|
|
../hch/CHeroHandler.h \
|
|
|
|
../hch/CLodHandler.cpp \
|
|
|
|
../hch/CLodHandler.h \
|
|
|
|
../hch/CObjectHandler.cpp \
|
|
|
|
../hch/CObjectHandler.h \
|
|
|
|
../hch/CSpellHandler.cpp \
|
|
|
|
../hch/CSpellHandler.h \
|
|
|
|
../hch/CTownHandler.cpp \
|
|
|
|
../hch/CTownHandler.h \
|
|
|
|
../stdafx.cpp \
|
2009-05-21 03:55:30 +03:00
|
|
|
BattleAction.h \
|
|
|
|
CGameState.cpp \
|
|
|
|
CGameState.h \
|
|
|
|
CondSh.h \
|
|
|
|
Connection.cpp \
|
|
|
|
Connection.h \
|
|
|
|
HeroBonus.h \
|
|
|
|
IGameCallback.cpp \
|
|
|
|
IGameCallback.h \
|
|
|
|
Interprocess.h \
|
|
|
|
NetPacks.h \
|
|
|
|
NetPacksLib.cpp \
|
|
|
|
RegisterTypes.cpp \
|
|
|
|
RegisterTypes.h \
|
|
|
|
StackFeature.h \
|
|
|
|
VCMI_Lib.cpp \
|
|
|
|
VCMI_Lib.h \
|
|
|
|
map.cpp \
|
|
|
|
map.h
|