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