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_SOURCES = \
|
||||
../AdventureMapButton.cpp \
|
||||
../hch/CAbilityHandler.cpp \
|
||||
../CAdvmapInterface.cpp \
|
||||
../CBattleInterface.cpp \
|
||||
./CBitmapHandler.cpp \
|
||||
../CCallback.cpp \
|
||||
../CCastleInterface.cpp \
|
||||
./CConfigHandler.cpp \
|
||||
./CCreatureAnimation.cpp \
|
||||
../CCursorHandler.cpp \
|
||||
../hch/CDefHandler.cpp \
|
||||
@ -28,26 +28,24 @@ vcmiclient_SOURCES = \
|
||||
../CPlayerInterface.cpp \
|
||||
../CPreGame.cpp \
|
||||
../hch/CSndHandler.cpp \
|
||||
./CSpellWindow.cpp \
|
||||
../CThreadHelper.cpp \
|
||||
./Graphics.cpp \
|
||||
../mapHandler.cpp \
|
||||
./NetPacksClient.cpp \
|
||||
../SDL_Extensions.cpp \
|
||||
../SDL_framerate.cpp \
|
||||
./CConfigHandler.cpp \
|
||||
./CSpellWindow.cpp \
|
||||
../AdventureMapButton.h \
|
||||
../AI_Base.h \
|
||||
../hch/CAbilityHandler.h \
|
||||
../CAdvmapInterface.h \
|
||||
../hch/CAmbarCendamo.h \
|
||||
../hch/CArtHandler.h \
|
||||
../CBattleInterface.h \
|
||||
./CBitmapHandler.h \
|
||||
../hch/CBuildingHandler.h \
|
||||
../CCallback.h \
|
||||
../CCastleInterface.h \
|
||||
./CConfigHandler.h \
|
||||
./CCreatureAnimation.h \
|
||||
../hch/CCreatureHandler.h \
|
||||
../CCursorHandler.h \
|
||||
../hch/CDefHandler.h \
|
||||
../CGameInfo.h \
|
||||
@ -62,8 +60,9 @@ vcmiclient_SOURCES = \
|
||||
../CPlayerInterface.h \
|
||||
../CPreGame.h \
|
||||
../hch/CSndHandler.h \
|
||||
../hch/CSpellHandler.h \
|
||||
./CSpellWindow.h \
|
||||
../CThreadHelper.h \
|
||||
./FunctionList.h \
|
||||
../global.h \
|
||||
./Graphics.h \
|
||||
../int3.h \
|
||||
@ -73,6 +72,4 @@ vcmiclient_SOURCES = \
|
||||
../SDL_framerate.h \
|
||||
../StartInfo.h \
|
||||
../stdafx.h \
|
||||
../timeHandler.h \
|
||||
./CSpellWindow.h \
|
||||
./CConfigHandler.h
|
||||
../timeHandler.h
|
||||
|
@ -8,5 +8,6 @@ vcmiserver_LDADD += -lvcmi
|
||||
vcmiserver_SOURCES = \
|
||||
./CGameHandler.cpp \
|
||||
./CVCMIServer.cpp \
|
||||
./NetPacksServer.cpp \
|
||||
./CGameHandler.h \
|
||||
./CVCMIServer.h
|
||||
|
Loading…
Reference in New Issue
Block a user