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

模拟服务器

开发平台:

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. ## we don't want to need this here
  12. INCLUDES += -I$(srcdir)/../game
  13. noinst_LIBRARIES = librealmlist.a
  14. librealmlist_a_SOURCES = RealmClient.cpp RealmClient.h 
  15.                          RealmListSrv.cpp RealmListSrv.h