try msys2: https://msys2.github.io/
it comes with GCC, a UNIX-like shell and a package manager (pacman). I'm using mingw32_shell.bat (should lie in C:/msys64) all the time to compile stuff. If you use pd-lib-builder, just open the shell, 'cd' to the directory of the makefile and type:
make pdincludepath={path to m_pd.h} pdbinpath={path to pd.exe}
make install objectsdir={where you want to install}
make clean
Christof
Gesendet: Dienstag, 24. Januar 2017 um 18:54 Uhr
Von: "Alexandre Torres Porres" <porres@gmail.com>
An: "Lucas Cordiviola" <lucarda27@hotmail.com>
Cc: "pd-list@lists.iem.at" <pd-list@lists.iem.at>
Betreff: [PD] building externals on windows