I prefer big executables.zenaku's opinion
Keep it Simple, Stupid
Code: Select all
./configure --disable-gui --disable-dx8 --disable-dx9 --disable-sw --enable-static-lib
Why "Lol"? For a game application it's almost certainly better than linking to a monolothic DLL, as the linker can discard any unused components (if the internal referencing is done correctly), bring the file size and memory footprint down, and avoid thunk overhead.zenaku wrote:monkeycracks wrote:I guess it would be better to have one big, monolithic file called Game.exe, right? Why even have a dll? Static link! No directory structure, no media files. Just bundle it all into one huge Game.exe Lolzenaku's post![]()
Actually that's exactly what I want to do: everything (and I do mean everything) in a single game.exe file.zenaku wrote:I guess it would be better to have one big, monolithic file called Game.exe, right? Why even have a dll? Static link! No directory structure, no media files. Just bundle it all into one huge Game.exe Lolmonkeycracks wrote:Then you'd have doodoo loads of .dll's in your main game executable location...That's not exactly nice-looking or anything.zenaku's post![]()