aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules
AgeCommit message (Collapse)Author
2012-03-25Add OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRSPerttu Ahola
2012-03-24celeron55's sound system initial frameworkPerttu Ahola
2012-03-20Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola
2011-08-11Gettext fix for *BSD - require special linkage as glibc is not usedq66
2011-07-24Locale dir should be parallel to global data dirGiuseppe Bilotta
2011-07-24Bring po update out of cmake againGiuseppe Bilotta
This solves two issues at once: * CMake would delete po files during ‘make clean’ because it thought they were autogenerated and not just managed * the only gettext tools readily available in Windows are so old they don't support options like --package-name The change also moves minetest.pot down one level, so we don't need to special case ‘en’ anymore. The downside is of course that you need some sane POSIX shell to update the po files.
2011-07-23updated cmakerules to autodetect if gettext can be usedConstantin Wenger
fixed error if gettext is disabled
2011-07-22updatepo cmake ruleGiuseppe Bilotta
Get rid of the system-specific updatelocales.sh and introduce an updatepo cmake rule. po files are also updated before creating the mo files, and we now keep the .pot file (in the po/en directory). To stabilize the po file creation, file contents are sorted by source filename. Update po files in the process.
2011-07-22Refactor mo creation/installationGiuseppe Bilotta
2011-07-21fixed not finding dll for gettext in MSVCConstantin Wenger
2011-07-21Find correct library for MSVC vs MingW in WinowsGiuseppe Bilotta
2011-07-21updated some path because the dlls are mostly under bin not libConstantin Wenger
added explanation why libintl must not belinked under some oses
2011-07-21Refactor and clean up gettext managementGiuseppe Bilotta
2011-07-20Use system sqlite3/jthread libs if availableGiuseppe Bilotta
2011-05-17Added libIrrlicht.dll.a to searched library names for non-MSVC windowsPerttu Ahola
2011-02-16forgot some test code in...Perttu Ahola
2011-02-16Hopefully fixed some of the errors in cmake's finding of irrlichtPerttu Ahola
2011-02-15might work good on cmake+msvc nowPerttu Ahola
2011-02-01Hopefully fixed the problem of IRRLICHT_SOURCE_DIR being not considered when ↵Perttu Ahola
a local version of irrlicht is found.
2011-01-09Mainly small build system fixesPerttu Ahola
2011-01-08CMake stuff works now on linux and windows... and should be possible to make ↵Perttu Ahola
to work on OS X.
2011-01-08CMake working on Linux (not on windows)Perttu Ahola
--HG-- rename : Makefile => Makefile.bak