Fixed incorrect paths in WIN32 legacy
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user