Dynamic linking in dev-C++ for JUCE

in order to get anything in juce to compile, Ive had to static link to included libs…

Is there anyway to dynamically link for these specific things that anyone is aware of? The bloody jucedemo is 1.27mb! Should only be sub-300K

Everything Ive tried, and looked for online shows no real way of doing it…