Makefile.am
上传用户:jxpjxmjjw
上传日期:2009-12-07
资源大小:5877k
文件大小:2k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. # Copyright (C) 2004 Team Python
  2. #
  3. # This file is free software; as a special exception the author gives
  4. # unlimited permission to copy and/or distribute it, with or without
  5. # modifications, as long as this notice is preserved.
  6. #
  7. # This program is distributed in the hope that it will be useful, but
  8. # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  9. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  10. INCLUDES = -I$(srcdir) -I$(srcdir)/../shared
  11. noinst_LIBRARIES = libgame.a
  12. libgame_a_SOURCES = AuraHandler.cpp AuraHandler.h 
  13.     Character.cpp Character.h 
  14.                     CharacterHandler.cpp CharacterHandler.h 
  15.                     ChatHandler.cpp ChatHandler.h Combat.cpp Combat.h 
  16.                     GameClient.cpp GameClient.h 
  17.                     GameObject.cpp GameObject.h Group.cpp Group.h 
  18.                     GroupHandler.cpp GroupHandler.h Item.cpp Item.h 
  19.                     ItemHandler.cpp ItemHandler.h 
  20.                     Level0.cpp Level1.cpp Level2.cpp Level3.cpp 
  21.                     MiscHandler.cpp MiscHandler.h 
  22.                     MovementHandler.cpp MovementHandler.h 
  23.                     MsgHandler.h NPCHandler.cpp NPCHandler.h 
  24.     PetHandler.cpp PetHandler.h 
  25.                     Object.cpp Object.h ObjectMgr.cpp ObjectMgr.h 
  26.                     Opcodes.h Path.h QueryHandler.cpp QueryHandler.h 
  27.                     Quest.h QuestHandler.cpp QuestHandler.h 
  28.                     SkillHandler.cpp SkillHandler.h 
  29.                     SpellHandler.cpp SpellHandler.h Stats.h 
  30.                     TaxiHandler.cpp TaxiHandler.h Unit.cpp Unit.h 
  31.                     UpdateMask.h World.h WorldServer.cpp WorldServer.h