jkbenaim / hs100

CLI tool for TP-Link and Kasa WiFi smart plugs.
71 stars 16 forks source link

Add Win32 Build Support #16

Closed daemon32 closed 1 year ago

daemon32 commented 1 year ago

This adds support for native Win32 builds, addressing #13. It can be built under the MinGW or Cygwin toolchains. The Makefile modification detects whether the compiler is part of the MinGW toolchain and links against the appropriate library.

jkbenaim commented 1 year ago

These look good-- thank you for contributing!