diff options
author | Greg Noel <GregNoel@tigris.org> | 2008-12-26 23:34:11 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2008-12-26 23:34:11 (GMT) |
commit | 30ac0f7cbb50a179ace5c37d759ca3df39e94ae3 (patch) | |
tree | 7bb22470aec69445614c46ca473bb5988941df39 | |
parent | 2d267915793ce614db4bc457daa4579d960c3d60 (diff) | |
download | SCons-30ac0f7cbb50a179ace5c37d759ca3df39e94ae3.zip SCons-30ac0f7cbb50a179ace5c37d759ca3df39e94ae3.tar.gz SCons-30ac0f7cbb50a179ace5c37d759ca3df39e94ae3.tar.bz2 |
Issue 2280: Document TestCommon.shobj_prefix
-rw-r--r-- | QMTest/TestCommon.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/QMTest/TestCommon.py b/QMTest/TestCommon.py index 263f22a..661c86c 100644 --- a/QMTest/TestCommon.py +++ b/QMTest/TestCommon.py @@ -59,6 +59,7 @@ The TestCommon module also provides the following variables TestCommon.python_executable TestCommon.exe_suffix TestCommon.obj_suffix + TestCommon.shobj_prefix TestCommon.shobj_suffix TestCommon.lib_prefix TestCommon.lib_suffix |