update for MingW/CMake

- ignore MSVC warnings when FREE_WINDOWS is defined to quiet warnings.
- the CMake flags were not being set correctly making blender have weirdo colors (no -funsigned-char).
This commit is contained in:
2010-09-15 16:13:32 +00:00
parent 95a3f41096
commit 9b518710c6
55 changed files with 75 additions and 77 deletions

View File

@@ -30,7 +30,7 @@
#include "GL/glew.h"
#ifdef WIN32
#if defined(WIN32) && !defined(FREE_WINDOWS)
#pragma warning (disable : 4786)
#endif //WIN32