[Python-checkins] python/dist/src/PCbuild readme.txt,1.43,1.44

theller at users.sourceforge.net theller at users.sourceforge.net
Wed Aug 20 12:22:51 EDT 2003


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv23372

Modified Files:
	readme.txt 
Log Message:
Build the bzip2.lib as a custom pre-link step in MSVC.


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** readme.txt	27 Jun 2003 15:49:35 -0000	1.43
--- readme.txt	20 Aug 2003 18:22:48 -0000	1.44
***************
*** 149,165 ****
      Options -> Configuration -> Miscellaneous -> Other) for the duration.
  
!     Don't bother trying to use libbz2.dsp with MSVC.  After 10 minutes
!     of fiddling, I couldn't get it to work.  Perhaps it works with
!     MSVC 5 (I used MSVC 6).  It's better to run the by-hand makefile
!     anyway, because it runs a helpful test step at the end.
  
!     cd into dist\bzip2-1.0.2, and run
!         nmake -f makefile.msc
!     [Note that if you're running Win9X, you'll need to run vcvars32.bat
!      before running nmake (this batch file is in your MSVC installation).
!      TODO:  make this work like zlib (in particular, MSVC runs the prelink
!      step in an enviroment that already has the correct envars set up).
!     ]
!     The make step shouldn't yield any warnings or errors, and should end
      by displaying 6 blocks each terminated with
          FC: no differences encountered
--- 149,160 ----
      Options -> Configuration -> Miscellaneous -> Other) for the duration.
  
!     A custom pre-link step in the bz2 project settings should manage to
!     build bzip2-1.0.2\libbz2.lib by magic before bz2.pyd (or bz2_d.pyd) is
!     linked in PCbuild\.
!     However, the bz2 project is not smart enough to remove anything under
!     bzip2-1.0.2\ when you do a clean, so if you want to rebuild bzip2.lib
!     you need to clean up bzip2-1.0.2\ by hand.
  
!     The build step shouldn't yield any warnings or errors, and should end
      by displaying 6 blocks each terminated with
          FC: no differences encountered





More information about the Python-checkins mailing list