|
From: niXman <i.n...@gm...> - 2012-08-06 14:10:21
|
2012/8/6 mingw124 <for...@li...>: > > Hi, > > Each time I compile a mingw c/c++ program however small it will always > require two dlls. > > Is there a way to compile my program or basically end up without having to > use or ship those dlls with my program? add for link args '-static' -- Regards, niXman ___________________________________________________ Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: http://sourceforge.net/projects/mingwbuilds/ |