From fdb6d781a14befca446ddb99e78fbb582ef26f77 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 17 May 2020 11:39:57 +1000 Subject: On Unix call shared object liblexilla instead of lexilla to match platform convention. --- lexilla/src/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexilla/src/README') diff --git a/lexilla/src/README b/lexilla/src/README index aec65a08d..d65790afd 100644 --- a/lexilla/src/README +++ b/lexilla/src/README @@ -5,7 +5,7 @@ programming, mark-up, and data languages for the Scintilla source code editing component. Lexilla is made available as both a shared library and static library. -The shared library is called lexilla.so / lexilla.dylib / lexilla.dll on Linux / macOS / +The shared library is called liblexilla.so / liblexilla.dylib / lexilla.dll on Linux / macOS / Windows. The static library is called liblexilla.a when built with GCC or Clang and liblexilla.lib when built with MSVC. -- cgit v1.2.3