Page 1 of 1

MinGW C/C++ plugin skeleton

Posted: February 10th, 2012, 2:10 am
by gorlik
simple makefile and c source that can be built using MinGW toolchain (either on windows or cross compiled from linux).
Main benefit is that the resulting dll dependcs only on MSVCRT6 which is included in all windows versions since XP (no need to have/download .net, or any other runtime).