Mercurial > sdl-ios-xcode
view README.CVS @ 26:c447d5b9275d
Date: Wed, 9 May 2001 18:03:20 -0600
From: Peter Valchev <pvalchev@openbsd.org>
Subject: openbsd patches
- The dlsym() one is supposed to fix dynamic loading on our a.out
architectures, where prefixing of an underscore symbol is required.
Actually I don't know what kind of dynamic loading does SDL deal with,
but anyway. You may want to make that change global, but only gcc's
preprocessor passes __ELF__, I think, so you can just add Linux or
something if you decide so.
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 10 May 2001 20:31:51 +0000 |
parents | 74212992fb08 |
children | 37e3ca9254c7 |
line wrap: on
line source
The latest development version of SDL is available via CVS: cvs -d :pserver:guest@cvs.lokigames.com:/cvs login # use the password "guest" cvs -d :pserver:guest@cvs.lokigames.com:/cvs checkout SDL When you check a fresh copy of SDL out of CVS, you need to generate the files used by make by running the "autogen.sh" script, which will run aclocal, automake, autoconf and then run configure. There is a web interface to cvs at http://cvs.lokigames.com/