You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
549 B
27 lines
549 B
NAME |
|
buildWindows.cmd - Build Windows Binaries for Synergy |
|
|
|
SYNOPSIS |
|
buildWindows.cmd [OPTION] |
|
|
|
DESCRIPTION |
|
This is a utility script for building Synergy binaries and distribution packages. |
|
The script will build the latest snapshot from the Synergy-Core submodule. |
|
|
|
-h, --help |
|
Display this help message. |
|
|
|
--bin |
|
Build binaries only. |
|
|
|
--msi |
|
Build binaries and package them as MSI installer. |
|
|
|
--zip |
|
Build standalone binaries and package them as a ZIP file. |
|
|
|
--all |
|
Build all targets. |
|
|
|
--clean |
|
Clean the build and output locations.
|
|
|