Ignore:
Timestamp:
Jan 21, 2018, 3:03:17 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Use only two project build modes, Debug and Release. Select CPU and OS explicitly for Windows OS.
  • Modified: Build to lib dir with buildmode in the name to avoid rebuild if Debug/Release mode switched.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/win/AcronymDecoder.iss

    r163 r167  
    6868
    6969[Files]
    70 Source: "{#MyAppSubDir}\lib\x86_64-win64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode
    71 Source: "{#MyAppSubDir}\lib\i386-win32\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
     70Source: "{#MyAppSubDir}\lib\x86_64-win64-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode
     71Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
    7272Source: "{#MyAppSubDir}\libeay32.dll"; DestDir: "{app}"; Flags: ignoreversion
    7373Source: "{#MyAppSubDir}\ssleay32.dll"; DestDir: "{app}"; Flags: ignoreversion
Note: See TracChangeset for help on using the changeset viewer.