1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

not working - for testing porpose only!

This commit is contained in:
Łukasz Wychrystenko 2009-03-14 23:49:36 +00:00
parent eaa7ea643a
commit 82f4c09687

View File

@ -2,38 +2,44 @@ noinst_LIBRARIES = libvcmi.a
#vcmi_LDADD = $(BOOST_SYSTEM_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_THREAD_LIB)
#AM_CXXFLAGS = $(BOOST_CPPFLAGS)
libvcmi_a_SOURCES = \
../hch/CAmbarCendamo.cpp \
../hch/CArtHandler.cpp \
../hch/CBuildingHandler.cpp \
../CConsoleHandler.cpp \
../hch/CCreatureHandler.cpp \
../hch/CDefObjInfoHandler.cpp \
../CGameState.cpp \
../hch/CGeneralTextHandler.cpp \
../hch/CHeroHandler.cpp \
../hch/CLodHandler.cpp \
../hch/CObjectHandler.cpp \
./Connection.cpp \
../hch/CSpellHandler.cpp \
../hch/CTownHandler.cpp \
./IGameCallback.cpp \
../map.cpp \
./NetPacksLib.cpp \
./RegisterTypes.cpp \
../stdafx.cpp \
./VCMI_Lib.cpp \
../hch/CSpellHandler.cpp \
../hch/CGeneralTextHandler.cpp \
./IGameCallback.cpp \
../CConsoleHandler.cpp \
../hch/CAmbarCendamo.h \
./BattleAction.h \
../hch/CArtHandler.h \
../hch/CBuildingHandler.h \
../CConsoleHandler.h \
../hch/CCreatureHandler.h \
../hch/CDefObjInfoHandler.h \
../CGameState.h \
../hch/CGeneralTextHandler.h \
../hch/CHeroHandler.h \
../hch/CLodHandler.h \
../hch/CObjectHandler.h \
./CondSh.h \
./Connection.h \
../hch/CSpellHandler.h \
../hch/CTownHandler.h \
./Herobonus.h \
./IGameCallback.h \
./Interprocess.h \
../map.h \
./NetPacks.h \
./VCMI_Lib.h \
./IGameCallback.h \
../hch/CGeneralTextHandler.h \
../CConsoleHandler.h
./RegisterTypes.h \
./VCMI_Lib.h