1 2 3 4 5 6 7 8 9
@echo off rem copies additional dependencies from lib directories set CUR_PATH=%cd% cd "%~dp0" md ..\..\..\system\webserver > nul xcopy /Y ..\..\..\lib\libmicrohttpd_win32\bin\*.dll ..\..\..\system\webserver cd "%CUR_PATH%" set CUR_PATH=