summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Fixed icon on Windows; updated properties in .rc filekrzys-h2014-11-012-5/+5
|
* Updated installer parameterskrzys-h2014-10-251-5/+5
|
* Update .gitignore filesPiotr Dziwinski2014-09-211-0/+3
|
* Replaced an old icon with a new oneMrSimbax2014-03-092-188/+350
|
* Add a PLATFORM_GNU global variable matching all GNU systems such as Debian's ↵Didier Raboud2013-11-271-4/+4
| | | | Linux, kFreeBSD and Hurd
* Add MacOSX Bundle and Windows NSIS installerDidier 'OdyX' Raboud2013-11-133-6/+56
| | | | - Add two images from screenshots or existing data textures to brand the NSIS installer
* Generate an icns icon on Mac OSXDidier 'OdyX' Raboud2013-11-131-17/+40
|
* Under MacOSX, generate an Info.plistDidier 'OdyX' Raboud2013-11-132-0/+34
|
* Drop redundant custom_target for po4aDidier 'OdyX' Raboud2013-11-081-6/+2
|
* Reorder desktop/CMakeLists.txt for more platform-specific clarityDidier 'OdyX' Raboud2013-11-081-17/+17
|
* Fix tab-vs-space in CMake configuration fileDidier 'OdyX' Raboud2013-11-081-99/+99
|
* Only use PO4A on desktop file and manpages on non-Windows buildsDidier 'OdyX' Raboud2013-11-051-27/+26
| | | | Fixes the MXE-with-PO4A build
* Add an icon and executable information to the colobot.exe when build in MXEDidier 'OdyX' Raboud2013-10-293-69/+100
|
* Some further changes in CMakeListsPiotr Dziwinski2013-06-241-2/+2
| | | | | | * removed DEV_BUILD autodetection (could be confusing) * ignore desktop subdirectory on Windows * some refactoring
* Fix for MSYS/MXE buildPiotr Dziwinski2013-06-221-1/+1
|
* gitignore updatePiotr Dziwinski2013-06-221-1/+6
| | | | | * git should now ignore all generated files when building without separate build directory
* Fix man build target dependenciesPiotr Dziwinski2013-06-221-0/+1
| | | | * could cause fails when make is run with many threads
* Changes in build organizationPiotr Dziwinski2013-06-2210-0/+709
* 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