diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ddebc65a9..a87294d6e 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -8444,6 +8444,9 @@ EM_SETTARGETDEVICE When both GTK+ 2 and GTK+ 3 are present, building for GTK+ 3.x requires defining GTK3 on the command line.</p> + <p>Adding and removing source files from Scintilla may require modifying build files. + This is addressed in <a class="jump" href="AddSource.txt">AddSource.txt</a>.</p> + <h3>Static linking</h3> <p>On Windows, Scintilla is normally used as a dynamic library as a .DLL file. If you want to |