Makefile.am
资源名称:wow.rar [点击查看]
上传用户:jxpjxmjjw
上传日期:2009-12-07
资源大小:5877k
文件大小:1k
源码类别:
模拟服务器
开发平台:
Visual C++
- # Copyright (C) 2004 Team Python
- #
- # This file is free software; as a special exception the author gives
- # unlimited permission to copy and/or distribute it, with or without
- # modifications, as long as this notice is preserved.
- #
- # This program is distributed in the hope that it will be useful, but
- # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
- # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- INCLUDES = -I$(srcdir) -I$(srcdir)/../shared
- INCLUDES += -I$(srcdir)/../realmlist
- INCLUDES += -I$(srcdir)/../game
- bin_PROGRAMS = wowpython
- wowpython_SOURCES = Main.cpp
- #wowpython_LDADD = $(srcdir)/../shared/libshared.a
- # $(srcdir)/../realmlist/librealmlist.a
- # $(srcdir)/../game/libgame.a
- wowpython_LDADD = -lshared -lrealmlist -lgame
- wowpython_LDFLAGS = -L$(srcdir)/../shared
- -L$(srcdir)/../realmlist
- -L$(srcdir)/../game
- -L../shared -L../realmlist
- -L../game