Last of the config.h mods...
#ifdef HAVE_CONFIG_H #include <config.h> #endif added to these files. Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
* Blender's Ketsji startpoint
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
// don't show stl-warnings
|
||||
#pragma warning (disable:4786)
|
||||
|
@@ -30,10 +30,11 @@
|
||||
*/
|
||||
|
||||
#include "BIF_scrarea.h"
|
||||
|
||||
|
||||
#include "KX_BlenderCanvas.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
KX_BlenderCanvas::KX_BlenderCanvas(struct ScrArea *area) :
|
||||
m_area(area)
|
||||
|
@@ -31,6 +31,9 @@
|
||||
|
||||
#include "KX_BlenderGL.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* This little block needed for linking to Blender...
|
||||
|
@@ -30,3 +30,8 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
#include "KX_BlenderInputDevice.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
@@ -29,6 +29,9 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
// annoying warnings about truncated STL debug info
|
||||
|
@@ -29,6 +29,9 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
// annoying warnings about truncated STL debug info
|
||||
|
@@ -29,10 +29,13 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
|
||||
#include "KX_BlenderPolyMaterial.h"
|
||||
#include "BKE_mesh.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
KX_BlenderPolyMaterial::KX_BlenderPolyMaterial(const STR_String &texname,
|
||||
bool ba,
|
||||
const STR_String& matname,
|
||||
|
@@ -31,6 +31,10 @@
|
||||
|
||||
#include "KX_BlenderRenderTools.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
// OpenGL gl.h needs 'windows.h' on windows platforms
|
||||
#include <windows.h>
|
||||
|
@@ -31,6 +31,9 @@
|
||||
|
||||
#include "KX_ISystem.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning (disable :4786)
|
||||
|
Reference in New Issue
Block a user