|
From: Francesco M. <f18...@ya...> - 2007-01-31 23:13:05
|
Ryan Pusztai ha scritto: > Is there a possibility that you could add the RUNTIME_LIBS variable to > the bakefile scripts like wxWidgets has? The reason is because I > compile wxWidgets with the run-time statically linked and you don't > have an option for that. This would be set to the default of what it > is currently. > > What do you think? well, it won't be difficult to add it but I wonder how much it is useful... do you do that to create an app with fewer dynamic dependencies? Also, just out of curiosity, how much the size of the final EXE increases using RUNTIME_LIBS==static? Francesco |