SjB / waftools

Extra tools for the waf build tool

Home Page:http://code.google.com/p/waf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waf

The flexible build system

Waf is a Python-based framework for configuring, compiling and installing applications. It derives from the concepts of other build tools such as Scons, Autotools, CMake or Ant.

waf website

This repo

This repo contains extra tools not included in the default waf system.

These tools can be copied into your source tree and used by waf by include these line in your waf wscript

def options(opt):
	opt.tool_options('cs', tooldir='tools')

where cs is the python tool file and tools is the directory containing the cs.py file

About

Extra tools for the waf build tool

http://code.google.com/p/waf/


Languages

Language:Python 98.1%Language:C# 1.9%