cmake build system improvement: don't INSTALL when INTERNAL_CREATE_DISTRIBUTABLE_MSVC_PROJECTFILES is set

minor fix for MinGW32, reported here: http://bulletphysics.org/Bullet/phpBB3/viewtopic.php?f=9&t=4710
This commit is contained in:
erwin.coumans
2010-02-11 04:32:37 +00:00
parent 14f65a5cac
commit 97921411d2
6 changed files with 87 additions and 78 deletions

View File

@@ -53,7 +53,7 @@ extern "C" {
#define CL_EXTENSION_WEAK_LINK
#endif
#ifdef _WIN32
#if defined (_WIN32) && ! defined (__MINGW32__)
typedef signed __int8 int8_t;
typedef unsigned __int8 uint8_t;
typedef signed __int16 int16_t;