On Mon, 2010-08-30 at 10:00 +0200, Martin Zibricky wrote: > Giovanni Bajo píše v Po 30. 08. 2010 v 01:16 +0200: > > > > Doesn't waf automatically work with multiple compilers including Visual > > Studio? > > Of course it does. However, wscript file is not adjusted for this > possibility. > > It will need some time to do that and test it. > > On windows waf first tries to detect msvc and then mingw. I think that > the opposite order will be better because mingw must be added to system > PATH and otherwise msvc would be always used, when found. Even when > mingw is installed.
OK. > > Theoretically, we should support all compilers that are able to produce > > a working bootloader. > > What compilers are reported to produce a working bootloader? Only gcc > and msvc? Or even suncc or intel cc? I actually don't know, it's fine to support GCC and MSVC at this point. -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it Last post: Compile-time Function Execution in D -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
