Mercurial > sdl-ios-xcode
annotate src/main/arch.c @ 1298:e1b8e1b97b67
This library is now available under the LGPL 2.1, the major change of which
is allowing linking with a shared object to be considered sufficient for
complying with section 6 of the LGPL.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 30 Jan 2006 14:27:56 +0000 |
parents | 623b453a3219 |
children |
rev | line source |
---|---|
754
623b453a3219
Fixed "dist" make target for newer versions of automake
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1 |
623b453a3219
Fixed "dist" make target for newer versions of automake
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2 /* This is needed for automake, so that it can build an empty archive */ |
623b453a3219
Fixed "dist" make target for newer versions of automake
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3 |
623b453a3219
Fixed "dist" make target for newer versions of automake
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4 int pointless_symbol_so_the_archive_doesnt_look_empty; |