summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-11-24 00:11:57 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-11-24 00:11:57 (GMT)
commit71135ac72d89b2a0a4f0dcea158bf44d2e7f7512 (patch)
tree957716431d3c0dc0d22f456ad4b1d35081328237 /PCbuild
parentd27b455bbcedd232ad8490acff46f532a365be49 (diff)
downloadcpython-71135ac72d89b2a0a4f0dcea158bf44d2e7f7512.zip
cpython-71135ac72d89b2a0a4f0dcea158bf44d2e7f7512.tar.gz
cpython-71135ac72d89b2a0a4f0dcea158bf44d2e7f7512.tar.bz2
Add _opcode to Windows build env
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 27c2807..4ca9cbe 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -524,6 +524,7 @@
<ClCompile Include="..\Modules\mathmodule.c" />
<ClCompile Include="..\Modules\md5module.c" />
<ClCompile Include="..\Modules\mmapmodule.c" />
+ <ClCompile Include="..\Modules\_opcode.c" />
<ClCompile Include="..\Modules\_operator.c" />
<ClCompile Include="..\Modules\parsermodule.c" />
<ClCompile Include="..\Modules\posixmodule.c" />