mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
453 B
453 B
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.liband utility programs:nmake /f msvc/Makefile
-
Clean source tree
nmake /f msvc/Makefile clean