Makefile
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:1k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. .PHONY: all clean dist bindist test
  2. # NOTE TO DEVELOPERS:
  3. # We use the SCons build system (http://www.scons.org/). This makefile is
  4. # just a wrapper around it.
  5. #
  6. # The real build system definitions are in the file SConstruct. If you need
  7. # to change anything, edit SConstruct (or SConscript in the subfolders).
  8. #
  9. # If you experience any build problems, read this web page:
  10. # http://www.openkore.com/compilation.php
  11. all:
  12. @python src/scons-local-0.98.5/scons.py || echo -e "e[1;31mCompilation failed. Please read http://www.openkore.com/compilation.php for help.e[0m"
  13. clean:
  14. python src/scons-local-0.98.5/scons.py -c
  15. dist:
  16. bash makedist.sh
  17. bindist:
  18. bash makedist.sh --bin
  19. test:
  20. perl openkore.pl --control=../control --tables=../tables --fields=../fields $$ARGS