Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

iss: revert to x64 target

Reading documentation is sometimes useful. I needed to use the x32_amd64 argument
to vcvarsall.bat in order to get the cross-compile environment for x64. The installer
script will be generating ThgShellx64.dll now.

Changeset 1abf4ff685ca

Parent aeff6f410c78

by Steve Borho

Changes to one file · Browse files at 1abf4ff685ca Showing diff from parent aeff6f410c78 Diff from another changeset...

 
65
66
67
68
 
69
70
71
 
65
66
67
 
68
69
70
71
@@ -65,7 +65,7 @@
 Source: ..\contrib\vcredist_x64.exe; DestDir: {tmp}; Check: ShouldInstallVCPPSP1 and Is64BitInstallMode    Source: ..\files\THgShellx86.dll; DestDir: {app}; DestName: ThgShell.dll; Check: not Is64BitInstallMode; Flags: ignoreversion restartreplace uninsrestartdelete -Source: ..\files\ThgShellia64.dll; DestDir: {app}; DestName: ThgShell.dll; Check: Is64BitInstallMode; Flags: ignoreversion restartreplace uninsrestartdelete +Source: ..\files\ThgShellx64.dll; DestDir: {app}; DestName: ThgShell.dll; Check: Is64BitInstallMode; Flags: ignoreversion restartreplace uninsrestartdelete    [INI]  Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://www.selenic.com/mercurial/