author | Mitch Watrous <watrous@u.washington.edu> |
Wed, 04 May 2011 20:02:57 -0700 | |
changeset 7134 | 40b3cffdda99 |
child 7135 | 05abc145c1c9 |
permissions | -rw-r--r-- |
7134
40b3cffdda99
Create a template module
Mitch Watrous <watrous@u.washington.edu>
parents:
diff
changeset
|
1 |
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- |
40b3cffdda99
Create a template module
Mitch Watrous <watrous@u.washington.edu>
parents:
diff
changeset
|
2 |
|
40b3cffdda99
Create a template module
Mitch Watrous <watrous@u.washington.edu>
parents:
diff
changeset
|
3 |
def build(bld): |
40b3cffdda99
Create a template module
Mitch Watrous <watrous@u.washington.edu>
parents:
diff
changeset
|
4 |
if not bld.env['ENABLE_EXAMPLES']: |
40b3cffdda99
Create a template module
Mitch Watrous <watrous@u.washington.edu>
parents:
diff
changeset
|
5 |
return; |