scons 0.98 with an even uglier hack to reverse the result of hhc.exe

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5605 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-04-22 13:42:01 +00:00
parent 3d28b97c82
commit 685aacef36
2 changed files with 12 additions and 11 deletions

View file

@ -1,10 +1,4 @@
EnsurePythonVersion(1,6)
try:
EnsureSConsVersion(0,96,93)
except TypeError: # EnsureSConsVersion in older versions took only two parameters
print 'SCons 0.96.93 or greater is required, but you have an older version'
Exit(2)
EnsureSConsVersion(0,98)
stubs = [
'bzip2',