summaryrefslogtreecommitdiffstats
path: root/src/desktop/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Changes in build organizationPiotr Dziwinski2013-06-221-98/+0
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* Fixed code formattingPiotr Dziwinski2013-05-271-55/+56
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-1/+1
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* Create a central versionDidier Raboud2012-12-271-0/+1
| | | | | | | | | Make it 0.1.0~pre-alpha for now. - Add it to runtime program - Add it to -help option - Add it to manpage - Update translations
* Always build manpagesDidier Raboud2012-12-271-1/+1
| | | | solves #105
* Add manpage for colobotDidier Raboud2012-12-271-0/+47
| | | | | - Translate it with po4a - Use POD-format as source, and pod2man for building
* Add SVG colobot iconDidier Raboud2012-12-271-0/+24
| | | | | | - Refer to the icon in the desktop file - Use rsvg-convert to get scaled PNG versions - Add librsvg2-bin to travis
* Add translated freedesktop 'Desktop Entry' fileDidier Raboud2012-12-271-0/+25
- Add po4a as build-dependency for travis (but it fallsback to english-only if not found) - Add (easy) french translation