Skip to content

Instantly share code, notes, and snippets.

@tycho
Created August 19, 2016 01:46
Show Gist options
  • Save tycho/cd15cfc1b674d435f2ea93d02ad4a3af to your computer and use it in GitHub Desktop.
Save tycho/cd15cfc1b674d435f2ea93d02ad4a3af to your computer and use it in GitHub Desktop.
build script for Synergy on Windows x86_64
rem This works for me at least. Found the Synergy wiki annoying and not descriptive enough about the correct
rem process, so I wrote this script in case I had to do the process more than once (e.g. on new releases)
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat"
set PATH=%PATH%;C:\Qt\2010.02\qt\bin;C:\Qt\2010.02\bin;C:\Qt\2010.02\mingw\bin;C:\Program Files (x86)\WiX Toolset v3.10\bin
call hm.cmd reset || exit /b
call hm.cmd conf -r --no-prompts -v -g 2 || exit /b
call hm.cmd build -r --no-prompts -v || exit /b
call hm.cmd package win || exit /b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment