* !AddIncludeDir displays the cpu architecture in the script message if specified as a parameter
* Removed unused SYSTEM_PARTIALCALLSUPPORT define * Fixed minor typos * Allow MSVC_USE_SCRIPT to be specified on the commandline or in the environment git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6611 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d0ddb4aab0
commit
5615d42881
5 changed files with 15 additions and 16 deletions
|
@ -33,7 +33,6 @@ srcsuff = ''
|
|||
if env['TARGET_ARCH'] != 'x86':
|
||||
srcsuff = '-' + env['TARGET_ARCH']
|
||||
defs += ['SYSTEM_NOCALLBACKS'] # BUGBUG: Remove this when CallBack() is implemented
|
||||
defs += ['SYSTEM_PARTIALCALLSUPPORT']
|
||||
filename = 'Call' + srcsuff
|
||||
|
||||
src_ascpp = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue