cpplint: fixed import. The version on pypi is now up to date and works with Python3.
[waf.git] / build_system_kit / noscript / README.txt
blob53eb2e0b4316ef0629af5673043807ed25b28142
1 This example demonstrates the creation of a particular build tool which compiles
2 specific files directly, for example:
4 main.c includes foo.h
5 foo.h has a corresponding foo.c file
6 foo.c includes bar.h
7 bar.h has a corresponding bar.c file
9 Calling './dbd build' will then compile and link 'main.c', 'foo.c' and 'bar.c' into the program 'app'.
10 No script file is required, although the build will create a .lock file and a c4che directory.
12 To create the build tool:
13    ./create_it.sh
15 To use on the file bbit which creates a program out of main.c:
16    ./cbd clean build