diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-21 23:44:48 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-21 23:44:48 (GMT) |
commit | 3c9333970f835ac71d55d3d1b323ad622c5a3beb (patch) | |
tree | 63bedea206b4baeecda1401307995dac79fb16ef /PCbuild | |
parent | 17753ecbfabc224080ef3e3e0801b7514ef3b455 (diff) | |
download | cpython-3c9333970f835ac71d55d3d1b323ad622c5a3beb.zip cpython-3c9333970f835ac71d55d3d1b323ad622c5a3beb.tar.gz cpython-3c9333970f835ac71d55d3d1b323ad622c5a3beb.tar.bz2 |
Try to get the windows bots working again with the new peephole.c
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index f0f71b8..b8d78c0 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -464,6 +464,9 @@ RelativePath="..\Python\compile.c"> </File> <File + RelativePath="..\Python\peephole.c"> + </File> + <File RelativePath="..\Objects\complexobject.c"> </File> <File |