aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/parser/library/nmakefile
AgeCommit message (Collapse)AuthorFilesLines
2010-01-07Add support for ISO-8859-1 as application encodingBoris Kolpackov1-0/+4
New runtime configuration parameter, XSDE_ENCODING. New option, --char-encoding. New test, tests/cxx/hybrid/iso8859-1.
2009-10-21Add gen and cleanobj targets to nmakefiles in examplesBoris Kolpackov1-2/+9
2009-03-02Add make support for creating binary distributionsBoris Kolpackov1-0/+53
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).