discount/msvc/README.md
2025-12-13 00:40:57 +04:00

18 lines
453 B
Markdown

# *Discount* Markdown compiler on Windows with Visual C++
Makefile for NMAKE utility to build Discount using Visual C++
and pre-digested `config.h` template.
## Build
Build generates default optimised binaries.
Edit `CFLAGS` in `Makefile` to customize generated binaries (eg. switch to debug build).
* Generate static library `libmarkdown.lib` and utility programs:
nmake /f msvc/Makefile
* Clean source tree
nmake /f msvc/Makefile clean