Commit Graph

10 Commits

Author SHA1 Message Date
giovannibajo 6f3814cc89 DATA files within the PyInstaller executable are now automatically
extracted into the workpath. Moreover, relative paths are supported
for those data files.
This is the first step towards adding support for data files in import hooks.


git-svn-id: http://svn.pyinstaller.org/trunk@612 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-02-22 16:43:03 +00:00
giovannibajo 2150437196 Update author and e-mail address
git-svn-id: http://svn.pyinstaller.org/trunk@608 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-02-20 17:43:15 +00:00
giovannibajo ec4235f11a Document better how to build the bootloader under Linux and Mac
git-svn-id: http://svn.pyinstaller.org/trunk@605 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-02-20 16:23:41 +00:00
giovannibajo 8dd99e1026 Add appended_pkg option to EXE() and remove NonELFEXE
Combine ELFEXE and NonELFEXE to a common class EXE. NonELFEXE
functionality can be achieved using the new option append_pkg of
the EXE initialization function. The default value of append_pkg
is taken from the useELFEXE (Make.py -n) to preserve backwards
compatibility of command line behavior.

Now also works on Windows.


git-svn-id: http://svn.pyinstaller.org/trunk@340 8dd32b29-ccff-0310-8a9a-9233e24343b1
2007-11-27 16:37:33 +00:00
giovannibajo 632e046e3d Add warning about egg files
git-svn-id: http://svn.pyinstaller.org/trunk@257 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-02-08 14:02:08 +00:00
giovannibajo 5f4310f898 Update manual reporting the UPX issue
git-svn-id: http://svn.pyinstaller.org/trunk@255 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-02-08 13:30:20 +00:00
giovannibajo 16cc34c992 Make bootloader fully static -- no more issues with MSVCRT71.DLL! (fix ticket #12)
git-svn-id: http://svn.pyinstaller.org/trunk@164 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-10-11 17:34:57 +00:00
giovannibajo 8d847091ad Update makespec documentation after recent changes to command line syntax
git-svn-id: http://svn.pyinstaller.org/trunk@116 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-21 18:22:06 +00:00
giovannibajo aaded3308c Change the main title of the manual
git-svn-id: http://svn.pyinstaller.org/trunk@94 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-16 18:00:33 +00:00
giovannibajo c3b6a8fc5e Renamed Tutorial.rst into Manual.rst
git-svn-id: http://svn.pyinstaller.org/trunk@88 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-16 17:31:03 +00:00