this got me closer: mingw-w64-x86_64-libusb-compat-git
this was a help: mingw-w64-x86_64-pkg-config
adding this the the makefile seemed to help, but was probably a mistake: PKG_CONFIG_PATH ?= ./src/sdr
I now get this error:
Package librtlsdr was not found in the pkg-config search path.
Perhaps you should add the directory containing `librtlsdr.pc'
to the PKG_CONFIG_PATH environment variable
No package 'librtlsdr' found
g++ -Wsuggest-override -std=c++11 -DSLUG=PulsumQuadratum-SDR -fPIC -I../../include -I../../dep/include -DVERSION=0.6.0dev -MMD -MP -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEFINES -c -o build/src/sdr/SDR.cpp.o src/sdr/SDR.cpp
In file included from src/sdr/SDR.cpp:2:0:
src/sdr/rtl-sdr.h:3:10: fatal error: rtl-sdr.h: No such file or directory
#include <rtl-sdr.h>