Warning, /education/cantor/thirdparty/discount-2.2.6-patched/msvc/README.md is written in an unsupported language. File is not indexed.

0001 # *Discount* Markdown compiler on Windows with Visual C++
0002 
0003 Makefile for NMAKE utility to build Discount using Visual C++
0004 and pre-digested `config.h` template.
0005 
0006 ## Build
0007 
0008 Build generates default optimised binaries.
0009 Edit `CFLAGS` in `Makefile` to customize generated binaries (eg. switch to debug build).
0010 
0011 * Generate static library `libmarkdown.lib` and utility programs:
0012 
0013     nmake /f msvc/Makefile
0014 
0015 * Clean source tree
0016 
0017     nmake /f msvc/Makefile clean