Makefile.am 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. pkglib_LTLIBRARIES = libvcmi.la
  2. libvcmi_la_SOURCES = \
  3. ../CConsoleHandler.cpp \
  4. ../CConsoleHandler.h \
  5. ../CGameState.cpp \
  6. ../CGameState.h \
  7. ../hch/CArtHandler.cpp \
  8. ../hch/CArtHandler.h \
  9. ../hch/CBuildingHandler.cpp \
  10. ../hch/CBuildingHandler.h \
  11. ../hch/CCreatureHandler.cpp \
  12. ../hch/CCreatureHandler.h \
  13. ../hch/CDefObjInfoHandler.cpp \
  14. ../hch/CDefObjInfoHandler.h \
  15. ../hch/CGeneralTextHandler.cpp \
  16. ../hch/CGeneralTextHandler.h \
  17. ../hch/CHeroHandler.cpp \
  18. ../hch/CHeroHandler.h \
  19. ../hch/CLodHandler.cpp \
  20. ../hch/CLodHandler.h \
  21. ../hch/CObjectHandler.cpp \
  22. ../hch/CObjectHandler.h \
  23. ../hch/CSpellHandler.cpp \
  24. ../hch/CSpellHandler.h \
  25. ../hch/CTownHandler.cpp \
  26. ../hch/CTownHandler.h \
  27. ../map.cpp \
  28. ../map.h \
  29. ../stdafx.cpp \
  30. ./BattleAction.h \
  31. ./CondSh.h \
  32. ./Connection.cpp \
  33. ./Connection.h \
  34. ./HeroBonus.h \
  35. ./IGameCallback.cpp \
  36. ./IGameCallback.h \
  37. ./Interprocess.h \
  38. ./NetPacks.h \
  39. ./NetPacksLib.cpp \
  40. ./RegisterTypes.cpp \
  41. ./RegisterTypes.h \
  42. ./lib/StackFeature.h \
  43. ./VCMI_Lib.cpp \
  44. ./VCMI_Lib.h