[Python-checkins] python/dist/src/PCbuild readme.txt, 1.43.8.2, 1.43.8.3

theller at users.sourceforge.net theller at users.sourceforge.net
Fri Apr 16 16:15:35 EDT 2004


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26431

Modified Files:
      Tag: release23-maint
	readme.txt 
Log Message:
Whitespace cleanup.


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.43.8.2
retrieving revision 1.43.8.3
diff -C2 -d -r1.43.8.2 -r1.43.8.3
*** readme.txt	16 Apr 2004 20:09:57 -0000	1.43.8.2
--- readme.txt	16 Apr 2004 20:15:33 -0000	1.43.8.3
***************
*** 146,162 ****
      Edit win\common.mak in this directory, to set the following variables:
          TCL_VER=8.4
! 	INSTALLDIR=..\..\tix-8.1.4
! 	TCL_PATCH=3
! 	RMDIR=$(TKDIR)\win\rmd.bat
! 	MKDIR=$(TKDIR)\win\mkd.bat
  
      Edit win\makefile.vc:
          TOOLS32 = <directory of bin\cl.exe>
! 	TOOLS32_rc = <directory of bin\rc.exe>
  
      Edit win\tk8.4\pkgindex.tcl, to replace
          lappend dirs ../../Dlls
      with
! 	lappend dirs [file join [file dirname [info nameofexe]] DLLs]
  
      nmake -f makefile.vc
--- 146,162 ----
      Edit win\common.mak in this directory, to set the following variables:
          TCL_VER=8.4
!         INSTALLDIR=..\..\tix-8.1.4
!         TCL_PATCH=3
!         RMDIR=$(TKDIR)\win\rmd.bat
!         MKDIR=$(TKDIR)\win\mkd.bat
  
      Edit win\makefile.vc:
          TOOLS32 = <directory of bin\cl.exe>
!         TOOLS32_rc = <directory of bin\rc.exe>
  
      Edit win\tk8.4\pkgindex.tcl, to replace
          lappend dirs ../../Dlls
      with
!         lappend dirs [file join [file dirname [info nameofexe]] DLLs]
  
      nmake -f makefile.vc




More information about the Python-checkins mailing list