Thomas Heller
|
6ea6e204a9
|
For x86 Release and Debug builds, remove the /Wp64 compiler flag, it
is responsible for most (all?) of the warnings we get.
|
2006-03-14 20:22:47 +00:00 |
Martin v. Löwis
|
1a4a6406fd
|
Add AMD64 and Itanium configurationgs to ctypes;
disable them in the solution since ctypes doesn't
support these processors on Windows.
|
2006-03-10 16:02:59 +00:00 |
Thomas Heller
|
a16bb0c156
|
Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows.
Settings for 64-bit Windows are missing.
I've left in the 64-bit warnings to remind me to port ctypes to Py_ssize_t.
|
2006-03-09 17:35:20 +00:00 |