Changeset 136 for trunk/Install/win
- Timestamp:
- Jul 6, 2017, 12:04:23 PM (7 years ago)
- Location:
- trunk/Install/win
- Files:
-
- 1 added
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/win/build.bat
r135 r136 1 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% - B --build-mode=Release --cpu=i386../xtactics.lpr2 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% - B --build-mode=Release --cpu=x86_64../xtactics.lpr1 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode=Release --cpu=i386 ../../xtactics.lpr 2 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode=Release --cpu=x86_64 ../../xtactics.lpr 3 3 4 4 "C:\Program Files (x86)\Inno Setup 5\iscc.exe" xTactics.iss -
trunk/Install/win/xTactics.iss
r135 r136 9 9 #define MyAppExeName "xtactics.exe" 10 10 #define MyAppDebugName "xtactics.dbg" 11 #define MyAppSubDir ".. "11 #define MyAppSubDir "..\.." 12 12 13 13 [Setup]
Note:
See TracChangeset
for help on using the changeset viewer.