gstfull: Build only static library on Windows
We cannot build a DLL when everything got built statically because they miss dllexport.
When tools are static linked to gstfull they need -Wl,--undefined=gst_init_static_plugins and -Wl,--export-all-symbols to export gst_init_static_plugins() symbol.