[Python-checkins] CVS: python/dist/src/Lib/distutils/command bdist_wininst.py,1.27,1.27.4.1

Michael Hudson mwh@users.sourceforge.net
Mon, 25 Mar 2002 05:14:25 -0800


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory usw-pr-cvs1:/tmp/cvs-serv1559

Modified Files:
      Tag: release22-maint
	bdist_wininst.py 
Log Message:
Thomas said this was OK.

backport akuchling's checkin of
    revision 1.30 of bdist_wininst.py

Add unlisted Boolean options.  Thomas H., can you please check that I
    got this right?

Bugfix candidate, unless Thomas notes a problem.


Index: bdist_wininst.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_wininst.py,v
retrieving revision 1.27
retrieving revision 1.27.4.1
diff -C2 -d -r1.27 -r1.27.4.1
*** bdist_wininst.py	18 Dec 2001 21:08:15 -0000	1.27
--- bdist_wininst.py	25 Mar 2002 13:14:23 -0000	1.27.4.1
***************
*** 39,43 ****
                     ]
  
!     boolean_options = ['keep-temp']
  
      def initialize_options (self):
--- 39,44 ----
                     ]
  
!     boolean_options = ['keep-temp', 'no-target-compile', 'no-target-optimize',
!                        'skip-build']
  
      def initialize_options (self):