71e53f05c9
Also fixed an incorrect pair of constants in the event tap generation code. Luckily, the two constants resolve to the same integer value, but things would get ugly if either value changed. Thanks to Peter Van der Beken (peterv@propagandism.org) for the patch. |
||
---|---|---|
build | ||
cmake | ||
cmd | ||
doc | ||
gui | ||
lib | ||
third_party/gtest | ||
.cproject | ||
.gitignore | ||
.lvimrc | ||
.project | ||
CMakeLists.txt | ||
COMPILE | ||
COPYING | ||
ChangeLog | ||
INSTALL | ||
README | ||
buildbot-test | ||
hm.cmd | ||
hm.py | ||
hm.sh |
README
See: http://synergy-foss.org/pm/projects/synergy/wiki/Readme Announcement | 2009-08-04 ========================= We have recently switched to CMake, to replace Automake. Plese read the Compiling wiki page for help with CMake: http://synergy-foss.org/pm/projects/synergy/wiki/Compiling Linux/Mac --------- Instead of using the traditional GNU style `./configure; make` commands, you will now need to use CMake. Windows ------- Instead of using the VS2005 and VS2008 directories, you now need to generate the Visual Studio project files using CMake.