build_microhttpd.bat 416 B

1234567891011
  1. REM clone microhttpd
  2. if not exist build\microhttpd git clone -q https://github.com/svn2github/libmicrohttpd build\microhttpd
  3. cd build\microhttpd\w32\VS2015
  4. git checkout -qf 82ee737a39be28a32048248655d780ad8a240939
  5. REM build microhttpd
  6. %MSBuild% libmicrohttpd.sln /property:Configuration=%CONFIGURATION%-dll /property:Platform=%PLATFORM% /target:libmicrohttpd /verbosity:minimal
  7. REM microhttpd built
  8. cd ..\..\..\..