Files
2019-06-12 20:10:18 -04:00
..
2019-06-12 20:10:18 -04:00
2019-06-12 20:10:18 -04:00
2017-02-03 10:32:59 +01:00

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