aboutsummaryrefslogtreecommitdiff
path: root/dist/makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-12-13Explicitly add libxsde to the install target dependencyBoris Kolpackov1-1/+1
Some make versions seem to need it.
2011-12-13Add install target to the dist GNU makefilesBoris Kolpackov1-0/+17
2010-10-18Don't go into the tests directory in distributionBoris Kolpackov1-4/+0
2009-10-21Don't run tests from root makefile/nmakefileBoris Kolpackov1-1/+1
2009-10-21Add gen and cleanobj targets to libxsde and root makefilesBoris Kolpackov1-1/+1
2009-10-20Add tests to the distributionBoris Kolpackov1-0/+5
The distribution makefiles for tests are automatically generated by the build/dist script. nmakefiles are not yet generated.
2009-03-02Add make support for creating binary distributionsBoris Kolpackov1-0/+12
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).