scons 0.96.92
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4776 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9ab6953c56
commit
a7d4d32640
2 changed files with 2 additions and 6 deletions
|
@ -2,10 +2,6 @@ print "Using GNU tools configuration"
|
||||||
|
|
||||||
Import('defenv')
|
Import('defenv')
|
||||||
|
|
||||||
# patch #1313856 for SCons
|
|
||||||
# http://sourceforge.net/tracker/?func=detail&aid=1313856&group_id=30337&atid=398973
|
|
||||||
defenv['RCCOM'] = '$RC $_CPPDEFFLAGS $_CPPINCFLAGS ${INCPREFIX}${SOURCE.dir} $RCFLAGS -i $SOURCE -o $TARGET'
|
|
||||||
|
|
||||||
### imports
|
### imports
|
||||||
|
|
||||||
Import('FlagsConfigure')
|
Import('FlagsConfigure')
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
EnsurePythonVersion(1,6)
|
EnsurePythonVersion(1,6)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
EnsureSConsVersion(0,96,91)
|
EnsureSConsVersion(0,96,92)
|
||||||
except TypeError: # EnsureSConsVersion in older versions took only two parameters
|
except TypeError: # EnsureSConsVersion in older versions took only two parameters
|
||||||
print 'SCons 0.96.91 or greater is required, but you have an older version'
|
print 'SCons 0.96.92 or greater is required, but you have an older version'
|
||||||
Exit(2)
|
Exit(2)
|
||||||
|
|
||||||
stubs = [
|
stubs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue