File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33Llibiconv is Microsoft Windows port of [ GNU libiconv] ( https://www.gnu.org/software/libiconv )
44project providing only the library part of libiconv project.
55
6- Headers and make files are manually created from original template
6+ Headers and make files are manually modified from original template
77files, meaning that there is no need for additional configuration steps.
88
99Source files are kept intact ensuring that llibiconv will behave
@@ -13,7 +13,7 @@ exactly the same as libiconv.
1313
1414The build process supports only command line tools.
1515
16- Llibiconv release comes with the ** libiconv.dll**
16+ Llibiconv release comes with the ** libiconv-1 .dll**
1717binary, libraries and header files.
1818In case you wish to create your own binary build,
1919download or clone Llibiconv sources and follow a
@@ -99,7 +99,7 @@ static version of the library add `_STATIC=1` as nmake parameter
9999
100100```
101101
102- This will build ** iconv .lib** .
102+ This will build ** iconvstatic .lib** .
103103The binary should be inside ** x64-rel-lib** subdirectory.
104104
105105### Makefile targets
You can’t perform that action at this time.
0 commit comments