build_cryptopp.bat 359 B

1234567891011
  1. REM clone cryptopp
  2. if not exist build\cryptopp git clone -q https://github.com/ethereum/cryptopp build\cryptopp
  3. cd build\cryptopp\win
  4. git checkout -qf eb2efc3eaec9a178c0f2049894417ca8c0b8bad4
  5. REM build cryptopp
  6. %MSBuild% LibCryptoPP.sln /property:Configuration=%CONFIGURATION% /property:Platform=%PLATFORM% /verbosity:minimal
  7. REM cryptopp built
  8. cd ..\..\..