M.-A. Lemburg wrote:
Preparing for the distutils patch to allow building extensions
using the .NET SDK compilers, I am compiling a list of version
numbers and MS compiler logo outputs in order to use these to
identify the correct compiler to use for the extensions.

These are the compilers I have found so far:

* MS VC6 (German version; optimizing VC6 compiler):

Optimierender Microsoft (R) 32-Bit C/C++-Compiler, Version 12.00.8804, fuer x86
Copyright (C) Microsoft Corp 1984-1998. Alle Rechte vorbehalten.

* MS VC6 (US version; optimizing VC6 compiler):

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.



Trent

--
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
Python-Dev mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to