[Python-checkins] python/dist/src/Lib/distutils emxccompiler.py,1.5,1.6

aimacintyre@users.sourceforge.net aimacintyre@users.sourceforge.net
Sat, 03 Aug 2002 23:17:10 -0700


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

Modified Files:
	emxccompiler.py 
Log Message:
add parameter missing following Jeremy's compiler class refactoring


Index: emxccompiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/emxccompiler.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** emxccompiler.py	18 Jun 2002 18:46:44 -0000	1.5
--- emxccompiler.py	4 Aug 2002 06:17:08 -0000	1.6
***************
*** 77,81 ****
      # __init__ ()
  
!     def _compile(self, obj, src, ext, cc_args, extra_postargs):
          if ext == '.rc':
              # gcc requires '.rc' compiled to binary ('.res') files !!!
--- 77,81 ----
      # __init__ ()
  
!     def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
          if ext == '.rc':
              # gcc requires '.rc' compiled to binary ('.res') files !!!