Fixed incorrect paths in WIN32 legacy

This commit is contained in:
Francis Dupont
2016-01-13 14:51:40 +01:00
parent 6758b59e57
commit cb67186899

View File

@@ -133,17 +133,17 @@ copy @GEOIP_DLL@ ..\..\Build\Debug\
@IF IDNKIT
echo Copying the IDN kit DLL.
copy @IDN_DLL@ ..\Build\Release\
copy @IDN_DLL@ ..\Build\Debug\
copy @ICONV_DLL@ ..\Build\Release\
copy @ICONV_DLL@ ..\Build\Debug\
copy @IDN_DLL@ ..\..\Build\Release\
copy @IDN_DLL@ ..\..\Build\Debug\
copy @ICONV_DLL@ ..\..\Build\Release\
copy @ICONV_DLL@ ..\..\Build\Debug\
@END IDNKIT
@IF ZLIB
echo Copying the zlib DLL.
copy @ZLIB_DLL@ ..\Build\Release\
copy @ZLIB_DLL@ ..\Build\Debug\
copy @ZLIB_DLL@ ..\..\Build\Release\
copy @ZLIB_DLL@ ..\..\Build\Debug\
@END ZLIB
echo Copying the redistributable runtime object.