File: _compile%20and%20zip%20the%2064bit%20and%2032bit%20version%20and%20copy%20to%20the%20webpage.bat

package info (click to toggle)
astap-cli 2024.05.01-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,320 kB
  • sloc: pascal: 7,116; sh: 194; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
d:\lazarus\lazbuild astap_command_line_w64.lpi
pkzip25 -add astap_command-line_version_win64   .\astap_cli.exe
copy astap_command-line_version_win64.zip  C:\webpage\webpage\homepage_hnsky /y

d:\lazarus\lazbuild astap_command_line_w32.lpi
pkzip25 -add astap_command-line_version_win32   .\astap_cli.exe
copy astap_command-line_version_win32.zip  C:\webpage\webpage\homepage_hnsky /y

copy  .\astap_cli.exe \astap.fpc

pause