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. INCLUDES += -I$(srcdir)/../realmlist
  12. INCLUDES += -I$(srcdir)/../game
  13. bin_PROGRAMS = wowpython
  14. wowpython_SOURCES = Main.cpp
  15. #wowpython_LDADD = $(srcdir)/../shared/libshared.a 
  16. #                  $(srcdir)/../realmlist/librealmlist.a 
  17. #                  $(srcdir)/../game/libgame.a
  18. wowpython_LDADD = -lshared -lrealmlist -lgame
  19. wowpython_LDFLAGS = -L$(srcdir)/../shared 
  20.                     -L$(srcdir)/../realmlist 
  21.                     -L$(srcdir)/../game 
  22.                     -L../shared -L../realmlist 
  23.                     -L../game