Download libiconv-1.11.1.tar.gz source code from http://download.csdn.net/detail/pony12/7789079.
First, compile the Win64 bit
0. Transfer to command line cmd
1, execute AMD64 bit script, D:\Program Files (x86) \microsoft Visual Studio 8\vc\bin\amd64\vcvarsamd64.bat
2. Transfer to libiconv-1.11.1 directory
3. Compiling nmake-f makefile.msvc dll=1 mflags=-mt No_nls=1 prefix=d:\libuv
4, installation nmake-f makefile.msvc install dll=1 mflags=-mt No_nls=1 PREFIX=D:\LIBUV
5. Compile and install nmake-f makefile.msvc all install dll=1 mflags=-mt No_nls=1 PREFIX=D:\LIBUV
After compiling and installing the results directory, such as
Second, compile Win32 bit
0. Transfer to command line cmd
1. Execute 32-bit script, D:\Program Files (x86) \microsoft Visual Studio 8\vc\bin\vcvars32.bat
The other steps are consistent with Win64.
(Compiled Win32 and Win64 dynamic Library and data, http://download.csdn.net/detail/pony12/7789473)