Changeset 167 for trunk/Install
- Timestamp:
- Jan 21, 2018, 3:03:17 PM (7 years ago)
- Location:
- trunk/Install
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/changelog
r135 r167 1 acronym-decoder (1. 3.1-1) precise; urgency=low1 acronym-decoder (1.5.0-0) precise; urgency=low 2 2 3 * Original version 1. 3.1packaged with lazdebian3 * Original version 1.5.0 packaged with lazdebian 4 4 5 -- Chronos <robie@centrum.cz> Sun, 27 Nov 201600:51:08 +01005 -- Chronos <robie@centrum.cz> Sun, 1 Jan 2018 00:51:08 +0100 -
trunk/Install/deb/debian/control
r135 r167 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 3.15 Standards-Version: 1.5.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/win/AcronymDecoder.iss
r163 r167 68 68 69 69 [Files] 70 Source: "{#MyAppSubDir}\lib\x86_64-win64 \{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode71 Source: "{#MyAppSubDir}\lib\i386-win32 \{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode70 Source: "{#MyAppSubDir}\lib\x86_64-win64-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is64BitInstallMode 71 Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode 72 72 Source: "{#MyAppSubDir}\libeay32.dll"; DestDir: "{app}"; Flags: ignoreversion 73 73 Source: "{#MyAppSubDir}\ssleay32.dll"; DestDir: "{app}"; Flags: ignoreversion -
trunk/Install/win/build.bat
r160 r167 2 2 set LAZDIR=C:\lazarus 3 3 ) 4 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 32-bit" ..\..\AcronymDecoder.lpi 5 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 64-bit" ..\..\AcronymDecoder.lpi 4 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=i386 --operating-system=Win32 ..\..\AcronymDecoder.lpi 5 copy ..\..\AcronymDecoder.exe ..\..\lib\i386-win32-Release 6 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=x86_64 --operating-system=Win64 ..\..\AcronymDecoder.lpi 7 copy ..\..\AcronymDecoder.exe ..\..\lib\x86_64-win64-Release 6 8 7 9 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "AcronymDecoder.iss"
Note:
See TracChangeset
for help on using the changeset viewer.