From 29daee800720212993b62615ceb191649f53b639 Mon Sep 17 00:00:00 2001 From: Don HO Date: Wed, 21 Oct 2020 01:12:15 +0200 Subject: [PATCH] Update BUILD.md --- BUILD.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 1a0b7997e..f94a577f6 100644 --- a/BUILD.md +++ b/BUILD.md @@ -59,4 +59,5 @@ To build SciLexer.dll without PCRE support (for both 32-bit & 64-bit): - `nmake -f scintilla.mak` (normal build) - `nmake DEBUG=1 -f scintilla.mak` (debugging build) - Note: If building the 32-bit and 64-bit versions in the same folder structure, after building one, it may be necessary to do a `nmake -f scintilla.mak clean` before building the other. + +Note: If building the 32-bit and 64-bit versions in the same folder structure, after building one, it may be necessary to do a `nmake -f scintilla.mak clean` before building the other.