Bo Peng wrote: >> Sorry, forgot to tell you. SCons does indeed link statically by default. >> Add CCFLAGS="/MD /TP /EHsc /nologo /O2" to the scons command line to get >> dynamic linking. >> >> I think dynamic linking should be the default. Bo, can you add the /MD >> flag? > > Done for both trunk and branch. Note that /TP and /EHsc are required, > /MD /nologo are default. The difference is that option CCFLAGS will > replace only default options. > > Bo > >
Maybe it links static because of the manifest problem. -- Peter
