mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 06:42:27 +00:00
restore Codewarrior builds
[SVN r17998]
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
#ifndef CONFIG_DWA052200_H_
|
||||
# define CONFIG_DWA052200_H_
|
||||
|
||||
#if !(defined(_WIN32) && defined(__MWERKS__))
|
||||
# include <pyconfig.h>
|
||||
#endif
|
||||
# include <boost/config.hpp>
|
||||
|
||||
# ifdef BOOST_NO_OPERATORS_IN_NAMESPACE
|
||||
|
||||
@@ -24,7 +24,9 @@
|
||||
// Python's LongObject.h helpfully #defines ULONGLONG_MAX for us,
|
||||
// which confuses Boost's config
|
||||
//
|
||||
#include <pyconfig.h>
|
||||
#if !(defined(_WIN32) && defined(__MWERKS__))
|
||||
# include <pyconfig.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#ifndef ULONG_MAX
|
||||
# define BOOST_PYTHON_ULONG_MAX_UNDEFINED
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
#ifndef HAS_BACK_REFERENCE_DWA2002323_HPP
|
||||
# define HAS_BACK_REFERENCE_DWA2002323_HPP
|
||||
|
||||
#include <pyconfig.h>
|
||||
#if !(defined(_WIN32) && defined(__MWERKS__))
|
||||
# include <pyconfig.h>
|
||||
#endif
|
||||
#include <boost/config.hpp>
|
||||
|
||||
namespace boost { namespace python {
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
#ifndef OBJECT_CORE_DWA2002615_HPP
|
||||
# define OBJECT_CORE_DWA2002615_HPP
|
||||
|
||||
#if !(defined(_WIN32) && defined(__MWERKS__))
|
||||
# include <pyconfig.h>
|
||||
#endif
|
||||
# include <boost/type.hpp>
|
||||
|
||||
# include <boost/python/call.hpp>
|
||||
|
||||
@@ -14,7 +14,9 @@
|
||||
# pragma once
|
||||
# endif
|
||||
|
||||
#if !(defined(_WIN32) && defined(__MWERKS__))
|
||||
# include <pyconfig.h>
|
||||
#endif
|
||||
# include <boost/config.hpp>
|
||||
# include <boost/mpl/bool.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user