diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-04-11 17:45:31 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-04-11 17:45:31 (GMT) |
commit | 0e93309eb506386180a64719077126ee21ad6abb (patch) | |
tree | 258fd998fd7887eaa1b14004f824cf499860e3b9 /PCbuild/bz2.vcproj | |
parent | 011de6cc96b652fa54ae0050393c4479f065a5e2 (diff) | |
download | cpython-0e93309eb506386180a64719077126ee21ad6abb.zip cpython-0e93309eb506386180a64719077126ee21ad6abb.tar.gz cpython-0e93309eb506386180a64719077126ee21ad6abb.tar.bz2 |
The native bz2 tests worked fine for me under WinXP Pro + VC7.1, so
removed the comment saying they don't work, and changed the build step
to run them. If they're failing for someone else, please give details
about what failed.
Diffstat (limited to 'PCbuild/bz2.vcproj')
-rw-r--r-- | PCbuild/bz2.vcproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PCbuild/bz2.vcproj b/PCbuild/bz2.vcproj index f3e170b..415f03a 100644 --- a/PCbuild/bz2.vcproj +++ b/PCbuild/bz2.vcproj @@ -3,6 +3,7 @@ ProjectType="Visual C++" Version="7.10" Name="bz2" + RootNamespace="bz2" SccProjectName="bz2" SccLocalPath=".."> <Platforms> @@ -62,7 +63,7 @@ <Tool Name="VCPreLinkEventTool" CommandLine="cd ..\..\bzip2-1.0.2 -nmake /nologo /f makefile.msc lib +nmake /nologo /f makefile.msc "/> <Tool Name="VCResourceCompilerTool" |