CMake build system, big pile of libs: bspatch, quazip, java, the launcher

This commit is contained in:
Petr Mrázek
2013-01-11 02:25:40 +01:00
parent d6d5c86a73
commit b1d00fce8d
69 changed files with 16978 additions and 27 deletions

17
config.h.in Normal file
View File

@ -0,0 +1,17 @@
#define VERSION_MAJOR @MultiMC_VERSION_MAJOR@
#define VERSION_MINOR @MultiMC_VERSION_MINOR@
#define VERSION_REVISION @MultiMC_VERSION_REV@
#define VERSION_BUILD @MultiMC_VERSION_BUILD@
#define VERSION_STR "@MultiMC_VERSION_MAJOR@.@MultiMC_VERSION_MINOR@.@MultiMC_VERSION_REV@.@MultiMC_VERSION_BUILD@"
#define x86 1
#define x64 2
#define ARCH @MultiMC_ARCH@
#define JENKINS_BUILD_TAG "@MultiMC_BUILD_TAG@"
#define JENKINS_JOB_URL "@MultiMC_JOB_URL@"
#define USE_HTTPS @MultiMC_USE_HTTPS@