This software license is originally provided at the author's site.
see LICENSE.txt.
- Microsoft Visual Studio 2013
- Multibyte MFC Library for Visual Studio 2013
- CMake
The following build procedure is based on the original procedure.
git clone --recursive https://github.com/comutt/portforwarder.gitcd portforwarder
cd opensslperl Configure VC-WIN32ms\do_ms- Replace
/MDwith/MTin ms\nt.mak nmake -f ms\nt.makcd ..
cd zlibcmake -DCMAKE_C_FLAGS_DEBUG=/MTd -DCMAKE_C_FLAGS_RELEASE=/MT .msbuild ALL_BUILD.vcxproj /p:configuration=Releasecd ..
msbuild PortForwarder.vcxproj /p:configuration=Release