Figured it out a long time a go, but guess I can share my fix for this.
In the mod folder create a config.cpp and paste this into it
#define _ARMA_
class CfgPatches
{
class Plants_Winter //here you can name the mod
{
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
requiredAddons[] = {};
};
};