aboutsummaryrefslogtreecommitdiff
path: root/src/config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Freetype supportIlya Zhuravlev2013-02-141-0/+3
|
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-161-0/+3
|
* Improve build configuration optionsPerttu Ahola2012-07-231-3/+6
|
* Build configuration fixes/improvements on WindowsPerttu Ahola2012-03-251-3/+3
|
* Update/fix/improve config.h and cmake_config.h.inPerttu Ahola2012-03-241-22/+20
|
* Sanitize GETTEXT usage macrosGiuseppe Bilotta2011-07-241-4/+4
| | | | | | | Now the user-level option is called ENABLE_GETTEXT, and USE_GETTEXT is only set to true if gettext was enabled and found. This simplifies all check to USE_GETTEXT only rather than the double checks for it being enabled and found.
* Place project name and gettext use in configGiuseppe Bilotta2011-07-241-1/+8
|
* made old build system to work too. the cmake one doesn't make working ↵Perttu Ahola2011-01-181-0/+28
binaries for some computers. --HG-- rename : src/config.h.in => src/cmake_config.h.in