|
From: Doug C. <dou...@gm...> - 2007-02-04 17:27:14
|
On Saturday, February 03, 2007 Francesco Montorsi wrote: > Doug Currie ha scritto: >> On Wednesday, January 31, 2007 Francesco Montorsi wrote: >> >>> Also, just out of curiosity, how much the size of the final EXE increases using >>> RUNTIME_LIBS==static? >> >> WinXP MinGW wxMSW-2.8.0 (static) wxLua-2.8.0.0 (static) >> >> wxluasudoku.exe 7.90 MB (8,290,489 bytes) >> >> wxluasudoku_upx.exe 2.18 MB (2,291,385 bytes) > sorry - are you sure you're using RUNTIME_LIBS==static and not rather > the SHARED=0 option? > It seems strange you're using RUNTIME_LIBS==static with wxLua also > because I haven't added support for it yet :D I am building with "../configure make" I am wondering what is NOT included in the exe (what are the external dependencies) when the "../configure make" option is used? Using Dependency Walker, I find only system DLLs in the list of dependencies. What else can be statically linked? e -- Doug Currie Londonderry, NH, USA |