librdkafka/win32
Jing Liu f0531178f3
Strategy ordering bug fix (@jliunyu, #3818)
2022-04-26 09:47:23 +02:00
..
interceptor_test
librdkafkacpp
openssl_engine_example Adding OpenSSL engine support in LibrdKafka for SSL connections (@adinigam, @ajbarb, #3315) 2021-04-08 19:56:48 +02:00
packages
rdkafka_complex_consumer_example_cpp
rdkafka_example
rdkafka_performance
tests Strategy ordering bug fix (@jliunyu, #3818) 2022-04-26 09:47:23 +02:00
win_ssl_cert_store
.gitignore
README.md
build-package.bat
build.bat
common.vcxproj
install-coapp.ps1
install-openssl.ps1 Bump to OpenSSL 1.1.1k 2021-04-22 16:11:00 +02:00
librdkafka.autopkg.template Appveyor: build with VS 2015 and msvcr 140, use vcpkg for deps 2021-08-12 20:59:06 +02:00
librdkafka.master.testing.targets
librdkafka.sln Appveyor: build with VS 2015 and msvcr 140, use vcpkg for deps 2021-08-12 20:59:06 +02:00
librdkafka.vcxproj Retrieve jwt token from token provider (@jliunyu, #3560) 2021-11-23 15:50:10 +01:00
package-nuget.ps1
push-package.bat
wingetopt.c Automatic style fixes using 'make style-fix' 2021-10-28 23:06:38 +02:00
wingetopt.h Automatic style fixes using 'make style-fix' 2021-10-28 23:06:38 +02:00
wintime.h Automatic style fixes using 'make style-fix' 2021-10-28 23:06:38 +02:00

README.md

Build guide for Windows

  • build.bat - Build for all combos of: Win32,x64,Release,Debug using the current msbuild toolset
  • build-package.bat - Build NuGet packages (wrapper for package-nuget.ps1)
  • package-nuget.ps1 - Build NuGet packages (using build.bat artifacts)
  • push-package.bat - Push NuGet packages to NuGet (edit script for version)