Skip to content

Commit

Permalink
Use libiconv-1 instead llibiconv-1 for binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mturk committed Oct 13, 2021
1 parent bb4aff4 commit 2593944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ARFLAGS = /nologo /SUBSYSTEM:CONSOLE /MACHINE:$(CPU) $(EXTRA_ARFLAGS)
!ELSE
TARGET = dll
CFLAGS = $(CFLAGS) -DBUILDING_LIBICONV -DBUILDING_DLL
PROJECT = llibiconv-1
PROJECT = libiconv-1
LDFLAGS = /nologo /INCREMENTAL:NO /OPT:REF /DLL /SUBSYSTEM:CONSOLE /MACHINE:$(CPU) $(EXTRA_LDFLAGS)
!ENDIF

Expand Down
4 changes: 2 additions & 2 deletions windows/llibiconv.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Resources for llibiconv-1.dll */
/* Resources for libiconv-1.dll */

#include <windows.h>

Expand All @@ -8,7 +8,7 @@
#define PACKAGE_VERSION_MAJOR 1
#define PACKAGE_VERSION_MINOR 16
#define PACKAGE_VERSION_SUBMINOR 0
#define PACKAGE_NAME "llibiconv-1"
#define PACKAGE_NAME "libiconv-1"
#if defined(_VENDOR_NUM)
# define PACKAGE_VERSION_MICRO _VENDOR_NUM
#else
Expand Down

0 comments on commit 2593944

Please sign in to comment.