scriptkid wrote:What i don't understand is whether i should or shouln'd have picked the latest?
I think it was the right thing to do; at least, I'd have done the same
Moderator: CEGUI Team
scriptkid wrote:What i don't understand is whether i should or shouln'd have picked the latest?
Jamarr wrote:*edit: just wanted to add why I think /MT is better - because this option statically links the vc runtime libraries, where as /MD uses dynamic linking (requireing dlls); if you are going for a static-build, you most likely want the vc runtime linked statically as well.
scriptkid wrote:Jamarr wrote:*edit: just wanted to add why I think /MT is better - because this option statically links the vc runtime libraries, where as /MD uses dynamic linking (requireing dlls); if you are going for a static-build, you most likely want the vc runtime linked statically as well.
This has just been committed to SVN, it was indeed something which we had overlooked. DebugStatic links as /MTd and ReleaseStatic as /MT now.
I am not sure how the dependencies were build. I guess that -in order to support complete static builds- all dependency projects should be linking statically as well, even though they might be DLLs themselves.
CrazyEddie wrote:I think really we're going to need two sets of dependencies - one for the dynamic builds with /MD(d) and another set for the static builds with /MT(d). Otherwise we're never going to be able to please everybody - since I'm the 'dependencies guy' I'll look into this shortly - early next week - and see whether this can be done for a 0.7.1 release.
CE.
Return to “Official Announcements, Works in Progress, and Future Directions”
Users browsing this forum: No registered users and 5 guests