Set scons version requirement to 0.98.3

This commit is contained in:
Sergey Popov 2009-03-20 12:04:48 +00:00
parent e244502bcd
commit b10a1bd3a3

View File

@ -9,6 +9,8 @@
# 4. msgfmt(1) for making builds with i18n support. # 4. msgfmt(1) for making builds with i18n support.
# 5. graph-includes for making the project dependency graph. # 5. graph-includes for making the project dependency graph.
EnsureSConsVersion(0,98,3)
import os, sys, shutil, sets, re, commands import os, sys, shutil, sets, re, commands
from glob import glob from glob import glob
from subprocess import Popen, PIPE, call from subprocess import Popen, PIPE, call