[Python-checkins] python/dist/src/PCbuild bz2.vcproj, 1.1,
1.2 readme.txt, 1.50, 1.51
tim_one at users.sourceforge.net
tim_one at users.sourceforge.net
Sun Apr 11 13:45:33 EDT 2004
Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24033/PCbuild
Modified Files:
bz2.vcproj readme.txt
Log Message:
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.
Index: bz2.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/bz2.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bz2.vcproj 2 Jan 2004 21:13:59 -0000 1.1
--- bz2.vcproj 11 Apr 2004 17:45:31 -0000 1.2
***************
*** 4,7 ****
--- 4,8 ----
Version="7.10"
Name="bz2"
+ RootNamespace="bz2"
SccProjectName="bz2"
SccLocalPath="..">
***************
*** 63,67 ****
Name="VCPreLinkEventTool"
CommandLine="cd ..\..\bzip2-1.0.2
! nmake /nologo /f makefile.msc lib
"/>
<Tool
--- 64,68 ----
Name="VCPreLinkEventTool"
CommandLine="cd ..\..\bzip2-1.0.2
! nmake /nologo /f makefile.msc
"/>
<Tool
Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** readme.txt 11 Apr 2004 17:29:12 -0000 1.50
--- readme.txt 11 Apr 2004 17:45:31 -0000 1.51
***************
*** 159,164 ****
first tried it, sample3.ref failed due to CRLF conversion).
- # XXX: it fails with vc 7.1, so the tests are skipped for now.
-
All of this managed to build bzip2-1.0.2\libbz2.lib, which the Python
project links in.
--- 159,162 ----
More information about the Python-checkins
mailing list