no more need for MINGWPREFIX
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4034 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
da01b9cdc1
commit
c7d867861e
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ defenv.Append(NSIS_VERSION = VERSION)
|
|||
|
||||
opts = Options()
|
||||
opts.Add(PathOption('PREFIX', 'Installation prefix', None))
|
||||
opts.Add(('MINGWPREFIX', 'MinGW toolset prefix', 0))
|
||||
opts.Add(BoolOption('MSTOOLKIT', 'Use Microsoft Visual C++ Toolkit', 'no'))
|
||||
opts.Add(BoolOption('DEBUG', 'Build executables with debugging information', 'no'))
|
||||
opts.Add(PathOption('CPPPATH', 'Path to search for include files', None))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue