2008-08-04 12:33:08 +03:00
|
|
|
bin_PROGRAMS = vcmiclient
|
2009-04-13 21:52:20 +03:00
|
|
|
|
2009-06-20 04:40:52 +03:00
|
|
|
vcmiclient_LDADD = $(top_builddir)/lib/libvcmi.la @SDL_LIBS@ @BOOST_SYSTEM_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @BOOST_IOSTREAMS_LIB@ @FFMPEG_LIBS@
|
2009-05-07 07:45:59 +03:00
|
|
|
vcmiclient_CXXFLAGS = @CXXFLAGS@ @SDL_CXXFLAGS@
|
2008-08-04 12:33:08 +03:00
|
|
|
vcmiclient_LDFLAGS = -L$(top_builddir)/lib
|
|
|
|
vcmiclient_SOURCES = \
|
2009-04-13 21:52:20 +03:00
|
|
|
../AI_Base.h \
|
|
|
|
../CCallback.cpp \
|
|
|
|
../CCallback.h \
|
|
|
|
../CGameInterface.cpp \
|
|
|
|
../CGameInterface.h \
|
|
|
|
../CThreadHelper.cpp \
|
|
|
|
../CThreadHelper.h \
|
|
|
|
../StartInfo.h \
|
|
|
|
../global.h \
|
|
|
|
../hch/CAmbarCendamo.h \
|
|
|
|
../hch/CBuildingHandler.h \
|
|
|
|
../hch/CDefHandler.cpp \
|
|
|
|
../hch/CDefHandler.h \
|
|
|
|
../hch/CHeroHandler.h \
|
|
|
|
../hch/CMusicHandler.cpp \
|
|
|
|
../hch/CMusicHandler.h \
|
|
|
|
../hch/CObjectHandler.h \
|
|
|
|
../hch/CSndHandler.cpp \
|
|
|
|
../hch/CSndHandler.h \
|
2009-06-20 04:40:52 +03:00
|
|
|
../hch/CVideoHandler.cpp \
|
2009-04-13 21:52:20 +03:00
|
|
|
../hch/CVideoHandler.h \
|
|
|
|
../int3.h \
|
|
|
|
../mapHandler.cpp \
|
|
|
|
../mapHandler.h \
|
|
|
|
../nodrze.h \
|
|
|
|
../stdafx.h \
|
|
|
|
../tchar_amigaos4.h \
|
|
|
|
../timeHandler.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
AdventureMapButton.cpp \
|
|
|
|
AdventureMapButton.h \
|
|
|
|
CAdvmapInterface.cpp \
|
|
|
|
CAdvmapInterface.h \
|
|
|
|
CBattleInterface.cpp \
|
|
|
|
CBattleInterface.h \
|
|
|
|
CBitmapHandler.cpp \
|
|
|
|
CBitmapHandler.h \
|
|
|
|
CCastleInterface.cpp \
|
|
|
|
CCastleInterface.h \
|
|
|
|
CConfigHandler.cpp \
|
|
|
|
CConfigHandler.h \
|
|
|
|
CCreatureAnimation.cpp \
|
|
|
|
CCreatureAnimation.h \
|
|
|
|
CCursorHandler.cpp \
|
|
|
|
CCursorHandler.h \
|
|
|
|
CGameInfo.cpp \
|
|
|
|
CGameInfo.h \
|
|
|
|
CHeroWindow.cpp \
|
|
|
|
CHeroWindow.h \
|
|
|
|
CMT.cpp \
|
|
|
|
CMessage.cpp \
|
|
|
|
CMessage.h \
|
|
|
|
CPlayerInterface.cpp \
|
|
|
|
CPlayerInterface.h \
|
|
|
|
CPreGame.cpp \
|
|
|
|
CPreGame.h \
|
|
|
|
CSpellWindow.cpp \
|
|
|
|
CSpellWindow.h \
|
|
|
|
Client.cpp \
|
|
|
|
Client.h \
|
|
|
|
FunctionList.h \
|
|
|
|
GUIBase.cpp \
|
|
|
|
GUIBase.h \
|
|
|
|
GUIClasses.cpp \
|
|
|
|
GUIClasses.h \
|
|
|
|
Graphics.cpp \
|
|
|
|
Graphics.h \
|
|
|
|
NetPacksClient.cpp \
|
|
|
|
SDL_Extensions.cpp \
|
|
|
|
SDL_Extensions.h \
|
|
|
|
SDL_framerate.cpp \
|
|
|
|
SDL_framerate.h
|