initial commit

This commit is contained in:
2022-03-05 00:30:50 -06:00
commit 8560c362a0
627 changed files with 178605 additions and 0 deletions

5
3rd_party/libmicrohttpd/build.cmd vendored Normal file
View File

@@ -0,0 +1,5 @@
pushd "%1"
cd w32\VS2019
if "%3" == "ON" (set BUILD_TYPE=Win32) else (set BUILD_TYPE=x64)
msbuild libmicrohttpd.sln /p:Configuration=%2-static /p:Platform="%BUILD_TYPE%" /t:libmicrohttpd || exit 1
exit 0