Makefile.am 996 B

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