Hi there,
I was wondering if it was possible to compile a program that would
not need to have the SDL.dll under windows or libSDL under linux. In
other words, I’d need to compile a static version of my sdl program, is
that possible and where should I look to find more information on this?
Thanks,
Xilo–
Dedicated to audio/visual and interactive artwork.
http://xilo.cjb.net/intro.php
Xilo Musimene <xilo_m at hotpop.com> wrote:
I was wondering if it was possible to compile a program that would
not need to have the SDL.dll under windows or libSDL under linux. In
other words, I’d need to compile a static version of my sdl program,
is that possible and where should I look to find more information on
this?
in the sdl mailing list archives and/or google. keep in mind that you
have to provide the o files of your programm, if you don’t release under
a GPL compatible license.
clemens