64bit fixes and optimizations
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6486 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0bcb8f40ed
commit
36deb84820
14 changed files with 74 additions and 51 deletions
|
@ -268,12 +268,9 @@ void CompileNSISScript() {
|
|||
TCHAR *symbols = BuildSymbols();
|
||||
TCHAR compressor[40];
|
||||
|
||||
if(lstrlen(g_sdata.compressor_name)) {
|
||||
compressor[0] = _T('\0');
|
||||
if(*g_sdata.compressor_name)
|
||||
wsprintf(compressor,_T("/X\"SetCompressor /FINAL %s\""),g_sdata.compressor_name);
|
||||
}
|
||||
else {
|
||||
lstrcpy(compressor,_T(""));
|
||||
}
|
||||
|
||||
TCHAR *args = (TCHAR *) GlobalLock(g_sdata.script_cmd_args);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue