Fixed incorrect paths in WIN32 legacy

This commit is contained in:
Francis Dupont
2016-01-13 14:55:42 +01:00
parent 1fa401a65c
commit fd10a2afb5

View File

@@ -128,10 +128,10 @@ 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
echo Copying the redistributable runtime object.