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
htgoebel eddd9569d0 Fixing svn:eol-style for all text files
git-svn-id: http://svn.pyinstaller.org/trunk@473 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-07-23 13:47:30 +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 adf47c4d1b Update the compiled HTML manual
git-svn-id: http://svn.pyinstaller.org/trunk@258 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-02-08 14:02:37 +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 0fd58a13b3 Update generated html file -- we hope to get rid of this soon...
git-svn-id: http://svn.pyinstaller.org/trunk@117 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-21 18:22:30 +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 f16a5de352 Generated version of the manual
git-svn-id: http://svn.pyinstaller.org/trunk@92 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-16 17:33:45 +00:00