diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-04-05 11:56:10 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-04-05 11:56:10 +1100 |
| commit | 4f673191c5c43665599392b00c3710d0344d65e3 (patch) | |
| tree | 7ff4b9f72de3418281931d80e6d6f4b567387235 /doc/ScintillaDoc.html | |
| parent | 006b224af96d10452655ecced49ba3859c1d62ab (diff) | |
| download | scintilla-mirror-4f673191c5c43665599392b00c3710d0344d65e3.tar.gz | |
Document adding source files.
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 |
