aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Now texture handling is fast. Also now players are saved on disk.Perttu Ahola2011-01-281-32/+15
|
* OMG! Main Menu!Perttu Ahola2011-01-231-6/+14
|
* made old build system to work too. the cmake one doesn't make working ↵Perttu Ahola2011-01-181-3/+6
| | | | | | | binaries for some computers. --HG-- rename : src/config.h.in => src/cmake_config.h.in
* random build system tweakingPerttu Ahola2011-01-091-13/+14
|
* Mainly small build system fixesPerttu Ahola2011-01-091-23/+26
|
* Lots of small stuffPerttu Ahola2011-01-081-1/+3
|
* more linker parametersPerttu Ahola2011-01-081-0/+2
|
* Fixed some missing linking to librariesPerttu Ahola2011-01-081-2/+7
|
* doc updates; CMake works reasonably well now.Perttu Ahola2011-01-081-11/+0
|
* CMake stuff works now on linux and windows... and should be possible to make ↵Perttu Ahola2011-01-081-25/+152
| | | | to work on OS X.
* CMake working on Linux (not on windows)Perttu Ahola2011-01-081-0/+73
--HG-- rename : Makefile => Makefile.bak