#164: Simplify bootloader compilation on Windows
--------------------------+-------------------------------------------------
 Reporter:  giovannibajo  |       Owner:                 
     Type:  defect        |      Status:  new            
 Priority:  normal        |   Milestone:  PyInstaller 1.5
Component:  component1    |     Version:                 
 Severity:  blocker       |    Keywords:                 
--------------------------+-------------------------------------------------
 Currently, compiling the bootloader under Windows requires the Scons tool
 and two different versions of Visual Studio. This is because originally
 the bootloader required to be compiled with the same compiler Python is
 built with.

 But lately, this has changed. The bootloader is now built statically and
 it does not depend on Python anymore. Thus, any version of any compiler
 capable of doing a static executable is enough.

 We should thus drop a lots of code from Sconscript to open up compilation
 to a larger number of compilers. We could also revisit the choice of Scons
 in favor of more mainstream tools (eg: cmake).

-- 
Ticket URL: <http://www.pyinstaller.org/ticket/164>
Pyinstaller <http://www.pyinstaller.org>
PyInstaller Project

-- 
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.

Reply via email to