summaryrefslogtreecommitdiffstats
path: root/cmake/mxe.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix for error with multiple definitions in MXE buildPiotr Dziwinski2013-11-231-1/+3
|
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-0/+3
| | | | | | | * changed win32 implementation to QueryPerformaceTimer system function * refactored system utils code * proper tests for time utils and update event creation in application * should fix issue #134
* * Fixed sound pitch causing segfaulterihel2013-01-161-0/+14
| | | | | | * Sound support should now compile fine with MXE * Added cache for 3 music files to speedup loading * Updated howto
* latest changeserihel2012-12-211-1/+0
|
* sound fixerihel2012-12-201-0/+1
|
* MXE support and CMake files refactoringPiotr Dziwinski2012-09-291-0/+29
- added support for cross-compiling with MXE (http://mxe.cc/) - refactored CMake files, adding some options and moving definitions to more suitable places