[Patches] fix Win32 build (add exceptions.c)

Trent Mick trentm@activestate.com
Thu, 1 Jun 2000 02:17:37 -0700


Discussion:

The new exceptions.c breaks the Windows build. This patch adds excpetions.c
to the python16.dsp project. Guido already +1'd but it has not gone in yet.
(Is noone building on Windows?)

Legal:

I confirm that, to the best of my knowledge and belief, this
contribution is free of any claims of third parties under
copyright, patent or other rights or interests ("claims").  To
the extent that I have any such claims, I hereby grant to CNRI a
nonexclusive, irrevocable, royalty-free, worldwide license to
reproduce, distribute, perform and/or display publicly, prepare
derivative versions, and otherwise use this contribution as part
of the Python software and its related documentation, or any
derivative versions thereof, at no cost to CNRI or its licensed
users, and to authorize others to do so.

I acknowledge that CNRI may, at its sole discretion, decide
whether or not to incorporate this contribution in the Python
software and its related documentation.  I further grant CNRI
permission to use my name and other identifying information
provided to CNRI by me for use in connection with the Python
software and its related documentation.


Patch (use `patch -p8'):

*** /home/trentm/main/contrib/python/dist/src/PCbuild/python16.dsp	Thu Jun  1 00:13:40 2000
--- /home/trentm/main/Apps/Perlium/Python/dist/src/PCbuild/python16.dsp	Wed May 31 23:54:20 2000
***************
*** 540,545 ****
--- 540,560 ----
  # end source file
  # begin source file
  
+ source=..\python\exceptions.c
+ 
+ !if  "$(cfg)" == "python16 - win32 release"
+ 
+ !elseif  "$(cfg)" == "python16 - win32 debug"
+ 
+ !elseif  "$(cfg)" == "python16 - win32 alpha debug"
+ 
+ !elseif  "$(cfg)" == "python16 - win32 alpha release"
+ 
+ !endif 
+ 
+ # end source file
+ # begin source file
+ 
  source=..\objects\fileobject.c
  
  !if  "$(cfg)" == "python16 - win32 release"

-- 
Trent Mick
trentm@activestate.com