File: README.md

package info (click to toggle)
libtext-markdown-discount-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,524 kB
  • sloc: ansic: 5,765; pascal: 1,027; sh: 208; makefile: 196; perl: 184
file content (17 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# *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