Fix MSVC build of pydfhack, remove config.h (this is generated by cmake on build)

develop
Petr Mrázek 2010-04-29 00:10:39 +02:00
parent c0ae0840db
commit 07f8c442b9
11 changed files with 11 additions and 7 deletions

@ -1,7 +0,0 @@
#ifndef CONFIG_H
#define CONFIG_H
#define MEMXML_DATA_PATH .
#define HAVE_64_BIT
#endif // CONFIG_H

@ -27,6 +27,8 @@ distribution.
#include "Python.h"
#include <string>
#include "integers.h"
#include "DFTypes.h"
#include "DFHackAPI.h"
#include "DF_Imports.cpp"

@ -28,6 +28,7 @@ distribution.
#include "Python.h"
#include <map>
#include <string>
#include "integers.h"
using namespace std;

@ -26,6 +26,7 @@ distribution.
#define __DFCONSTRUCTIONS__
#include "Python.h"
#include "integers.h"
#include "modules/Constructions.h"
#include "DF_Helpers.cpp"

@ -28,6 +28,7 @@ distribution.
#include "Python.h"
#include "stdio.h"
#include <vector>
#include "integers.h"
#include "DFTypes.h"
#include "modules/Creatures.h"
#include "DF_CreatureType.cpp"

@ -26,6 +26,7 @@ distribution.
#define __DFGUI__
#include "Python.h"
#include "integers.h"
#include "DFTypes.h"
#include "modules/Gui.h"

@ -28,6 +28,7 @@ distribution.
#include "Python.h"
#include <vector>
#include <string>
#include "integers.h"
using namespace std;

@ -27,6 +27,7 @@ distribution.
#include "Python.h"
#include <vector>
#include "integers.h"
using namespace std;

@ -26,6 +26,7 @@ distribution.
#define __DFPOSITION__
#include "Python.h"
#include "integers.h"
#include "modules/Position.h"
using namespace DFHack;

@ -28,6 +28,7 @@ distribution.
#include "Python.h"
#include <vector>
#include <string>
#include "integers.h"
using namespace std;

@ -26,6 +26,7 @@ distribution.
#define __DFVEGETATION__
#include "Python.h"
#include "integers.h"
#include "modules/Vegetation.h"
#include "DF_Helpers.cpp"