summaryrefslogtreecommitdiff
path: root/Makefile.bundle
AgeCommit message (Collapse)Author
2008-09-02(svn r14224) -Fix: copy Makefile.bundle too to your working dir, so you ↵truebrain
don't need to run ./configure in the root of OpenTTD
2008-08-31(svn r14206) -Fix (r14197): why don't people just compile a trunk checkout ↵rubidium
and do we have to think about adding everything to those pesky precompiled binaries?
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.