Update Windows version to include bytecode maps
This commit is contained in:
@@ -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);
|
||||
|
@@ -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"
|
||||
>
|
||||
|
68
pycdc.vcproj
68
pycdc.vcproj
@@ -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"
|
||||
>
|
||||
|
Reference in New Issue
Block a user