aboutsummaryrefslogtreecommitdiff
path: root/project/Win32BuildSetup/dependencies/getdeps.bat
blob: bf5a92a6d74175a4641ba4678f20aafbcbb374ab (plain)
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=