aboutsummaryrefslogtreecommitdiff
path: root/dist/build/cxx
AgeCommit message (Collapse)AuthorFilesLines
2014-03-19Remove author from source filesBoris Kolpackov2-2/+0
2011-01-04Copyright updateBoris Kolpackov2-2/+2
2010-10-14Add support for post-link step (e.g., VxWorks munch)Boris Kolpackov2-0/+6
2010-01-01Update copyright in dist filesBoris Kolpackov2-2/+2
2009-03-02Add make support for creating binary distributionsBoris Kolpackov2-0/+30
Two new make targets, dist and dist-win, were added that allow one to create a binary distribution from the current build. The dist target creates a UNIX distribution while dist-win -- Windows. The simplified build systems for the runtime library and examples that were kept separately are now part of the project (the dist/ subdirectory).