summaryrefslogtreecommitdiff
path: root/Makefile.bundle
AgeCommit message (Collapse)Author
2008-08-21(svn r14121) -Fix: bundle_exe didn't make the output directory, so it failed ↵rubidium
if you didn't do bundle_zip first. -Fix: another inconsistency between the "output" of bundle_exe and bundle_[zip|gzip|bzip2|<etc>].
2008-08-20(svn r14115) -Codechange: add make bundle_exe which makes a windows ↵rubidium
installer and unify the files that go into the bundles (zip/gz/bz2 etc) and installer.
2008-08-15(svn r14074) -Codechange: split the bundle generation out of the main ↵rubidium
makefile so it can be reused for making bundles from MSVC compiles.