Initial support for building installers (RPM and DEB). Some minor code cleanup.

This commit is contained in:
Marko Zivanovic
2015-09-07 22:48:35 +02:00
parent 208f01dfcb
commit 474670d538
4 changed files with 35 additions and 38 deletions
+2 -6
View File
@@ -1,7 +1,3 @@
#cmakedefine VER_NAME "${VER_NAME}"
#cmakedefine VER_MAJOR "${VER_MAJOR}"
#cmakedefine VER_MINOR "${VER_MINOR}"
#cmakedefine VER_PATCH "${VER_PATCH}"
#cmakedefine VER_PRERELEASE "${VER_PRERELEASE}"
#cmakedefine VER_BUILD "${VER_BUILD}"
#cmakedefine SLBU_DESC "${SLBU_DESC}"
#cmakedefine SLBU_VER "${SLBU_VER}"