-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
29 lines (20 loc) · 1.03 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- DevIL bindings ---
This is a direct translation of bindings to DevIL library (more info can be
found here: https://openil.sourceforge.net) into pscal.
It is written for dynamic linking and loading (DLL) and is compatible with both
Delphi and FPC.
--- files ---
Only files in root directory are direct part of this project. Files in
subdirectories (mainly DLL files) were taken from DevIL project and are
therefore not my work. They are provided only for completeness, since the
binding depends on them.
--- note on DLLs ---
The provided DLLs require Microsoft Visual C++ 2015 Redistributable to be
installed on the system.
--- licensing ---
All pascal files (*.pas, *.inc) in root directory are licensed under the terms
of Mozilla Public License Version 2.0 - see file license.txt.
Other files (in subdirectories) are licensed under their own licenses, mostly
GNU-LGPL v2.1 (see DevIL project for more info about licensing).
--- authors, contacts, copyright ---
©2023 František Milt, all rights reserved - [email protected]