aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/nmakefile
AgeCommit message (Collapse)AuthorFilesLines
2010-10-18Support for schema evolution using substitution groupsBoris Kolpackov1-1/+1
New examples: hybrid/evolution/ignore and hybrid/evolution/passthrough.
2010-05-11Add support for custom allocatorsBoris Kolpackov1-1/+16
New example: examples/cxx/hybrid/allocator.
2009-10-21nmakefile build system improvementsBoris Kolpackov1-3/+7
Print the directory name being entered. Stop after first failure.
2009-10-20Add gen and cleanobj targets to makefiles in examplesBoris Kolpackov1-1/+1
2009-03-26Implement support for XML Schema polymorphism in C++/HybridBoris Kolpackov1-0/+4
examples/cxx/hybrid/polyroot/ examples/cxx/hybrid/polymorphism/: new examples tests/cxx/hybrid/polymorphism/: new tests
2009-03-16Add support for type customization in C++/HybridBoris Kolpackov1-1/+1
examples/cxx/hybrid/custom/wildcard/: new example
2009-03-02Add make support for creating binary distributionsBoris Kolpackov1-0/+31
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).