Changeset 138 for trunk/Install
- Timestamp:
- Jul 6, 2017, 12:24:14 PM (7 years ago)
- Location:
- trunk/Install
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/changelog
r112 r138 1 xtactics (1. 0.0-1) precise; urgency=low1 xtactics (1.2.0-1) precise; urgency=low 2 2 3 * Original version 1. 0.0 packaged with lazdebian3 * Original version 1.2.0 packaged with lazdebian 4 4 5 -- Chronos <robie@centrum.cz> Sun, 27 Nov 201600:51:08 +01005 -- Chronos <robie@centrum.cz> Sun, 6 Jul 2017 00:51:08 +0100 -
trunk/Install/deb/debian/control
r112 r138 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 0.05 Standards-Version: 1.2.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/win/build.bat
r136 r138 1 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode= Release --cpu=i386../../xtactics.lpr2 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode= Release --cpu=x86_64../../xtactics.lpr1 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 32-bit" ../../xtactics.lpr 2 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 64-bit" ../../xtactics.lpr 3 3 4 4 "C:\Program Files (x86)\Inno Setup 5\iscc.exe" xTactics.iss -
trunk/Install/win/xTactics.iss
r136 r138 3 3 4 4 #define MyAppName "xTactics" 5 #define MyAppVersion "1. 0"5 #define MyAppVersion "1.2.0-alfa" 6 6 #define MyAppPublisher "Chronosoft" 7 7 #define MyAppPublisherShort "Chronosoft"
Note:
See TracChangeset
for help on using the changeset viewer.