Update Windows version to include bytecode maps

This commit is contained in:
Michael Hansen
2010-11-07 15:39:36 -08:00
parent 90bfaad7d0
commit 3f8311122d
3 changed files with 140 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
#include "bytecode.h"
#include "numeric.h"
#ifdef _MSC_VER
#define snprintf _snprintf
#endif
#define DECLARE_PYTHON(maj, min) \
extern int python_##maj##min##_map(int); \
extern int python_##maj##min##_unmap(int);

View File

@@ -165,6 +165,74 @@
<References>
</References>
<Files>
<Filter
Name="Bytecode"
>
<File
RelativePath=".\bytes\python_10.cpp"
>
</File>
<File
RelativePath=".\bytes\python_11.cpp"
>
</File>
<File
RelativePath=".\bytes\python_13.cpp"
>
</File>
<File
RelativePath=".\bytes\python_14.cpp"
>
</File>
<File
RelativePath=".\bytes\python_15.cpp"
>
</File>
<File
RelativePath=".\bytes\python_16.cpp"
>
</File>
<File
RelativePath=".\bytes\python_20.cpp"
>
</File>
<File
RelativePath=".\bytes\python_21.cpp"
>
</File>
<File
RelativePath=".\bytes\python_22.cpp"
>
</File>
<File
RelativePath=".\bytes\python_23.cpp"
>
</File>
<File
RelativePath=".\bytes\python_24.cpp"
>
</File>
<File
RelativePath=".\bytes\python_25.cpp"
>
</File>
<File
RelativePath=".\bytes\python_26.cpp"
>
</File>
<File
RelativePath=".\bytes\python_27.cpp"
>
</File>
<File
RelativePath=".\bytes\python_30.cpp"
>
</File>
<File
RelativePath=".\bytes\python_31.cpp"
>
</File>
</Filter>
<File
RelativePath=".\ASTNode.cpp"
>

View File

@@ -165,6 +165,74 @@
<References>
</References>
<Files>
<Filter
Name="Bytecode"
>
<File
RelativePath=".\bytes\python_10.cpp"
>
</File>
<File
RelativePath=".\bytes\python_11.cpp"
>
</File>
<File
RelativePath=".\bytes\python_13.cpp"
>
</File>
<File
RelativePath=".\bytes\python_14.cpp"
>
</File>
<File
RelativePath=".\bytes\python_15.cpp"
>
</File>
<File
RelativePath=".\bytes\python_16.cpp"
>
</File>
<File
RelativePath=".\bytes\python_20.cpp"
>
</File>
<File
RelativePath=".\bytes\python_21.cpp"
>
</File>
<File
RelativePath=".\bytes\python_22.cpp"
>
</File>
<File
RelativePath=".\bytes\python_23.cpp"
>
</File>
<File
RelativePath=".\bytes\python_24.cpp"
>
</File>
<File
RelativePath=".\bytes\python_25.cpp"
>
</File>
<File
RelativePath=".\bytes\python_26.cpp"
>
</File>
<File
RelativePath=".\bytes\python_27.cpp"
>
</File>
<File
RelativePath=".\bytes\python_30.cpp"
>
</File>
<File
RelativePath=".\bytes\python_31.cpp"
>
</File>
</Filter>
<File
RelativePath=".\ASTNode.cpp"
>