mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
upd for build system(client and server)
This commit is contained in:
parent
ee29d3cf2b
commit
a0057c5014
@ -8,12 +8,12 @@ vcmiclient_LDFLAGS = -L$(top_builddir)/lib
|
|||||||
vcmiclient_LDADD += -lvcmi
|
vcmiclient_LDADD += -lvcmi
|
||||||
vcmiclient_SOURCES = \
|
vcmiclient_SOURCES = \
|
||||||
../AdventureMapButton.cpp \
|
../AdventureMapButton.cpp \
|
||||||
../hch/CAbilityHandler.cpp \
|
|
||||||
../CAdvmapInterface.cpp \
|
../CAdvmapInterface.cpp \
|
||||||
../CBattleInterface.cpp \
|
../CBattleInterface.cpp \
|
||||||
./CBitmapHandler.cpp \
|
./CBitmapHandler.cpp \
|
||||||
../CCallback.cpp \
|
../CCallback.cpp \
|
||||||
../CCastleInterface.cpp \
|
../CCastleInterface.cpp \
|
||||||
|
./CConfigHandler.cpp \
|
||||||
./CCreatureAnimation.cpp \
|
./CCreatureAnimation.cpp \
|
||||||
../CCursorHandler.cpp \
|
../CCursorHandler.cpp \
|
||||||
../hch/CDefHandler.cpp \
|
../hch/CDefHandler.cpp \
|
||||||
@ -28,26 +28,24 @@ vcmiclient_SOURCES = \
|
|||||||
../CPlayerInterface.cpp \
|
../CPlayerInterface.cpp \
|
||||||
../CPreGame.cpp \
|
../CPreGame.cpp \
|
||||||
../hch/CSndHandler.cpp \
|
../hch/CSndHandler.cpp \
|
||||||
|
./CSpellWindow.cpp \
|
||||||
../CThreadHelper.cpp \
|
../CThreadHelper.cpp \
|
||||||
./Graphics.cpp \
|
./Graphics.cpp \
|
||||||
../mapHandler.cpp \
|
../mapHandler.cpp \
|
||||||
|
./NetPacksClient.cpp \
|
||||||
../SDL_Extensions.cpp \
|
../SDL_Extensions.cpp \
|
||||||
../SDL_framerate.cpp \
|
../SDL_framerate.cpp \
|
||||||
./CConfigHandler.cpp \
|
|
||||||
./CSpellWindow.cpp \
|
|
||||||
../AdventureMapButton.h \
|
../AdventureMapButton.h \
|
||||||
../AI_Base.h \
|
../AI_Base.h \
|
||||||
../hch/CAbilityHandler.h \
|
|
||||||
../CAdvmapInterface.h \
|
../CAdvmapInterface.h \
|
||||||
../hch/CAmbarCendamo.h \
|
../hch/CAmbarCendamo.h \
|
||||||
../hch/CArtHandler.h \
|
|
||||||
../CBattleInterface.h \
|
../CBattleInterface.h \
|
||||||
./CBitmapHandler.h \
|
./CBitmapHandler.h \
|
||||||
../hch/CBuildingHandler.h \
|
../hch/CBuildingHandler.h \
|
||||||
../CCallback.h \
|
../CCallback.h \
|
||||||
../CCastleInterface.h \
|
../CCastleInterface.h \
|
||||||
|
./CConfigHandler.h \
|
||||||
./CCreatureAnimation.h \
|
./CCreatureAnimation.h \
|
||||||
../hch/CCreatureHandler.h \
|
|
||||||
../CCursorHandler.h \
|
../CCursorHandler.h \
|
||||||
../hch/CDefHandler.h \
|
../hch/CDefHandler.h \
|
||||||
../CGameInfo.h \
|
../CGameInfo.h \
|
||||||
@ -62,8 +60,9 @@ vcmiclient_SOURCES = \
|
|||||||
../CPlayerInterface.h \
|
../CPlayerInterface.h \
|
||||||
../CPreGame.h \
|
../CPreGame.h \
|
||||||
../hch/CSndHandler.h \
|
../hch/CSndHandler.h \
|
||||||
../hch/CSpellHandler.h \
|
./CSpellWindow.h \
|
||||||
../CThreadHelper.h \
|
../CThreadHelper.h \
|
||||||
|
./FunctionList.h \
|
||||||
../global.h \
|
../global.h \
|
||||||
./Graphics.h \
|
./Graphics.h \
|
||||||
../int3.h \
|
../int3.h \
|
||||||
@ -73,6 +72,4 @@ vcmiclient_SOURCES = \
|
|||||||
../SDL_framerate.h \
|
../SDL_framerate.h \
|
||||||
../StartInfo.h \
|
../StartInfo.h \
|
||||||
../stdafx.h \
|
../stdafx.h \
|
||||||
../timeHandler.h \
|
../timeHandler.h
|
||||||
./CSpellWindow.h \
|
|
||||||
./CConfigHandler.h
|
|
||||||
|
@ -8,5 +8,6 @@ vcmiserver_LDADD += -lvcmi
|
|||||||
vcmiserver_SOURCES = \
|
vcmiserver_SOURCES = \
|
||||||
./CGameHandler.cpp \
|
./CGameHandler.cpp \
|
||||||
./CVCMIServer.cpp \
|
./CVCMIServer.cpp \
|
||||||
|
./NetPacksServer.cpp \
|
||||||
./CGameHandler.h \
|
./CGameHandler.h \
|
||||||
./CVCMIServer.h
|
./CVCMIServer.h
|
||||||
|
Loading…
Reference in New Issue
Block a user