blender/intern/ghost
Antony Riakiotakis 8b476d0275 First MinGW-w64 support for cmake has been added. To test I recommend this build:
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/ray_linn/GCC-4.7.0-with-ada/mingw-w64-gcc-4.7.0-runtime-2.0.1-static-ada-20120330.7z/download

Other builds may also work but due to the constantly changing nature of the compiler this cannot be guaranteed. I often had to change compilers while building the libraries and this one is the one that did the job for most of them.

This first support is experimental and considered "advanced". To enable pass -DWITH_MINGW64 during cmake configuration. Also make sure to extract the compiler on C:/MinGW and that MinGW/bin is in your path. To build check out lib/mingw64.

Initially the support is lacking until I get every library compiled correctly. For now you should disable WITH_CYCLES(sorry, I know some people are dying to do benchmarks, but still a few libs to go), WITH_IMAGE_OPENEXR, WITH_OPENCOLLADA, WITH_LIBMV and WITH_CODEC_FFMPEG(links but hangs on startup).

Still the tools are working, the memory limit is increased and due to the experimental nature of the setup, full optimization with SSE2 is available, which makes the build quite fast. Also the compiler and especially, the linker are way faster than regular MinGW.

The wiki docs have also updated. Happy testing!
2012-04-23 20:09:59 +00:00
..
doc
intern First MinGW-w64 support for cmake has been added. To test I recommend this build: 2012-04-23 20:09:59 +00:00
test ghost tests weren't building and added some comments to ghost docs. 2012-01-18 10:16:39 +00:00
CMakeLists.txt Adds support for utf paths on Windows. 2012-03-20 02:17:37 +00:00
GHOST_C-api.h Patch by Psy-Fi + my minor changes 2012-03-16 17:37:45 +00:00
GHOST_IEvent.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_IEventConsumer.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_ISystem.h Patch by Psy-Fi + my minor changes 2012-03-16 17:37:45 +00:00
GHOST_ISystemPaths.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_ITimerTask.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_IWindow.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_Path-api.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_Rect.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_Types.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
SConscript Adds support for utf paths on Windows. 2012-03-20 02:17:37 +00:00