Update BUILD.md

This commit is contained in:
Don HO 2020-10-21 01:12:15 +02:00 committed by GitHub
parent 785c68eea6
commit 29daee8007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,4 +59,5 @@ To build SciLexer.dll without PCRE support (for both 32-bit & 64-bit):
- `nmake -f scintilla.mak` (normal build) - `nmake -f scintilla.mak` (normal build)
- `nmake DEBUG=1 -f scintilla.mak` (debugging 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.