summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2009-07-21Link to cairo (svg stuffie)Tomáš Chvátal
2009-07-06Fixed version number to 0.2.99Michal Zima
2009-07-04Dont treat warnings as errors, until it is at least capable to compile by ↵Tomáš Chvátal
default.
2009-06-21Trunk is 0.22.99.Tomáš Chvátal
2009-06-21Use macro for sources addition. Fix typo in findzip.Tomáš Chvátal
2009-06-09Mark some options as advanced so users dont have urge to set them up.Tomáš Chvátal
2009-05-30Update bit a 64b detectionTomáš Chvátal
2009-05-30Hopefully fix ebuild. I forced path prefixing everywhere, silly meTomáš Chvátal
2009-05-28Enable debug by default until stable version 1.0.0xHire
2009-05-28Ident cmakeTomáš Chvátal
2009-05-28Allow building of package with -DPACKAGE="ON"Tomáš Chvátal
2009-05-27Use proper version in package generatorTomáš Chvátal
2009-05-27Allow building of binary packages. tgz and self extract.Tomáš Chvátal
2009-05-25Whitespace, new error trackingTomáš Chvátal
2009-05-23Enable doc compression by flag, disabled by defaultTomáš Chvátal
2009-05-23Fix typo.Tomáš Chvátal
2009-05-23Switch to gzip, so xHire is happy that it will work on windows too.Tomáš Chvátal
2009-05-22Compress documentation by default.Tomáš Chvátal
2009-05-16Rename WITH_SERVER onto BUILD_SERVER to describe the operation more preciselyTomas Chvatal
2009-05-08typoTomas Chvatal
2009-05-08Crosscompile target. Respect ldflagsTomas Chvatal
2009-05-04Remove some whitespaceTomáš Chvátal
2009-05-02Gift for oroborous. New warnings ;]Tomas Chvatal
2009-04-22Revert "Remove pedantic. I guess we wont be fixing comments ;P"Tomas Chvatal
Actualy why not, we have all other warnings fixed :] This reverts commit 6e94e0655ee276c6894a32cf07313a9ae460daf3.
2009-04-14We dont want scripts folder in tarballTomas Chvatal
2009-04-14Cpack magicTomas Chvatal
2009-04-14Few fixes for cmakeTomas Chvatal
2009-04-14Update cpack to generate only src_tarballTomas Chvatal
2009-04-14make CMAKE_INSTALL_BINDIR overrideableEvgeni Golov
we (Debian) want games in /usr/games, so we do -DCMAKE_INSTALL_BINDIR=/usr/games which didnt work until now :)
2009-04-12Fix ipv6 supportTomas Chvatal
2009-04-12WhitespaceTomas Chvatal
2009-04-12Update build system to install desktop file and icon by defaultTomas Chvatal
2009-04-01Remove old font systemTomas Chvatal
2009-04-01WhitespaceTomas Chvatal
2009-04-01Updates for fonconfig, some whitespace.Tomas Chvatal
2009-03-26Basic stuff for CPack. Now it generates package but the package must be ↵Tomas Chvatal
placed into /. Will have to investigate more
2009-03-25Remove pedantic. I guess we wont be fixing comments ;PTomas Chvatal
2009-03-24Update status reports. Add -DDEVELOPER=1 for developers. Now i think we have ↵Tomas Chvatal
enought work for oroborous onto warning fixes with this profile.
2009-03-12Remove bundle option, broken.Tomas Chvatal
2009-03-12Various updatesTomas Chvatal
2009-03-12Cleanup in root folderTomas Chvatal
2009-03-05libzip first pass.Tomas Chvatal
2009-03-03Allow optional ipv6 build, how comes that so far noone screamed that the ↵Tomas Chvatal
support is not in...
2009-02-21Now everything builds in CMAKE_BUILD_DIR instead of some things in ↵Tomas Chvatal
CMAKE_SOURCE_DIR
2009-02-19Now use proper versioning scheme.Tomas Chvatal
2009-02-19Update typos.Tomas Chvatal
2009-02-19Update cmake to use better default options: hash table:Tomas Chvatal
option(WITH_SERVER "Build the server instead of client" ON) option(WITH_AUDIO "Build with audio enabled" ON) option(ENABLE_DEBUG "Build debug features" OFF) option(WITH_NLS "Build the translations" ON) option(Apple "Build some apple quirks. USE ONLY ON MAC!" OFF) option(WITH_OPENGL "Use opengl as renderer instead of SW" ON) option(BUNDLE "Use for generating binary. DEV ONLY" OFF)
2008-11-30Update cmakelists so we dont have PN-PV but just PNTomas Chvatal
2008-11-28Fix typo. Thanx zenech for reporting.Tomas Chvatal
2008-11-09Switched -DNLS=0 switch to -DNO_NLS=1 switchxHire