applied patch #2193442 - port System::Call and related functions to GCC
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5775 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ef3c40bbfd
commit
4c87ec9e83
8 changed files with 1152 additions and 416 deletions
14
SConstruct
14
SConstruct
|
@ -127,20 +127,8 @@ if 'msvc' in defenv['TOOLS'] or 'mstoolkit' in defenv['TOOLS']:
|
|||
ignore_tests = 'none'
|
||||
else:
|
||||
ignore_tests = ','.join(Split("""
|
||||
Examples/LogicLib.nsi
|
||||
Examples/StrFunc.nsi
|
||||
Examples/TextFunc.nsi
|
||||
Examples/TextFuncTest.nsi
|
||||
Examples/FileFunc.nsi
|
||||
Examples/FileFuncTest.nsi
|
||||
Examples/Library.nsi
|
||||
Examples/makensis.nsi
|
||||
Examples/gfx.nsi
|
||||
Examples/System/System.nsi
|
||||
Examples/nsDialogs/example.nsi
|
||||
Examples/nsDialogs/InstallOptions.nsi
|
||||
Examples/nsDialogs/welcome.nsi""")
|
||||
+ ['Examples/Modern UI/WelcomeFinish.nsi'])
|
||||
Examples/gfx.nsi"""))
|
||||
|
||||
# version
|
||||
opts.Add(('VERSION', 'Version of NSIS', cvs_version))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue