Skip to content

Commit d0fb033

Browse files
committed
Update release binary names
1 parent e321d34 commit d0fb033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Llibiconv is Microsoft Windows port of [GNU libiconv](https://www.gnu.org/software/libiconv)
44
project 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
77
files, meaning that there is no need for additional configuration steps.
88

99
Source files are kept intact ensuring that llibiconv will behave
@@ -13,7 +13,7 @@ exactly the same as libiconv.
1313

1414
The 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**
1717
binary, libraries and header files.
1818
In case you wish to create your own binary build,
1919
download 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**.
103103
The binary should be inside **x64-rel-lib** subdirectory.
104104

105105
### Makefile targets

0 commit comments

Comments
 (0)