Ensure scons version >= 0.98

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@599 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-09-21 16:09:59 +00:00
parent 284669181e
commit 84a1a1cd64
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ import sys
sys.path.append('SconsTests')
import wxconfig
# Some features needs at least scons 0.98
EnsureSConsVersion(0, 98)
# TODO: how do we use it in help?
name="Dolphin"