pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2680 - in branches/pingus_sdl: . contrib data data/control


From: grumbel at BerliOS
Subject: [Pingus-CVS] r2680 - in branches/pingus_sdl: . contrib data data/controller data/data data/demos data/images data/levels data/metamap data/music data/po data/prefabs data/sounds data/themes data/worldmaps doc src src/actions src/caimagemanipulation src/colliders src/components src/editor src/gui src/input src/input/axes src/input/buttons src/input/pointers src/input/scrollers src/movers src/particles src/sound src/tinygettext src/worldmap src/worldobjs
Date: Wed, 17 Jan 2007 20:27:06 -0000

Author: grumbel
Date: 2007-01-17 21:26:34 +0100 (Wed, 17 Jan 2007)
New Revision: 2680

Removed:
   branches/pingus_sdl/ABOUT-NLS
   branches/pingus_sdl/MAINTAINING
   branches/pingus_sdl/Makefile.am
   branches/pingus_sdl/Pingus.sln
   branches/pingus_sdl/Pingus.vcproj
   branches/pingus_sdl/Pingus.xcodeproj/
   branches/pingus_sdl/acinclude.m4
   branches/pingus_sdl/autogen.sh
   branches/pingus_sdl/config.rpath
   branches/pingus_sdl/configure.ac
   branches/pingus_sdl/contrib/Makefile.am
   branches/pingus_sdl/data/Makefile.am
   branches/pingus_sdl/data/controller/Makefile.am
   branches/pingus_sdl/data/data/Makefile.am
   branches/pingus_sdl/data/demos/Makefile.am
   branches/pingus_sdl/data/images/Makefile.am
   branches/pingus_sdl/data/levels/Makefile.am
   branches/pingus_sdl/data/metamap/Makefile.am
   branches/pingus_sdl/data/music/Makefile.am
   branches/pingus_sdl/data/po/Makefile.am
   branches/pingus_sdl/data/prefabs/Makefile.am
   branches/pingus_sdl/data/sounds/Makefile.am
   branches/pingus_sdl/data/themes/Makefile.am
   branches/pingus_sdl/data/worldmaps/Makefile.am
   branches/pingus_sdl/doc/Makefile.am
   branches/pingus_sdl/m4/
   branches/pingus_sdl/pingus.dsp
   branches/pingus_sdl/pingus.dsw
   branches/pingus_sdl/pingus.rc
   branches/pingus_sdl/pingus.spec
   branches/pingus_sdl/src/Makefile.am
   branches/pingus_sdl/src/actions/Makefile.am
   branches/pingus_sdl/src/caimagemanipulation/Makefile.am
   branches/pingus_sdl/src/colliders/Makefile.am
   branches/pingus_sdl/src/components/Makefile.am
   branches/pingus_sdl/src/editor/Makefile.am
   branches/pingus_sdl/src/gui/Makefile.am
   branches/pingus_sdl/src/input/Makefile.am
   branches/pingus_sdl/src/input/axes/Makefile.am
   branches/pingus_sdl/src/input/buttons/Makefile.am
   branches/pingus_sdl/src/input/pointers/Makefile.am
   branches/pingus_sdl/src/input/scrollers/Makefile.am
   branches/pingus_sdl/src/movers/Makefile.am
   branches/pingus_sdl/src/particles/Makefile.am
   branches/pingus_sdl/src/sound/Makefile.am
   branches/pingus_sdl/src/tinygettext/Makefile.am
   branches/pingus_sdl/src/worldmap/Makefile.am
   branches/pingus_sdl/src/worldobjs/Makefile.am
Log:
- removed a whole bunch of obsolete build files, Makefiles and outdated VC 
projects

Deleted: branches/pingus_sdl/ABOUT-NLS
===================================================================
--- branches/pingus_sdl/ABOUT-NLS       2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/ABOUT-NLS       2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,435 +0,0 @@
-Notes on the Free Translation Project
-*************************************
-
-   Free software is going international!  The Free Translation Project
-is a way to get maintainers of free software, translators, and users all
-together, so that will gradually become able to speak many languages.
-A few packages already provide translations for their messages.
-
-   If you found this `ABOUT-NLS' file inside a distribution, you may
-assume that the distributed package does use GNU `gettext' internally,
-itself available at your nearest GNU archive site.  But you do _not_
-need to install GNU `gettext' prior to configuring, installing or using
-this package with messages translated.
-
-   Installers will find here some useful hints.  These notes also
-explain how users should proceed for getting the programs to use the
-available translations.  They tell how people wanting to contribute and
-work at translations should contact the appropriate team.
-
-   When reporting bugs in the `intl/' directory or bugs which may be
-related to internationalization, you should tell about the version of
-`gettext' which is used.  The information can be found in the
-`intl/VERSION' file, in internationalized packages.
-
-Quick configuration advice
-==========================
-
-   If you want to exploit the full power of internationalization, you
-should configure it using
-
-     ./configure --with-included-gettext
-
-to force usage of internationalizing routines provided within this
-package, despite the existence of internationalizing capabilities in the
-operating system where this package is being installed.  So far, only
-the `gettext' implementation in the GNU C library version 2 provides as
-many features (such as locale alias, message inheritance, automatic
-charset conversion or plural form handling) as the implementation here.
-It is also not possible to offer this additional functionality on top
-of a `catgets' implementation.  Future versions of GNU `gettext' will
-very likely convey even more functionality.  So it might be a good idea
-to change to GNU `gettext' as soon as possible.
-
-   So you need _not_ provide this option if you are using GNU libc 2 or
-you have installed a recent copy of the GNU gettext package with the
-included `libintl'.
-
-INSTALL Matters
-===============
-
-   Some packages are "localizable" when properly installed; the
-programs they contain can be made to speak your own native language.
-Most such packages use GNU `gettext'.  Other packages have their own
-ways to internationalization, predating GNU `gettext'.
-
-   By default, this package will be installed to allow translation of
-messages.  It will automatically detect whether the system already
-provides the GNU `gettext' functions.  If not, the GNU `gettext' own
-library will be used.  This library is wholly contained within this
-package, usually in the `intl/' subdirectory, so prior installation of
-the GNU `gettext' package is _not_ required.  Installers may use
-special options at configuration time for changing the default
-behaviour.  The commands:
-
-     ./configure --with-included-gettext
-     ./configure --disable-nls
-
-will respectively bypass any pre-existing `gettext' to use the
-internationalizing routines provided within this package, or else,
-_totally_ disable translation of messages.
-
-   When you already have GNU `gettext' installed on your system and run
-configure without an option for your new package, `configure' will
-probably detect the previously built and installed `libintl.a' file and
-will decide to use this.  This might be not what is desirable.  You
-should use the more recent version of the GNU `gettext' library.  I.e.
-if the file `intl/VERSION' shows that the library which comes with this
-package is more recent, you should use
-
-     ./configure --with-included-gettext
-
-to prevent auto-detection.
-
-   The configuration process will not test for the `catgets' function
-and therefore it will not be used.  The reason is that even an
-emulation of `gettext' on top of `catgets' could not provide all the
-extensions of the GNU `gettext' library.
-
-   Internationalized packages have usually many `po/LL.po' files, where
-LL gives an ISO 639 two-letter code identifying the language.  Unless
-translations have been forbidden at `configure' time by using the
-`--disable-nls' switch, all available translations are installed
-together with the package.  However, the environment variable `LINGUAS'
-may be set, prior to configuration, to limit the installed set.
-`LINGUAS' should then contain a space separated list of two-letter
-codes, stating which languages are allowed.
-
-Using This Package
-==================
-
-   As a user, if your language has been installed for this package, you
-only have to set the `LANG' environment variable to the appropriate
-`LL_CC' combination.  Here `LL' is an ISO 639 two-letter language code,
-and `CC' is an ISO 3166 two-letter country code.  For example, let's
-suppose that you speak German and live in Germany.  At the shell
-prompt, merely execute `setenv LANG de_DE' (in `csh'),
-`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
-This can be done from your `.login' or `.profile' file, once and for
-all.
-
-   You might think that the country code specification is redundant.
-But in fact, some languages have dialects in different countries.  For
-example, `de_AT' is used for Austria, and `pt_BR' for Brazil.  The
-country code serves to distinguish the dialects.
-
-   The locale naming convention of `LL_CC', with `LL' denoting the
-language and `CC' denoting the country, is the one use on systems based
-on GNU libc.  On other systems, some variations of this scheme are
-used, such as `LL' or `LL_CC.ENCODING'.  You can get the list of
-locales supported by your system for your country by running the command
-`locale -a | grep '^LL''.
-
-   Not all programs have translations for all languages.  By default, an
-English message is shown in place of a nonexistent translation.  If you
-understand other languages, you can set up a priority list of languages.
-This is done through a different environment variable, called
-`LANGUAGE'.  GNU `gettext' gives preference to `LANGUAGE' over `LANG'
-for the purpose of message handling, but you still need to have `LANG'
-set to the primary language; this is required by other parts of the
-system libraries.  For example, some Swedish users who would rather
-read translations in German than English for when Swedish is not
-available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
-
-   In the `LANGUAGE' environment variable, but not in the `LANG'
-environment variable, `LL_CC' combinations can be abbreviated as `LL'
-to denote the language's main dialect.  For example, `de' is equivalent
-to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
-(Portuguese as spoken in Portugal) in this context.
-
-Translating Teams
-=================
-
-   For the Free Translation Project to be a success, we need interested
-people who like their own language and write it well, and who are also
-able to synergize with other translators speaking the same language.
-Each translation team has its own mailing list.  The up-to-date list of
-teams can be found at the Free Translation Project's homepage,
-`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
-area.
-
-   If you'd like to volunteer to _work_ at translating messages, you
-should become a member of the translating team for your own language.
-The subscribing address is _not_ the same as the list itself, it has
-`-request' appended.  For example, speakers of Swedish can send a
-message to address@hidden', having this message body:
-
-     subscribe
-
-   Keep in mind that team members are expected to participate
-_actively_ in translations, or at solving translational difficulties,
-rather than merely lurking around.  If your team does not exist yet and
-you want to start one, or if you are unsure about what to do or how to
-get started, please write to address@hidden' to reach the
-coordinator for all translator teams.
-
-   The English team is special.  It works at improving and uniformizing
-the terminology in use.  Proven linguistic skill are praised more than
-programming skill, here.
-
-Available Packages
-==================
-
-   Languages are not equally supported in all packages.  The following
-matrix shows the current state of internationalization, as of August
-2002.  The matrix shows, in regard of each package, for which languages
-PO files have been submitted to translation coordination, with a
-translation percentage of at least 50%.
-
-     Ready PO files    be bg ca cs da de el en eo es et fi fr
-                     +----------------------------------------+
-     a2ps            |             [] []             []    [] |
-     ap-utils        |                                        |
-     bash            |                []       [] []       [] |
-     bfd             |                            []       [] |
-     binutils        |                            []       [] |
-     bison           |                []          [] []    [] |
-     clisp           |                                        |
-     clisp           |                []    []    []       [] |
-     clisplow        |                                        |
-     cpio            |             [] []          []       [] |
-     darkstat        |             ()                         |
-     diffutils       |          [] [] []       [] []       [] |
-     enscript        |                []                   [] |
-     error           |                []          []       [] |
-     fetchmail       |       [] () [] []          []       () |
-     fileutils       |             [] []          [] []    [] |
-     findutils       |             [] []       [] [] []    [] |
-     flex            |       []    [] []          []       [] |
-     gas             |                            []       [] |
-     gawk            |                []          []       [] |
-     gcal            |       []                            [] |
-     gcc             |                            []       [] |
-     gettext         |       []    [] []          []       [] |
-     gnupg           |       []       [] []    [] [] []    [] |
-     gprof           |                            []       [] |
-     gpsdrive        |             () ()    ()    ()       () |
-     grep            |    [] []       [] []       [] [] [] [] |
-     gretl           |                            []          |
-     gthumb          |                ()          ()       () |
-     hello           |       []    [] [] []    [] [] [] [] [] |
-     id-utils        |             [] []                   [] |
-     indent          |       []       []       []    []    [] |
-     jpilot          |          () [] []                   [] |
-     jwhois          |                            []       [] |
-     kbd             |                []          []       [] |
-     ld              |                            []       [] |
-     libc            |       [] [] [] [] []       []    [] [] |
-     libiconv        |       []       []       [] []          |
-     lifelines       |                ()                   () |
-     lilypond        |             []                      [] |
-     lingoteach      |                         []          [] |
-     lingoteach_lessons|                ()          ()          |
-     lynx            |       [] [] [] []             []       |
-     m4              |          [] [] [] []                [] |
-     make            |             [] []          []       [] |
-     man-db          |       [] () () []          ()       () |
-     mysecretdiary   |                []          []       [] |
-     nano            |       [] () [] []          []       [] |
-     nano_1_0        |       [] () [] []          []       [] |
-     opcodes         |             []             []       [] |
-     parted          |       []    [] []          []       [] |
-     ptx             |             [] []       [] [] [] [] [] |
-     python          |                                        |
-     recode          |             [] [] []    [] []       [] |
-     sed             |       [] [] [] [] []    [] [] [] [] [] |
-     sh-utils        |                []          [] []    [] |
-     sharutils       |          [] [] [] []       [] []    [] |
-     sketch          |                ()          []       () |
-     soundtracker    |                []          []       [] |
-     sp              |                []                      |
-     tar             |          [] [] []          [] []    [] |
-     texinfo         |          [] [] []       []          [] |
-     textutils       |       []    [] []          []       [] |
-     util-linux      |          [] [] []          [] []    [] |
-     vorbis-tools    |                                     [] |
-     wastesedge      |                                        |
-     wdiff           |       []    [] []          [] []    [] |
-     wget            |    [] [] [] [] [] []       [] [] [] [] |
-                     +----------------------------------------+
-                       be bg ca cs da de el en eo es et fi fr
-                        0  2 19 10 30 44  9  1 12 44 17  6 53
-     
-                       gl he hr hu id it ja ko lv nb nl nn
-                     +-------------------------------------+
-     a2ps            |                ()    ()       []    |
-     ap-utils        |                                     |
-     bash            |          []                         |
-     bfd             |                   []                |
-     binutils        |                   []                |
-     bison           |       []       [] []          []    |
-     clisp           |                                     |
-     clisp           |                               []    |
-     clisplow        |                                     |
-     cpio            | []       []          []       []    |
-     darkstat        |                                     |
-     diffutils       | [] []    [] []    []                |
-     enscript        |       []                      []    |
-     error           |          []                         |
-     fetchmail       |                   []                |
-     fileutils       |          []    [] []                |
-     findutils       | []    [] [] [] [] [] []       []    |
-     flex            |                      []             |
-     gas             |                                     |
-     gawk            |    []                               |
-     gcal            |                                     |
-     gcc             |                   []                |
-     gettext         |                   [] []             |
-     gnupg           | []          [] [] []                |
-     gprof           |             []                      |
-     gpsdrive        |          []    ()             ()    |
-     grep            | [] [] [] [] [] [] []                |
-     gretl           |                                     |
-     gthumb          |                () ()                |
-     hello           | [] [] [] [] [] [] [] [] [] [] [] [] |
-     id-utils        |          []                   []    |
-     indent          | []       []       []          []    |
-     jpilot          |                   ()          ()    |
-     jwhois          |          [] []                      |
-     kbd             |                                     |
-     ld              |                                     |
-     libc            | []                [] []    []       |
-     libiconv        | []    [] []                         |
-     lifelines       |                                     |
-     lilypond        |                               []    |
-     lingoteach      |          []                         |
-     lingoteach_lessons|                                     |
-     lynx            |          []    [] []          []    |
-     m4              | []          []    []          []    |
-     make            | [] [] []          [] []       []    |
-     man-db          |                () ()                |
-     mysecretdiary   |             []                      |
-     nano            | []          [] []             []    |
-     nano_1_0        | []          [] []          []    [] |
-     opcodes         |             []                []    |
-     parted          | []                []             [] |
-     ptx             | []       [] []             [] []    |
-     python          |                                     |
-     recode          | [] []          []                   |
-     sed             | [] [] []    [] [] [] []       []    |
-     sh-utils        |                [] []       []       |
-     sharutils       | []                []          []    |
-     sketch          |                ()                   |
-     soundtracker    | []    []                            |
-     sp              |                                     |
-     tar             | []    []    [] [] []       []       |
-     texinfo         |    [] []          []                |
-     textutils       | []                [] []    []       |
-     util-linux      |                () []                |
-     vorbis-tools    |          []                         |
-     wastesedge      |                                     |
-     wdiff           | []       [] []                      |
-     wget            | [] [] [] []       []          []    |
-                     +-------------------------------------+
-                       gl he hr hu id it ja ko lv nb nl nn
-                       23  9 12 19 16 13 26  9  1  7 19  3
-     
-                       no pl pt pt_BR ru sk sl sv tr uk zh_CN zh_TW
-                     +----------------------------------------------+
-     a2ps            | () () ()  []   []    [] [] []                | 10
-     ap-utils        |                               ()             |  0
-     bash            |           []                                 |  6
-     bfd             |                         [] []                |  5
-     binutils        |                         [] []                |  5
-     bison           |           []   []       [] []                | 12
-     clisp           |                                              |  0
-     clisp           |                                              |  5
-     clisplow        |                                              |  0
-     cpio            |    []     []   []       []                   | 12
-     darkstat        |           []            []        ()    ()   |  2
-     diffutils       |    []     []   []       [] []           []   | 17
-     enscript        |           []   []       [] []                |  8
-     error           |                   []       []           []   |  7
-     fetchmail       |    ()     ()               []                |  6
-     fileutils       |                []    [] [] []     []    []   | 14
-     findutils       |    []     []   [] [] [] [] []                | 21
-     flex            |                []       [] []                |  9
-     gas             |                            []                |  3
-     gawk            |                         [] []                |  6
-     gcal            |                         [] []                |  4
-     gcc             |                            []                |  4
-     gettext         |                [] [] [] [] []           []   | 13
-     gnupg           |    []                   [] []                | 14
-     gprof           |                         [] []                |  5
-     gpsdrive        |                   []    []                   |  3
-     grep            |    []     []   []    []    []                | 20
-     gretl           |                                              |  1
-     gthumb          |           ()   ()       []                   |  1
-     hello           | [] []          [] []    [] [] []             | 28
-     id-utils        |           []   []       [] []                |  9
-     indent          |           []   [] []    [] []                | 14
-     jpilot          | ()                      () []           []   |  5
-     jwhois          |           []   ()       () []           []   |  7
-     kbd             |                         [] []                |  5
-     ld              |                         [] []                |  4
-     libc            | [] []     []      []    [] []                | 18
-     libiconv        |           []   [] []    [] []                | 12
-     lifelines       |                         []                   |  1
-     lilypond        |                         []                   |  4
-     lingoteach      |           []            []                   |  5
-     lingoteach_lessons|                                   ()         |  0
-     lynx            |           []   []       [] []                | 13
-     m4              |    []     []   []       []                   | 13
-     make            |    []     []   []       [] []                | 15
-     man-db          |                                              |  3
-     mysecretdiary   |           []            [] []                |  7
-     nano            |    []          []       []    []             | 13
-     nano_1_0        |    []          []       []    []             | 14
-     opcodes         |           []            [] []                |  8
-     parted          |       []  []            [] []                | 12
-     ptx             | [] [] []  []   []       [] []                | 19
-     python          |                                              |  0
-     recode          |    []     []   []    [] [] []                | 15
-     sed             |           []   [] [] [] [] []                | 24
-     sh-utils        |                []          []                |  9
-     sharutils       |                []       [] []           []   | 14
-     sketch          |           []   ()       []                   |  4
-     soundtracker    |                         []                   |  6
-     sp              |                                              |  1
-     tar             | [] []     []      [] [] [] []                | 19
-     texinfo         |                []       []                   | 10
-     textutils       |                []    [] [] []           []   | 14
-     util-linux      |           []            [] []                | 10
-     vorbis-tools    |                         []                   |  3
-     wastesedge      |                                              |  0
-     wdiff           |           []   [] []    [] []                | 14
-     wget            |    []          [] [] [] [] [] []        []   | 24
-                     +----------------------------------------------+
-       37 teams        no pl pt pt_BR ru sk sl sv tr uk zh_CN zh_TW
-       68 domains       4 15  2  28   28 12 10 49 43  4   1     9    609
-
-   Some counters in the preceding matrix are higher than the number of
-visible blocks let us expect.  This is because a few extra PO files are
-used for implementing regional variants of languages, or language
-dialects.
-
-   For a PO file in the matrix above to be effective, the package to
-which it applies should also have been internationalized and
-distributed as such by its maintainer.  There might be an observable
-lag between the mere existence a PO file and its wide availability in a
-distribution.
-
-   If August 2002 seems to be old, you may fetch a more recent copy of
-this `ABOUT-NLS' file on most GNU archive sites.  The most up-to-date
-matrix with full percentage details can be found at
-`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
-
-Using `gettext' in new packages
-===============================
-
-   If you are writing a freely available program and want to
-internationalize it you are welcome to use GNU `gettext' in your
-package.  Of course you have to respect the GNU Library General Public
-License which covers the use of the GNU `gettext' library.  This means
-in particular that even non-free programs can use `libintl' as a shared
-library, whereas only free software can use `libintl' as a static
-library or use modified versions of `libintl'.
-
-   Once the sources are changed appropriately and the setup can handle
-to use of `gettext' the only thing missing are the translations.  The
-Free Translation Project is also available for packages which are not
-developed inside the GNU project.  Therefore the information given above
-applies also for every other Free Software Project.  Contact
address@hidden' to make the `.pot' files available to
-the translation teams.
-

Deleted: branches/pingus_sdl/MAINTAINING
===================================================================
--- branches/pingus_sdl/MAINTAINING     2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/MAINTAINING     2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,82 +0,0 @@
-Maintaining Pingus
-==================
-
-Source Releases
-~~~~~~~~~~~~~~~
-
-Source releases can be created with a call to 
-
- % make dist-bzip2
-
-that will generate a tarball called pingus-VERSION.tar.bz2, a call to
-
- % make dist-gzip
-
-will generated a gzipped one and a call to:
-
- % make dist-zip
-
-should generate a zipped one for the Windows people.
-
-One has to be carefull to to check the created tarball if it contains
-all graphics, etc. a call to:
-
- % make distcheck
-
-might help, but might not be sufficient, further testing might be
-needed (FIXME: should be automatised).
-
-
-Binary Releases
-~~~~~~~~~~~~~~~
-
-Binary release are different, they are basically build by a
-
- % make install prefix=/tmp/pingus/
- % cp -v pingus.static /tmp/pingus/usr/local/games/pingus
-
-and by adding a start script, using the Loki Installer might also be a
-good idea, even so I tend to prefer tarballs, it automatically creates
-KDE and Gnome links and such. Official releases (those that end up on
-pingus.seul.org) must be build with -DOFFICIAL_PINGUS_BUILD.
-
-FIXME: a make-target should automatise this.
-FIXME: Binary Release should include source code (source is small, so
-it should be shipped together with the binary)
-FIXME: How to build windows binaries?
-
-
-What to Release?
-~~~~~~~~~~~~~~~~
-
-Source Release as .zip and .tar.bz2, .tar.gz shouldn't be needed.
-Binary Release as tar.bz2 for GNU/Linux and .zip for Windows, some
-people might prefer a clickable .exe.
-
-
-Fonts and Internationalization
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Pingus should support Latin1 (ISO-8859-1) and Latin2 (ISO-8859-2).
-Cyrillic (ISO-8859-5) might also be needed at some point. See:
-
- * http://czyborra.com/charsets/iso8859.html
-
-
-CVS Usage
-~~~~~~~~~
-
-$ cvs co -r pingus_0_6 # old
-$ cvs co -r HEAD # current
-
-Merging changes:
-
-Edit pingus_0_6, commit as normal. Then goto HEAD and do:
-
-$ cvs update -kk -j pingus_0_6_merged_to_head -j pingus_0_6
-
-finally go back to pingus_0_6 and do:
-
-$ cvs tag pingus_0_6_merged_to_head
-
-# EOF #

Deleted: branches/pingus_sdl/Makefile.am
===================================================================
--- branches/pingus_sdl/Makefile.am     2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/Makefile.am     2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,25 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-SUBDIRS = m4 src data doc contrib
-
-EXTRA_DIST = config.rpath autogen.sh pingus.dsp pingus.dsw ABOUT-NLS  \
- README.languages INSTALL.Win32 INSTALL.unix
-
-ACLOCAL_AMFLAGS = -I m4
-
-# EOF #

Deleted: branches/pingus_sdl/Pingus.sln
===================================================================
--- branches/pingus_sdl/Pingus.sln      2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/Pingus.sln      2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,21 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 8.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pingus", "Pingus.vcproj", 
"{BDBBA2EB-B1A9-42FF-A105-EE61D8827854}"
-       ProjectSection(ProjectDependencies) = postProject
-       EndProjectSection
-EndProject
-Global
-       GlobalSection(SolutionConfiguration) = preSolution
-               Debug = Debug
-               Release = Release
-       EndGlobalSection
-       GlobalSection(ProjectConfiguration) = postSolution
-               {BDBBA2EB-B1A9-42FF-A105-EE61D8827854}.Debug.ActiveCfg = 
Debug|Win32
-               {BDBBA2EB-B1A9-42FF-A105-EE61D8827854}.Debug.Build.0 = 
Debug|Win32
-               {BDBBA2EB-B1A9-42FF-A105-EE61D8827854}.Release.ActiveCfg = 
Release|Win32
-               {BDBBA2EB-B1A9-42FF-A105-EE61D8827854}.Release.Build.0 = 
Release|Win32
-       EndGlobalSection
-       GlobalSection(ExtensibilityGlobals) = postSolution
-       EndGlobalSection
-       GlobalSection(ExtensibilityAddIns) = postSolution
-       EndGlobalSection
-EndGlobal

Deleted: branches/pingus_sdl/Pingus.vcproj
===================================================================
--- branches/pingus_sdl/Pingus.vcproj   2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/Pingus.vcproj   2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,1877 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
-       ProjectType="Visual C++"
-       Version="7.10"
-       Name="Pingus"
-       ProjectGUID="{BDBBA2EB-B1A9-42FF-A105-EE61D8827854}"
-       Keyword="Win32Proj">
-       <Platforms>
-               <Platform
-                       Name="Win32"/>
-       </Platforms>
-       <Configurations>
-               <Configuration
-                       Name="Debug|Win32"
-                       OutputDirectory="Debug"
-                       IntermediateDirectory="Debug"
-                       ConfigurationType="1"
-                       CharacterSet="2">
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="0"
-                               AdditionalIncludeDirectories="src\win32"
-                               PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
-                               MinimalRebuild="TRUE"
-                               BasicRuntimeChecks="3"
-                               RuntimeLibrary="1"
-                               RuntimeTypeInfo="TRUE"
-                               UsePrecompiledHeader="0"
-                               WarningLevel="3"
-                               Detect64BitPortabilityProblems="TRUE"
-                               DebugInformationFormat="3"/>
-                       <Tool
-                               Name="VCCustomBuildTool"/>
-                       <Tool
-                               Name="VCLinkerTool"
-                               OutputFile="$(OutDir)/Pingus.exe"
-                               LinkIncremental="2"
-                               IgnoreDefaultLibraryNames="LIBCMT"
-                               GenerateDebugInformation="TRUE"
-                               ProgramDatabaseFile="$(OutDir)/Pingus.pdb"
-                               SubSystem="2"
-                               TargetMachine="1"/>
-                       <Tool
-                               Name="VCMIDLTool"/>
-                       <Tool
-                               Name="VCPostBuildEventTool"/>
-                       <Tool
-                               Name="VCPreBuildEventTool"/>
-                       <Tool
-                               Name="VCPreLinkEventTool"/>
-                       <Tool
-                               Name="VCResourceCompilerTool"/>
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"/>
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"/>
-                       <Tool
-                               Name="VCWebDeploymentTool"/>
-                       <Tool
-                               Name="VCManagedWrapperGeneratorTool"/>
-                       <Tool
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-               </Configuration>
-               <Configuration
-                       Name="Release|Win32"
-                       OutputDirectory="Release"
-                       IntermediateDirectory="Release_intermediate"
-                       ConfigurationType="1"
-                       CharacterSet="2">
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               AdditionalIncludeDirectories="src\win32"
-                               PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
-                               RuntimeLibrary="0"
-                               RuntimeTypeInfo="TRUE"
-                               UsePrecompiledHeader="0"
-                               WarningLevel="3"
-                               Detect64BitPortabilityProblems="TRUE"
-                               DebugInformationFormat="3"/>
-                       <Tool
-                               Name="VCCustomBuildTool"/>
-                       <Tool
-                               Name="VCLinkerTool"
-                               OutputFile="$(OutDir)/Pingus.exe"
-                               LinkIncremental="1"
-                               GenerateDebugInformation="TRUE"
-                               SubSystem="2"
-                               OptimizeReferences="2"
-                               EnableCOMDATFolding="2"
-                               TargetMachine="1"/>
-                       <Tool
-                               Name="VCMIDLTool"/>
-                       <Tool
-                               Name="VCPostBuildEventTool"/>
-                       <Tool
-                               Name="VCPreBuildEventTool"/>
-                       <Tool
-                               Name="VCPreLinkEventTool"/>
-                       <Tool
-                               Name="VCResourceCompilerTool"/>
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"/>
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"/>
-                       <Tool
-                               Name="VCWebDeploymentTool"/>
-                       <Tool
-                               Name="VCManagedWrapperGeneratorTool"/>
-                       <Tool
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-               </Configuration>
-       </Configurations>
-       <References>
-       </References>
-       <Files>
-               <Filter
-                       Name="src"
-                       Filter="">
-                       <Filter
-                               Name="actions"
-                               Filter="">
-                               <File
-                                       RelativePath=".\src\actions\angel.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\angel.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\basher.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\basher.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\blocker.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\blocker.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\boarder.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\boarder.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\bomber.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\bomber.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\bridger.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\bridger.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\climber.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\climber.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\digger.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\digger.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\drown.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\drown.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\exiter.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\exiter.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\faller.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\faller.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\floater.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\floater.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\jumper.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\jumper.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\laser_kill.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\laser_kill.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\miner.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\miner.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\rocket_launcher.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\rocket_launcher.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\slider.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\slider.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\smashed.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\smashed.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\splashed.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\splashed.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\superman.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\superman.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\teleported.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\actions\teleported.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\waiter.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\waiter.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\walker.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\actions\walker.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="colliders"
-                               Filter="">
-                               <File
-                                       
RelativePath=".\src\colliders\pingu_collider.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\colliders\pingu_collider.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="gui"
-                               Filter="">
-                               <File
-                                       RelativePath=".\src\gui\button.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\checkbox.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\checkbox.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\checkbox_listener.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\combobox.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\combobox.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\combobox_listener.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\component.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\cursor.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\cursor.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\display.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\display.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\game_delta.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\game_delta_recorder.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\gui_manager.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\gui_manager.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\gui_screen.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\gui_screen.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\input_box.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\input_box.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\input_debug_screen.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\input_debug_screen.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\root_gui_manager.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\root_gui_manager.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\screen.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\screen.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\screen_manager.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\screen_manager.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\screen_manager_impl.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\screen_ptr.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gui\screen_ptr.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\surface_button.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\gui\surface_button.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="input"
-                               Filter="">
-                               <File
-                                       RelativePath=".\src\input\axis.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\input\axis_factory.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\input\axis_factory.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\input\button.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\input\button_factory.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\input\button_factory.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\input\controller.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\input\controller.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\input\event.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\input\event_fwd.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\input\pointer.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\input\pointer_factory.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\input\pointer_factory.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\input\scroller.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\input\scroller_factory.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\input\scroller_factory.hxx">
-                               </File>
-                               <Filter
-                                       Name="axes"
-                                       Filter="">
-                                       <File
-                                               
RelativePath=".\src\input\axes\button_axis.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\axes\button_axis.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\axes\dummy_axis.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\axes\inverted_axis.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\axes\inverted_axis.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\axes\joystick_axis.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\axes\joystick_axis.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\axes\mouse_axis.cxx">
-                                               <FileConfiguration
-                                                       Name="Debug|Win32"
-                                                       
ExcludedFromBuild="TRUE">
-                                                       <Tool
-                                                               
Name="VCCLCompilerTool"/>
-                                               </FileConfiguration>
-                                               <FileConfiguration
-                                                       Name="Release|Win32"
-                                                       
ExcludedFromBuild="TRUE">
-                                                       <Tool
-                                                               
Name="VCCLCompilerTool"/>
-                                               </FileConfiguration>
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\axes\mouse_axis.hxx">
-                                               <FileConfiguration
-                                                       Name="Debug|Win32"
-                                                       
ExcludedFromBuild="TRUE">
-                                                       <Tool
-                                                               
Name="VCCustomBuildTool"/>
-                                               </FileConfiguration>
-                                               <FileConfiguration
-                                                       Name="Release|Win32"
-                                                       
ExcludedFromBuild="TRUE">
-                                                       <Tool
-                                                               
Name="VCCustomBuildTool"/>
-                                               </FileConfiguration>
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\axes\multiple_axis.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\axes\multiple_axis.hxx">
-                                       </File>
-                               </Filter>
-                               <Filter
-                                       Name="buttons"
-                                       Filter="">
-                                       <File
-                                               
RelativePath=".\src\input\buttons\double_button.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\double_button.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\dummy_button.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\joystick_button.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\joystick_button.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\key_button.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\key_button.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\mouse_button.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\mouse_button.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\multiple_button.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\multiple_button.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\triple_button.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\buttons\triple_button.hxx">
-                                       </File>
-                               </Filter>
-                               <Filter
-                                       Name="pointers"
-                                       Filter="">
-                                       <File
-                                               
RelativePath=".\src\input\pointers\axis_pointer.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\pointers\axis_pointer.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\pointers\dummy_pointer.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\pointers\mouse_pointer.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\pointers\mouse_pointer.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\pointers\multiple_pointer.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\pointers\multiple_pointer.hxx">
-                                       </File>
-                               </Filter>
-                               <Filter
-                                       Name="scrollers"
-                                       Filter="">
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\axis_scroller.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\axis_scroller.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\dummy_scroller.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\inverted_scroller.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\inverted_scroller.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\joystick_scroller.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\joystick_scroller.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\mouse_scroller.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\mouse_scroller.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\multiple_scroller.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\multiple_scroller.hxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\pointer_scroller.cxx">
-                                       </File>
-                                       <File
-                                               
RelativePath=".\src\input\scrollers\pointer_scroller.hxx">
-                                       </File>
-                               </Filter>
-                       </Filter>
-                       <Filter
-                               Name="movers"
-                               Filter="">
-                               <File
-                                       
RelativePath=".\src\movers\linear_mover.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\movers\linear_mover.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="particles"
-                               Filter="">
-                               <File
-                                       
RelativePath=".\src\particles\explosive_particle.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\particles\explosive_particle.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\particles\ground_particle.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\particles\ground_particle.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\particles\pingu_particle_holder.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\particles\pingu_particle_holder.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\particles\rain_particle_holder.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\particles\rain_particle_holder.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\particles\smoke_particle_holder.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\particles\smoke_particle_holder.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\particles\snow_particle_holder.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\particles\snow_particle_holder.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="sound"
-                               Filter="">
-                               <File
-                                       
RelativePath=".\src\sound\slot_manager.cxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       
RelativePath=".\src\sound\slot_manager.hxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       RelativePath=".\src\sound\sound.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\sound\sound.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\sound\sound_dummy.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\sound\sound_dummy.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\sound\sound_real.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\sound\sound_real.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\sound\sound_res_mgr.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\sound\sound_res_mgr.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\sound\sounds.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="win32"
-                               Filter="">
-                               <File
-                                       RelativePath=".\src\win32\config.h">
-                               </File>
-                               <File
-                                       RelativePath=".\src\win32\pingus.rc">
-                               </File>
-                               <File
-                                       RelativePath=".\src\win32\resource.h">
-                               </File>
-                               <File
-                                       RelativePath=".\src\win32\uce_dirent.h">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="worldmap"
-                               Filter="">
-                               <File
-                                       RelativePath=".\src\worldmap\dot.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\worldmap\dot.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\dot_factory.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\dot_factory.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\drawable.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\drawable.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\drawable_factory.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\drawable_factory.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\worldmap\graph.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\worldmap\graph.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\level_dot.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\level_dot.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\manager.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\manager.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\metamap.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\metamap.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\worldmap\path.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\worldmap\path.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\path_drawable.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\path_drawable.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\path_graph.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\path_graph.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\pathfinder.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\pingus.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\pingus.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\sprite_drawable.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\sprite_drawable.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\surface_drawable.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\surface_drawable.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\world_dot.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\world_dot.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\worldmap.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\worldmap.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\worldmap_story.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldmap\worldmap_story.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="worldobjs"
-                               Filter="">
-                               <File
-                                       
RelativePath=".\src\worldobjs\conveyor_belt.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\conveyor_belt.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\entrance.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\entrance.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\worldobjs\exit.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\worldobjs\exit.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\fake_exit.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\fake_exit.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\groundpiece.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\groundpiece.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\guillotine.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\guillotine.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\hammer.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\hammer.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\hotspot.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\hotspot.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\ice_block.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\ice_block.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\info_box.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\info_box.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\laser_exit.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\laser_exit.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\liquid.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\liquid.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\rain_generator.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\rain_generator.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\smasher.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\smasher.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\snow_generator.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\snow_generator.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\solid_color_background.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\solid_color_background.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\spike.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\spike.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\starfield_background.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\starfield_background.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\starfield_background_stars.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\starfield_background_stars.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\surface_background.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\surface_background.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\switch_door.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\switch_door.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\teleporter.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\teleporter.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\thunderstorm_background.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\thunderstorm_background.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\woodthing.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobjs\woodthing.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="src"
-                               Filter="">
-                               <File
-                                       RelativePath=".\src\action_holder.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\action_holder.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\blitter.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\blitter.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\blitter_impl.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\blitter_test.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\blitter_test.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\capture_rectangle.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\capture_rectangle.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\cheat.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\cheat.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\client.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\client.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\col_map.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\col_map.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\collider.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\collider.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\config.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\config.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\console.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\console.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\credits.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\credits.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\debug.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\debug.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\debug_stream.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\debug_stream.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\delta_manager.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\demo_player.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\demo_player.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\demo_recorder.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\demo_recorder.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\demo_session.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\demo_session.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\direction.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\direction.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\exit_menu.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\exit_menu.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\file_dialog.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\file_dialog.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\file_dialog_item.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\file_dialog_item.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\file_dialog_listener.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\file_reader.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\file_reader.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\file_reader_impl.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\file_writer.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\fonts.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\fonts.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\fps_counter.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\fps_counter.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\game_counter.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\game_counter.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\game_event.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\game_session.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\game_session.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\game_session_result.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\game_session_result.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\game_time.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\game_time.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gettext.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\gettext.h">
-                               </File>
-                               <File
-                                       RelativePath=".\src\global_event.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\global_event.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\globals.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\globals.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\goal_manager.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\goal_manager.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\graphic_context_state.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\graphic_context_state.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\ground_map.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\ground_map.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\groundtype.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\groundtype.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\hierHeader.inc">
-                               </File>
-                               <File
-                                       RelativePath=".\src\indexed_canvas.cxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       RelativePath=".\src\indexed_canvas.hxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       RelativePath=".\src\indexHeader.inc">
-                               </File>
-                               <File
-                                       RelativePath=".\src\input_event.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\layer_manager.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\layer_manager.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\level_desc.cxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       RelativePath=".\src\level_desc.hxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       
RelativePath=".\src\level_interrupt.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\level_interrupt.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\level_result.cxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       RelativePath=".\src\level_result.hxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       RelativePath=".\src\libxmlfwd.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\loading.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\loading.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\math.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\mover.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\mover.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\multiline_text.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\multiline_text.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\path_manager.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\path_manager.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingu.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingu.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingu_action.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingu_action.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\pingu_action_factory.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\pingu_action_factory.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingu_enums.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingu_enums.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingu_holder.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingu_holder.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingus.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingus_error.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingus_error.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingus_level.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingus_level.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\pingus_level_impl.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingus_main.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingus_main.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\pingus_map_manager.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\pingus_map_manager.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingus_menu.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\pingus_menu.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\pingus_menu_manager.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\pingus_menu_manager.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\pingus_sub_menu.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\pingus_sub_menu.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\plf_handle.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\plf_res_mgr.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\plf_res_mgr.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\plt_xml.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\plt_xml.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\preview_renderer.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\preview_renderer.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\range.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\range.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\res_descriptor.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\res_descriptor.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\resource.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\resource.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\resource_modifier.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\resource_modifier.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\result.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\result.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\result_screen.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\result_screen.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\savegame.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\savegame.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\savegame_manager.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\savegame_manager.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\screenshot.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\screenshot.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\server.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\server.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\server_event.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\server_event.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\smallmap_image.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\smallmap_image.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\start_screen.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\start_screen.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\stat_manager.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\stat_manager.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\state_sprite.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\state_sprite.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\story_screen.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\story_screen.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\string_format.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\string_format.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\system.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\system.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\target_provider.cxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       
RelativePath=".\src\target_provider.hxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       RelativePath=".\src\theme.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\theme.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\theme_selector.cxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       RelativePath=".\src\theme_selector.hxx">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                                       <FileConfiguration
-                                               Name="Release|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       RelativePath=".\src\timer.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\timer.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\true_server.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\true_server.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\vector.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\vector.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\world.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\world.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\worldobj.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\worldobj.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\worldobj_data.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobj_factory.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\worldobj_factory.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\xml_file_reader.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\xml_file_reader.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\xml_file_writer.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\xml_file_writer.hxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\xml_pdf.cxx">
-                               </File>
-                               <File
-                                       RelativePath=".\src\xml_pdf.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\xml_pingus_level.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\xml_pingus_level.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="display"
-                               Filter="">
-                               <File
-                                       
RelativePath=".\src\display\drawing_context.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\display\drawing_context.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\display\drawing_request.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\display\scene_context.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\display\scene_context.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="caimagemanipulation"
-                               Filter="">
-                               <File
-                                       
RelativePath=".\src\caimagemanipulation\caimagemanipulation.cpp">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCLCompilerTool"/>
-                                       </FileConfiguration>
-                               </File>
-                               <File
-                                       
RelativePath=".\src\caimagemanipulation\caimagemanipulation.h">
-                                       <FileConfiguration
-                                               Name="Debug|Win32"
-                                               ExcludedFromBuild="TRUE">
-                                               <Tool
-                                                       
Name="VCCustomBuildTool"/>
-                                       </FileConfiguration>
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="editor"
-                               Filter="">
-                               <File
-                                       
RelativePath=".\src\editor\context_menu.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\context_menu.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\editor_panel.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\editor_panel.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\editor_screen.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\editor_screen.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\editor_viewport.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\editor_viewport.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\level_head.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\level_head.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\level_impl.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\level_objs.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\level_objs.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\panel_buttons.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\panel_buttons.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\xml_level.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\xml_level.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="components"
-                               Filter="">
-                               <File
-                                       
RelativePath=".\src\components\action_button.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\action_button.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\button_panel.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\button_panel.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\hurry_up.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\hurry_up.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\Makefile.am">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\menu_button.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\menu_button.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\pingus_counter.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\pingus_counter.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\playfield.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\playfield.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\smallmap.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\smallmap.hxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\time_display.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\time_display.hxx">
-                               </File>
-                       </Filter>
-                       <Filter
-                               Name="tinygettext"
-                               Filter="">
-                               <File
-                                       
RelativePath=".\src\tinygettext\tinygettext.cxx">
-                               </File>
-                               <File
-                                       
RelativePath=".\src\tinygettext\tinygettext.hxx">
-                               </File>
-                       </Filter>
-               </Filter>
-               <File
-                       RelativePath=".\ChangeLog">
-               </File>
-               <File
-                       RelativePath=".\src\win32\icon1.ico">
-               </File>
-               <File
-                       RelativePath=".\INSTALL.Win32">
-               </File>
-               <File
-                       RelativePath=".\Maintaining">
-               </File>
-               <File
-                       RelativePath=".\News">
-               </File>
-               <File
-                       RelativePath=".\Readme">
-               </File>
-               <File
-                       RelativePath=".\README.languages">
-               </File>
-               <File
-                       RelativePath=".\Todo">
-               </File>
-               <File
-                       RelativePath=".\Wishlist">
-               </File>
-       </Files>
-       <Globals>
-       </Globals>
-</VisualStudioProject>

Deleted: branches/pingus_sdl/acinclude.m4
===================================================================
--- branches/pingus_sdl/acinclude.m4    2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/acinclude.m4    2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,61 +0,0 @@
-
-AC_DEFUN([AC_LIB_CLANLIB], [
-       echo "checking for ClanLib... assuming yes, but haven't tested";
-       LIBS="-lclan -lclanlayer2 $LIBS"]
-       )
-
-dnl PINGUS_EXPAND_DIR(VARNAME, DIR)
-dnl expands occurrences of ${prefix} and ${exec_prefix} in the given DIR,
-dnl and assigns the resulting string to VARNAME
-dnl example: PINGUS_EXPAND_DIR(LOCALEDIR, "$datadir/locale")
-dnl eg, then: AC_DEFINE_UNQUOTED(LOCALEDIR, "$LOCALEDIR")
-dnl by Alexandre Oliva 
-dnl from http://www.cygnus.com/ml/automake/1998-Aug/0040.html
-AC_DEFUN([PINGUS_EXPAND_DIR], [
-        $1=$2
-        $1=`(
-            test "x$prefix" = xNONE && prefix="$ac_default_prefix"
-            test "x$exec_prefix" = xNONE && exec_prefix="${prefix}"
-            eval echo \""[$]$1"\"
-        )`
-])
-
-AC_DEFUN([PINGUS_EXTRA_PATHS],
-[
-
-AC_ARG_WITH(extra-includes,
-[  --with-extra-includes=DIR
-                          add extra include paths],
-  use_extra_includes="$withval",
-  use_extra_includes=NO
-)
-if test -n "$use_extra_includes" && \
-        test "$use_extra_includes" != "NO"; then
-  ac_save_ifs=$IFS
-  IFS=':'
-  for dir in $use_extra_includes; do
-    extra_includes="$extra_includes -I$dir"
-  done
-  IFS=$ac_save_ifs
-  CPPFLAGS="$CPPFLAGS $extra_includes"
-fi
-
-AC_ARG_WITH(extra-libs,
-[  --with-extra-libs=DIR   add extra library paths], 
-  use_extra_libs=$withval,
-  use_extra_libs=NO
-)
-if test -n "$use_extra_libs" && \
-        test "$use_extra_libs" != "NO"; then
-   ac_save_ifs=$IFS
-   IFS=':'
-   for dir in $use_extra_libs; do
-     extra_libraries="$extra_libraries -L$dir"
-   done
-   IFS=$ac_save_ifs
-fi
-
-AC_SUBST(extra_includes)
-AC_SUBST(extra_libraries)
-
-])

Deleted: branches/pingus_sdl/autogen.sh
===================================================================
--- branches/pingus_sdl/autogen.sh      2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/autogen.sh      2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-set -e
-
-AUTOMAKE=""
-ACLOCAL=""
-
-if [ `which automake-1.7` ]; then
-    AUTOMAKE="automake-1.7"
-    ACLOCAL="aclocal-1.7"
-elif [ `which automake-1.6` ]; then
-    AUTOMAKE="automake-1.6"
-    ACLOCAL="aclocal-1.6"
-else
-    AUTOMAKE="automake"
-    ACLOCAL="aclocal"
-fi
-
-echo "Generating ./configure, this may take a while..."
-autoheader
-$ACLOCAL -I m4
-$AUTOMAKE --force-missing --add-missing --copy
-autoconf
-
-# EOF #

Deleted: branches/pingus_sdl/config.rpath
===================================================================
--- branches/pingus_sdl/config.rpath    2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/config.rpath    2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,513 +0,0 @@
-#! /bin/sh
-# Output a system dependent set of variables, describing how to set the
-# run time search path of shared libraries in an executable.
-#
-#   Copyright 1996-2002 Free Software Foundation, Inc.
-#   Taken from GNU libtool, 2001
-#   Originally by Gordon Matzigkeit <address@hidden>, 1996
-#
-#   This program is free software; you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation; either version 2 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful, but
-#   WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#   General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-#   As a special exception to the GNU General Public License, if you
-#   distribute this file as part of a program that contains a
-#   configuration script generated by Autoconf, you may include it under
-#   the same distribution terms that you use for the rest of that program.
-#
-# The first argument passed to this file is the canonical host specification,
-#    CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
-# or
-#    CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
-# The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
-# should be set by the caller.
-#
-# The set of defined variables is at the end of this script.
-
-# All known linkers require a `.a' archive for static linking (except M$VC,
-# which needs '.lib').
-libext=a
-shlibext=
-
-host="$1"
-host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
-host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
-host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-
-wl=
-if test "$GCC" = yes; then
-  wl='-Wl,'
-else
-  case "$host_os" in
-    aix3* | aix4* | aix5*)
-      wl='-Wl,'
-      ;;
-    hpux9* | hpux10* | hpux11*)
-      wl='-Wl,'
-      ;;
-    irix5* | irix6*)
-      wl='-Wl,'
-      ;;
-    linux*)
-      echo '__INTEL_COMPILER' > conftest.$ac_ext
-      if $CC -E conftest.$ac_ext >/dev/null | grep __INTEL_COMPILER >/dev/null
-      then
-        :
-      else
-        # Intel icc
-        wl='-Qoption,ld,'
-      fi
-      ;;
-    osf3* | osf4* | osf5*)
-      wl='-Wl,'
-      ;;
-    solaris*)
-      wl='-Wl,'
-      ;;
-    sunos4*)
-      wl='-Qoption ld '
-      ;;
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-      if test "x$host_vendor" = xsni; then
-        wl='-LD'
-      else
-        wl='-Wl,'
-      fi
-      ;;
-  esac
-fi
-
-hardcode_libdir_flag_spec=
-hardcode_libdir_separator=
-hardcode_direct=no
-hardcode_minus_L=no
-
-case "$host_os" in
-  cygwin* | mingw* | pw32*)
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
-    # When not using gcc, we currently assume that we are using
-    # Microsoft Visual C++.
-    if test "$GCC" != yes; then
-      with_gnu_ld=no
-    fi
-    ;;
-  openbsd*)
-    with_gnu_ld=no
-    ;;
-esac
-
-ld_shlibs=yes
-if test "$with_gnu_ld" = yes; then
-  case "$host_os" in
-    aix3* | aix4* | aix5*)
-      # On AIX, the GNU linker is very broken
-      ld_shlibs=no
-      ;;
-    amigaos*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      # Samuel A. Falvo II <address@hidden> reports
-      # that the semantics of dynamic libraries on AmigaOS, at least up
-      # to version 4, is to share data among multiple programs linked
-      # with the same dynamic library.  Since this doesn't match the
-      # behavior of shared libraries on other platforms, we can use
-      # them.
-      ld_shlibs=no
-      ;;
-    beos*)
-      if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
-        :
-      else
-        ld_shlibs=no
-      fi
-      ;;
-    cygwin* | mingw* | pw32*)
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
-      # no search path for DLLs.
-      hardcode_libdir_flag_spec='-L$libdir'
-      ;;
-    solaris* | sysv5*)
-      if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
-        ld_shlibs=no
-      elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; 
then
-        :
-      else
-        ld_shlibs=no
-      fi
-      ;;
-    sunos4*)
-      hardcode_direct=yes
-      ;;
-    *)
-      if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
-        :
-      else
-        ld_shlibs=no
-      fi
-      ;;
-  esac
-  if test "$ld_shlibs" = yes; then
-    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
-  fi
-else
-  case "$host_os" in
-    aix3*)
-      # Note: this linker hardcodes the directories in LIBPATH if there
-      # are no directories specified by -L.
-      hardcode_minus_L=yes
-      if test "$GCC" = yes; then
-        # Neither direct hardcoding nor static linking is supported with a
-        # broken collect2.
-        hardcode_direct=unsupported
-      fi
-      ;;
-    aix4* | aix5*)
-      if test "$host_cpu" = ia64; then
-        # On IA64, the linker does run time linking by default, so we don't
-        # have to do anything special.
-        aix_use_runtimelinking=no
-      else
-        aix_use_runtimelinking=no
-        # Test if we are trying to use run time linking or normal
-        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-        # need to do runtime linking.
-        case $host_os in aix4.[23]|aix4.[23].*|aix5*)
-          for ld_flag in $LDFLAGS; do
-            if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
-              aix_use_runtimelinking=yes
-              break
-            fi
-          done
-        esac
-      fi
-      hardcode_direct=yes
-      hardcode_libdir_separator=':'
-      if test "$GCC" = yes; then
-        case $host_os in aix4.[012]|aix4.[012].*)
-          collect2name=`${CC} -print-prog-name=collect2`
-          if test -f "$collect2name" && \
-            strings "$collect2name" | grep resolve_lib_name >/dev/null
-          then
-            # We have reworked collect2
-            hardcode_direct=yes
-          else
-            # We have old collect2
-            hardcode_direct=unsupported
-            hardcode_minus_L=yes
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_libdir_separator=
-          fi
-        esac
-      fi
-      if test "$aix_use_runtimelinking" = yes; then
-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
-      else
-        if test "$host_cpu" = ia64; then
-          hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
-        else
-          hardcode_libdir_flag_spec='${wl}-bnolibpath 
${wl}-blibpath:$libdir:/usr/lib:/lib'
-        fi
-      fi
-      ;;
-    amigaos*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      # see comment about different semantics on the GNU ld section
-      ld_shlibs=no
-      ;;
-    cygwin* | mingw* | pw32*)
-      # When not using gcc, we currently assume that we are using
-      # Microsoft Visual C++.
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
-      # no search path for DLLs.
-      hardcode_libdir_flag_spec=' '
-      libext=lib
-      ;;
-    darwin* | rhapsody*)
-      hardcode_direct=yes
-      ;;
-    freebsd1*)
-      ld_shlibs=no
-      ;;
-    freebsd2.2*)
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      ;;
-    freebsd2*)
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      ;;
-    freebsd*)
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      ;;
-    hpux9* | hpux10* | hpux11*)
-      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
-      hardcode_libdir_separator=:
-      hardcode_direct=yes
-      hardcode_minus_L=yes # Not in the search PATH, but as the default
-                           # location of the library.
-      ;;
-    irix5* | irix6*)
-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
-      hardcode_libdir_separator=:
-      ;;
-    netbsd*)
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      ;;
-    newsos6)
-      hardcode_direct=yes
-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
-      hardcode_libdir_separator=:
-      ;;
-    openbsd*)
-      hardcode_direct=yes
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test 
"$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
-      else
-        case "$host_os" in
-          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
-            hardcode_libdir_flag_spec='-R$libdir'
-            ;;
-          *)
-            hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
-            ;;
-        esac
-      fi
-      ;;
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      ;;
-    osf3*)
-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
-      hardcode_libdir_separator=:
-      ;;
-    osf4* | osf5*)
-      if test "$GCC" = yes; then
-        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
-      else
-        # Both cc and cxx compiler support -rpath directly
-        hardcode_libdir_flag_spec='-rpath $libdir'
-      fi
-      hardcode_libdir_separator=:
-      ;;
-    sco3.2v5*)
-      ;;
-    solaris*)
-      hardcode_libdir_flag_spec='-R$libdir'
-      ;;
-    sunos4*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      ;;
-    sysv4)
-      if test "x$host_vendor" = xsno; then
-        hardcode_direct=yes # is this really true???
-      else
-        hardcode_direct=no # Motorola manual says yes, but my tests say they 
lie
-      fi
-      ;;
-    sysv4.3*)
-      ;;
-    sysv5*)
-      hardcode_libdir_flag_spec=
-      ;;
-    uts4*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      ;;
-    dgux*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      ;;
-    sysv4*MP*)
-      if test -d /usr/nec; then
-        ld_shlibs=yes
-      fi
-      ;;
-    sysv4.2uw2*)
-      hardcode_direct=yes
-      hardcode_minus_L=no
-      ;;
-    sysv5uw7* | unixware7*)
-      ;;
-    *)
-      ld_shlibs=no
-      ;;
-  esac
-fi
-
-# Check dynamic linker characteristics
-libname_spec='lib$name'
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-case "$host_os" in
-  aix3*)
-    shlibext=so
-    ;;
-  aix4* | aix5*)
-    shlibext=so
-    ;;
-  amigaos*)
-    shlibext=ixlibrary
-    ;;
-  beos*)
-    shlibext=so
-    ;;
-  bsdi4*)
-    shlibext=so
-    sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib 
/lib /usr/local/lib"
-    sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-    ;;
-  cygwin* | mingw* | pw32*)
-    case $GCC,$host_os in
-      yes,cygwin*)
-        shlibext=dll.a
-        ;;
-      yes,mingw*)
-        shlibext=dll
-        sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" 
| sed -e "s/^libraries://" -e "s/;/ /g"`
-        ;;
-      yes,pw32*)
-        shlibext=dll
-        ;;
-      *)
-        shlibext=dll
-        ;;
-    esac
-    ;;
-  darwin* | rhapsody*)
-    shlibext=dylib
-    ;;
-  freebsd1*)
-    ;;
-  freebsd*)
-    shlibext=so
-    ;;
-  gnu*)
-    shlibext=so
-    ;;
-  hpux9* | hpux10* | hpux11*)
-    shlibext=sl
-    ;;
-  irix5* | irix6*)
-    shlibext=so
-    case "$host_os" in
-      irix5*)
-        libsuff= shlibsuff=
-        ;;
-      *)
-        case $LD in
-          *-32|*"-32 ") libsuff= shlibsuff= ;;
-          *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 ;;
-          *-64|*"-64 ") libsuff=64 shlibsuff=64 ;;
-          *) libsuff= shlibsuff= ;;
-        esac
-        ;;
-    esac
-    sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} 
/usr/local/lib${libsuff}"
-    sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
-    ;;
-  linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)
-    ;;
-  linux-gnu*)
-    shlibext=so
-    ;;
-  netbsd*)
-    shlibext=so
-    ;;
-  newsos6)
-    shlibext=so
-    ;;
-  openbsd*)
-    shlibext=so
-    ;;
-  os2*)
-    libname_spec='$name'
-    shlibext=dll
-    ;;
-  osf3* | osf4* | osf5*)
-    shlibext=so
-    sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc 
/usr/lib /usr/local/lib /var/shlib"
-    sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
-    ;;
-  sco3.2v5*)
-    shlibext=so
-    ;;
-  solaris*)
-    shlibext=so
-    ;;
-  sunos4*)
-    shlibext=so
-    ;;
-  sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-    shlibext=so
-    case "$host_vendor" in
-      motorola)
-        sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-        ;;
-    esac
-    ;;
-  uts4*)
-    shlibext=so
-    ;;
-  dgux*)
-    shlibext=so
-    ;;
-  sysv4*MP*)
-    if test -d /usr/nec; then
-      shlibext=so
-    fi
-    ;;
-esac
-
-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
-escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
-escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 
's/^X//' -e "$sed_quote_subst"`
-escaped_sys_lib_search_path_spec=`echo "X$sys_lib_search_path_spec" | sed -e 
's/^X//' -e "$sed_quote_subst"`
-escaped_sys_lib_dlsearch_path_spec=`echo "X$sys_lib_dlsearch_path_spec" | sed 
-e 's/^X//' -e "$sed_quote_subst"`
-
-sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
-
-# How to pass a linker flag through the compiler.
-wl="$escaped_wl"
-
-# Static library suffix (normally "a").
-libext="$libext"
-
-# Shared library suffix (normally "so").
-shlibext="$shlibext"
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist.
-hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec"
-
-# Whether we need a single -rpath flag with a separated argument.
-hardcode_libdir_separator="$hardcode_libdir_separator"
-
-# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
-# resulting binary.
-hardcode_direct="$hardcode_direct"
-
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
-# resulting binary.
-hardcode_minus_L="$hardcode_minus_L"
-
-# Compile-time system search path for libraries
-sys_lib_search_path_spec="$escaped_sys_lib_search_path_spec"
-
-# Run-time system search path for libraries
-sys_lib_dlsearch_path_spec="$escaped_sys_lib_dlsearch_path_spec"
-
-EOF

Deleted: branches/pingus_sdl/configure.ac
===================================================================
--- branches/pingus_sdl/configure.ac    2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/configure.ac    2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,164 +0,0 @@
-#  $Id: configure.ac,v 1.22 2004/02/10 14:07:29 grumbel Exp $
-#
-#  Pingus - A free Lemmings clone
-#  Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-#  This program is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License
-#  as published by the Free Software Foundation; either version 2
-#  of the License, or (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-dnl Process this file with autoconf to produce a configure script.
-AC_INIT(Pingus, 0.7.0)
-AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_SRCDIR(src/pingus_main.cxx)
-AM_INIT_AUTOMAKE(dist-bzip2 dist-zip)
-
-dnl Checks for programs.
-AC_PROG_AWK
-AC_PROG_CC
-AC_PROG_CXX
-AC_PROG_INSTALL
-AC_PROG_LN_S
-AC_PROG_MAKE_SET
-AC_LANG(C++)
-AC_C_BIGENDIAN
-PINGUS_EXTRA_PATHS
-
-AC_MSG_CHECKING([whether debugging should be enabled])
-AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [enable debug support]),,
-              [enable_debug="no"])
-AC_MSG_RESULT($enable_debug)
-if test "x$enable_debug" != "xno"; then
-   CXXFLAGS="-g -ggdb -O0 -Wall"
-fi
-
-dnl -- Static Libaries --
-AC_PROG_RANLIB
-
-REQUIRED_CLANLIB_VERSION="0.8.0"
-
-PKG_CHECK_MODULES(PINGUS,
- [
-  clanCore-0.8           >= $REQUIRED_CLANLIB_VERSION
-  clanApp-0.8            >= $REQUIRED_CLANLIB_VERSION
-  clanDisplay-0.8        >= $REQUIRED_CLANLIB_VERSION
-  clanGL-0.8             >= $REQUIRED_CLANLIB_VERSION
-  clanSDL-0.8            >= $REQUIRED_CLANLIB_VERSION
-  clanGUI-0.8            >= $REQUIRED_CLANLIB_VERSION
-  clanGUIStyleSilver-0.8 >= $REQUIRED_CLANLIB_VERSION
-  clanSound-0.8          >= $REQUIRED_CLANLIB_VERSION
-  clanVorbis-0.8         >= $REQUIRED_CLANLIB_VERSION
-  clanMikMod-0.8         >= $REQUIRED_CLANLIB_VERSION
-  ],
- [])
-
-AC_DEFINE([HAVE_LIBCLANMIKMOD],1,[Has the clanMikMod library])
-AC_DEFINE([HAVE_LIBCLANVORBIS],1,[Has the clanVorbis library])
-
-dnl iconv() is defined differently on some platforms
-AM_ICONV
-if test "$am_cv_func_iconv" = yes; then
-  proto_iconv="$am_cv_proto_iconv_arg1"
-else
-  proto_iconv=""
-fi
-AC_SUBST([ICONV_LIBS], [$LIBICONV])
-AC_DEFINE([ICONV_CONST], $proto_iconv,
-  [Define as const if the declaration of iconv() needs const.])
-
-AC_SUBST(PINGUS_CFLAGS)
-AC_SUBST(PINGUS_LIBS)
-
-dnl Checks for header files.
-AC_HEADER_DIRENT
-AC_HEADER_STDC
-AC_CHECK_HEADERS(unistd.h)
-
-AC_CHECK_HEADERS(sstream)
-dnl => HAVE_SSTREAM
-if test "$ac_cv_header_sstream" = "no"; 
-then
-       AC_CHECK_HEADER(strstream)
-       if test "$ac_cv_header_strstream" = "no" -a "$ac_cv_header_strstream_h" 
= "no";
-       then
-               AC_MSG_ERROR(could not find either <sstream> or <strstream>.)
-       fi
-fi
-
-dnl Checks for typedefs, structures, and compiler characteristics.
-dnl AC_C_CONST
-
-dnl Checks for library functions.
-AC_FUNC_FNMATCH
-AC_TYPE_SIGNAL
-AC_CHECK_FUNCS(select strdup)
-
-dnl Checking for the install prefix and then use it to define PINGUS_DATADIR
-PINGUS_EXPAND_DIR(pingus_datadir, "$datadir/games/$PACKAGE")
-AC_DEFINE_UNQUOTED(PINGUS_DATADIR, "$pingus_datadir", [Location of Pingus data 
files])
-
-AC_SUBST(PINGUS_CFLAGS)
-AC_SUBST(PINGUS_LIBS)
-
-# po/Makefile.in intl/Makefile <- this must be in one line, if its not
-# po/Makefile will not be generated.
-
-AC_OUTPUT( Makefile  m4/Makefile
-           contrib/Makefile 
-           src/Makefile 
-           src/actions/Makefile
-          src/caimagemanipulation/Makefile
-           src/colliders/Makefile
-           src/gui/Makefile
-           src/editor/Makefile
-           src/input/Makefile
-          src/input/axes/Makefile
-          src/input/buttons/Makefile
-          src/input/pointers/Makefile
-          src/input/scrollers/Makefile
-           src/movers/Makefile
-           src/particles/Makefile
-           src/sound/Makefile
-           src/components/Makefile
-           src/tinygettext/Makefile
-           src/worldobjs/Makefile
-          src/worldmap/Makefile
-           data/Makefile 
-           data/controller/Makefile 
-           data/sounds/Makefile 
-           data/music/Makefile 
-           data/levels/Makefile
-           data/prefabs/Makefile
-           data/themes/Makefile
-           data/worldmaps/Makefile
-           data/demos/Makefile
-           data/data/Makefile
-           data/images/Makefile
-           data/po/Makefile
-           doc/Makefile
-          )
-
-# find . -name "Makefile.am" | grep "\./data/images" | grep -v old | grep -v 
unsorted | sed "s/^\.\//  /" | sed "s/.am\$//"
-
-
-# ----------------------------------------
-
-dnl Add here a list of the supported features
-
-echo ""
-echo "Pingus is now configured, now you can start 'make'."
-echo ""
-
-dnl Local Variables:
-dnl compile-command: "./autogen.sh && ./configure"
-dnl End:

Deleted: branches/pingus_sdl/contrib/Makefile.am
===================================================================
--- branches/pingus_sdl/contrib/Makefile.am     2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/contrib/Makefile.am     2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,6 +0,0 @@
-EXTRA_DIST = clanlib/README $(wildcard clanlib/clanlib*.diff) \
- extract-gettext.sh extract-gettext.xsl \
- pingus-cvs-build \
- README
-
-# EOF #

Deleted: branches/pingus_sdl/data/Makefile.am
===================================================================
--- branches/pingus_sdl/data/Makefile.am        2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/data/Makefile.am        2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,26 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-SUBDIRS = controller images levels demos data music po sounds worldmaps themes 
prefabs
-
-# Tweaking the `datadir' to install the files in the correct location
-pkgdatadir = $(datadir)/games/@PACKAGE@
-
-EXTRA_DIST = README
-pkgdata_DATA = $(EXTRA_DIST)
-
-# EOF #

Deleted: branches/pingus_sdl/data/controller/Makefile.am
===================================================================
--- branches/pingus_sdl/data/controller/Makefile.am     2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/data/controller/Makefile.am     2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,22 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-pkgdatadir = $(datadir)/games/@PACKAGE@/controller
-EXTRA_DIST = default.xml gamepad.xml
-pkgdata_DATA = $(EXTRA_DIST)
-
-# EOF #

Deleted: branches/pingus_sdl/data/data/Makefile.am
===================================================================
--- branches/pingus_sdl/data/data/Makefile.am   2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/data/data/Makefile.am   2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,49 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-pkgdatadir = $(datadir)/games/@PACKAGE@/data
-
-EXTRA_DIST  = \
-pingus-player0.xml    \
-pingus-player1.xml    \
-pingus-player2.xml    \
-pingus-player3.xml    \
-pingus-common.xml     \
-particles.xml \
-alias.xml     \
-fonts.xml     \
-editor.xml    \
-entrances.xml \
-traps.xml     \
-game.xml      \
-exits.xml     \
-liquids.xml   \
-hotspots.xml  \
-textures.xml  \
-story.xml     \
-core.xml      \
-worldobjs.xml \
-worldmaps.xml \
-groundpieces-ground.xml      \
-groundpieces-transparent.xml \
-groundpieces-solid.xml       \
-groundpieces-bridge.xml      \
-groundpieces-remove.xml
-
-pkgdata_DATA = $(EXTRA_DIST)
-
-## EOF ##

Deleted: branches/pingus_sdl/data/demos/Makefile.am
===================================================================
--- branches/pingus_sdl/data/demos/Makefile.am  2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/data/demos/Makefile.am  2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,23 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-pkgdatadir = $(datadir)/games/@PACKAGE@/demos
-
-pkgdata_DATA = level1.pde \
-Dentist-20021013-172617.xml
-
-EXTRA_DIST = $(pkgdata_DATA)

Deleted: branches/pingus_sdl/data/images/Makefile.am
===================================================================
--- branches/pingus_sdl/data/images/Makefile.am 2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/data/images/Makefile.am 2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,886 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-pkgdatadir = $(datadir)/games/@PACKAGE@/images
-
-nobase_pkgdata_DATA = backgrounds/large_star.png \
-backgrounds/middle_star.png \
-backgrounds/small_star.png \
-backgrounds/starfield_icon.png \
-core/buttons/armageddon_anim.png \
-core/buttons/buttonbackground.png \
-core/buttons/buttonbackgroundhl.png \
-core/buttons/fast_forward.png \
-core/buttons/hbuttonbg.png \
-core/buttons/hbuttonbgb.png \
-core/buttons/info.png \
-core/buttons/pause.png \
-core/cursors/animcross.png \
-core/cursors/arrow_left.png \
-core/cursors/arrow_right.png \
-core/cursors/cap.png \
-core/cursors/capture.png \
-core/cursors/capwrong.png \
-core/cursors/cross.png \
-core/cursors/cursor.png \
-core/cursors/editor.png \
-core/cursors/scroll.png \
-core/editor/actions.png \
-core/editor/button.png \
-core/editor/button_pressed.png \
-core/editor/home.png \
-core/editor/logo.png \
-core/editor/region-zoom.png \
-core/editor/start_pos.png \
-core/editor/tb_clock_run.png \
-core/editor/tb_copy.png \
-core/editor/tb_edit.png \
-core/editor/tb_exit.png \
-core/editor/tb_help.png \
-core/editor/tb_index.png \
-core/editor/tb_new.png \
-core/editor/tb_open.png \
-core/editor/tb_preferences.png \
-core/editor/tb_save.png \
-core/editor/tb_trash.png \
-core/editor/weather_rain.png \
-core/editor/weather_snow.png \
-core/editor/zoom-in.png \
-core/editor/zoom-out.png \
-core/menu/create_on.png \
-core/menu/credits_on.png \
-core/menu/default_level.jpg \
-core/menu/down_arrow.png \
-core/menu/exit_button_hover.png \
-core/menu/exit_button_normal.png \
-core/menu/exit_button_pressed.png \
-core/menu/exit_menu.png \
-core/menu/exit_on.png \
-core/menu/filedialog.png \
-core/menu/folder.png \
-core/menu/layer1.png \
-core/menu/layer2.png \
-core/menu/layer3.png \
-core/menu/layer4.png \
-core/menu/layer5.png \
-core/menu/multi_on.png \
-core/menu/options_on.png \
-core/menu/parent_folder.png \
-core/menu/play_on.png \
-core/menu/startscreenbg.jpg \
-core/menu/up_arrow.png \
-core/menu/worldscreenbg.jpg \
-core/misc/404.png \
-core/misc/checkbox_clicked.png \
-core/misc/chalk_pingu1.png \
-core/misc/chalk_pingu2.png \
-core/misc/chalk_pingu3.png \
-core/misc/chalk_pingu4.png \
-core/misc/creditpingu.png \
-core/misc/flag0.png \
-core/misc/flag1.png \
-core/misc/flag2.png \
-core/misc/flag3.png \
-core/misc/infinity.png \
-core/misc/loading.png \
-core/misc/logo.png \
-core/misc/next.png \
-core/misc/next_hover.png \
-core/misc/pingubw.png \
-core/misc/smallmap_entrance.png \
-core/misc/smallmap_exit.png \
-core/misc/start_back.png \
-core/misc/start_back_clicked.png \
-core/misc/start_back_hover.png \
-core/misc/start_ok.png \
-core/misc/start_ok_clicked.png \
-core/misc/start_ok_hover.png \
-core/misc/unplayable.png \
-core/misc/unplayable2.png \
-core/worldmap/arrow.png \
-core/worldmap/credits_button_hover.png \
-core/worldmap/credits_button_normal.png \
-core/worldmap/credits_button_pressed.png \
-core/worldmap/dot_green.png \
-core/worldmap/dot_green_hl.png \
-core/worldmap/dot_invalid.png \
-core/worldmap/dot_red.png \
-core/worldmap/dot_red_hl.png \
-core/worldmap/enter_button_hover.png \
-core/worldmap/enter_button_normal.png \
-core/worldmap/enter_button_pressed.png \
-core/worldmap/flaggreen.png \
-core/worldmap/leave_button_hover.png \
-core/worldmap/leave_button_normal.png \
-core/worldmap/leave_button_pressed.png \
-core/worldmap/levelname_bg.png \
-core/worldmap/pingus.png \
-core/worldmap/pingus_standing.png \
-core/worldmap/story_button_hover.png \
-core/worldmap/story_button_normal.png \
-core/worldmap/story_button_pressed.png \
-core/worldmap/tube.png \
-entrances/cloudent.png \
-entrances/entrance.png \
-entrances/eyes_entrance.png \
-entrances/eyes_entrance_anim.png \
-entrances/eyes_underlay.png \
-entrances/generic.png \
-entrances/industrial.png \
-entrances/industrial_top.png \
-entrances/snow_back.png \
-entrances/snow_front.png \
-entrances/space.png \
-entrances/wood_bottom.png \
-entrances/wood_top.png \
-entrances/woodthing_mov.png \
-entrances/woodthing_nmov.png \
-exits/crystal.png \
-exits/desert_tut.png \
-exits/desertexit.png \
-exits/ice.png \
-exits/ice2.png \
-exits/industrial.png \
-exits/mud.png \
-exits/ordina.png \
-exits/sortie.png \
-exits/sortie_anim.png \
-exits/space.png \
-exits/stone.png \
-exits/sweetexit.png \
-fonts/chalk_large.png \
-fonts/chalk_large-iso-8859-1.png \
-fonts/chalk_large-iso-8859-2.png \
-fonts/chalk_large-iso-8859-9.png \
-fonts/chalk_normal.png \
-fonts/chalk_normal-iso-8859-1.png \
-fonts/chalk_normal-iso-8859-2.png \
-fonts/chalk_normal-iso-8859-9.png \
-fonts/chalk_small.png \
-fonts/chalk_small-iso-8859-1.png \
-fonts/chalk_small-iso-8859-2.png \
-fonts/chalk_small-iso-8859-9.png \
-fonts/courier_small2.png \
-fonts/number_fnt.png \
-fonts/pingus2.png \
-fonts/pingus4.png \
-fonts/pingus-iso-8859-1.png \
-fonts/pingus_large-2.png \
-fonts/pingus_large.png \
-fonts/pingus_small-2.png \
-fonts/pingus_small-iso-8859-1.png \
-fonts/pingus_small.png \
-fonts/pingus_small4_fix_num.png \
-fonts/smallfont.png \
-fonts/smallfont_h.png \
-fonts/verdana11_bold_latin1.png \
-fonts/verdana11_cyrillic.png \
-fonts/verdana11_latin1.png \
-fonts/verdana11_latin2.png \
-fonts/xterm.png \
-groundpieces/bridge/misc/bridge_left.png \
-groundpieces/bridge/misc/bridge_right.png \
-groundpieces/bridge/space/grid1.png \
-groundpieces/bridge/space/grid2.png \
-groundpieces/bridge/space/grid3.png \
-groundpieces/ground/crystal/block.png \
-groundpieces/ground/crystal/column.png \
-groundpieces/ground/crystal/diagcrystal.png \
-groundpieces/ground/crystal/hexcrystal.png \
-groundpieces/ground/crystal/horiz.png \
-groundpieces/ground/crystal/horiz2.png \
-groundpieces/ground/crystal/pipe.png \
-groundpieces/ground/crystal/pipeend.png \
-groundpieces/ground/crystal/platform.png \
-groundpieces/ground/crystal/platform2.png \
-groundpieces/ground/crystal/pointleft.png \
-groundpieces/ground/crystal/pointright.png \
-groundpieces/ground/crystal/skinnycrystal.png \
-groundpieces/ground/crystal/smcrystal.png \
-groundpieces/ground/crystal/tesselate.png \
-groundpieces/ground/desert/bigblock-broken1.png \
-groundpieces/ground/desert/bigblock-broken2.png \
-groundpieces/ground/desert/bigblock-broken3.png \
-groundpieces/ground/desert/bigdune1.png \
-groundpieces/ground/desert/bigprickpiece.png \
-groundpieces/ground/desert/bigsand.png \
-groundpieces/ground/desert/blobdune.png \
-groundpieces/ground/desert/column.png \
-groundpieces/ground/desert/column_piece1.png \
-groundpieces/ground/desert/column_piece2.png \
-groundpieces/ground/desert/column_piece3.png \
-groundpieces/ground/desert/domedune.png \
-groundpieces/ground/desert/flat.png \
-groundpieces/ground/desert/flatdune.png \
-groundpieces/ground/desert/leftsmallbrick.png \
-groundpieces/ground/desert/leftsmallsand.png \
-groundpieces/ground/desert/mediumsand.png \
-groundpieces/ground/desert/middleprickpiece.png \
-groundpieces/ground/desert/peakdune.png \
-groundpieces/ground/desert/pillar1.png \
-groundpieces/ground/desert/pillar2.png \
-groundpieces/ground/desert/pillar3.png \
-groundpieces/ground/desert/platform.png \
-groundpieces/ground/desert/platform_left.png \
-groundpieces/ground/desert/platform_right.png \
-groundpieces/ground/desert/rightsmallbrick.png \
-groundpieces/ground/desert/rightsmallsand.png \
-groundpieces/ground/desert/sluggydu.png \
-groundpieces/ground/desert/smallbrickpiece.png \
-groundpieces/ground/desert/smallsand.png \
-groundpieces/ground/foliage/flax1.png \
-groundpieces/ground/foliage/flax2.png \
-groundpieces/ground/foliage/midtree1.png \
-groundpieces/ground/foliage/midtree2.png \
-groundpieces/ground/foliage/oak1.png \
-groundpieces/ground/foliage/rock1.png \
-groundpieces/ground/foliage/rock2.png \
-groundpieces/ground/foliage/rock3.png \
-groundpieces/ground/foliage/rock4.png \
-groundpieces/ground/foliage/rock5.png \
-groundpieces/ground/foliage/rock6.png \
-groundpieces/ground/foliage/smallbush.png \
-groundpieces/ground/foliage/smallbush2.png \
-groundpieces/ground/foliage/smallbush3.png \
-groundpieces/ground/foliage/talltree.png \
-groundpieces/ground/green/piece1.png \
-groundpieces/ground/green/piece2.png \
-groundpieces/ground/green/piece3.png \
-groundpieces/ground/industrial/pipe1.png \
-groundpieces/ground/industrial/pipe2.png \
-groundpieces/ground/industrial/pipe3.png \
-groundpieces/ground/industrial/pipe4.png \
-groundpieces/ground/industrial/pipe5.png \
-groundpieces/ground/industrial/pipe6.png \
-groundpieces/ground/industrial/pipe7.png \
-groundpieces/ground/industrial/pipe8.png \
-groundpieces/ground/industrial/pipe_bl.png \
-groundpieces/ground/industrial/pipe_br.png \
-groundpieces/ground/industrial/pipe_ul.png \
-groundpieces/ground/industrial/pipe_ur.png \
-groundpieces/ground/jungle/branch1.png \
-groundpieces/ground/jungle/branch2.png \
-groundpieces/ground/jungle/branch3.png \
-groundpieces/ground/jungle/branch4.png \
-groundpieces/ground/jungle/branch5.png \
-groundpieces/ground/jungle/branch6.png \
-groundpieces/ground/jungle/carabatree.png \
-groundpieces/ground/jungle/carabatreemedium.png \
-groundpieces/ground/jungle/carabatreesmall.png \
-groundpieces/ground/jungle/stick1.png \
-groundpieces/ground/jungle/stick2.png \
-groundpieces/ground/jungle/stick3.png \
-groundpieces/ground/jungle/stick4.png \
-groundpieces/ground/jungle/stick5.png \
-groundpieces/ground/jungle/stone1.png \
-groundpieces/ground/jungle/stone2.png \
-groundpieces/ground/jungle/stone3.png \
-groundpieces/ground/jungle/stone4.png \
-groundpieces/ground/jungle/stone5.png \
-groundpieces/ground/jungle/twist.png \
-groundpieces/ground/jungle/twistsmooth.png \
-groundpieces/ground/misc/bpiece1.png \
-groundpieces/ground/misc/bpiece2.png \
-groundpieces/ground/misc/bpiece3.png \
-groundpieces/ground/misc/bpiece4.png \
-groundpieces/ground/misc/bpiece5.png \
-groundpieces/ground/misc/bpiece6.png \
-groundpieces/ground/misc/bpiece7.png \
-groundpieces/ground/misc/bpiece8.png \
-groundpieces/ground/misc/bpiece9.png \
-groundpieces/ground/misc/brick1.png \
-groundpieces/ground/misc/brick2.png \
-groundpieces/ground/misc/brick3.png \
-groundpieces/ground/misc/brick4.png \
-groundpieces/ground/misc/brick5.png \
-groundpieces/ground/misc/bridge1.png \
-groundpieces/ground/misc/bridge2.png \
-groundpieces/ground/misc/column.png \
-groundpieces/ground/misc/column_down.png \
-groundpieces/ground/misc/column_flat.png \
-groundpieces/ground/misc/column_flat_left.png \
-groundpieces/ground/misc/column_flat_right.png \
-groundpieces/ground/misc/column_horz.png \
-groundpieces/ground/misc/column_up.png \
-groundpieces/ground/misc/column_vert.png \
-groundpieces/ground/misc/dragon.png \
-groundpieces/ground/misc/green1.png \
-groundpieces/ground/misc/green2.png \
-groundpieces/ground/misc/grey_stone1.png \
-groundpieces/ground/misc/grey_stone2.png \
-groundpieces/ground/misc/grey_stone3.png \
-groundpieces/ground/misc/grey_stone4.png \
-groundpieces/ground/misc/grey_stone5.png \
-groundpieces/ground/misc/grey_stone6.png \
-groundpieces/ground/misc/pfosten.png \
-groundpieces/ground/misc/piece1.png \
-groundpieces/ground/misc/piece2.png \
-groundpieces/ground/misc/spike.png \
-groundpieces/ground/misc/stone0.png \
-groundpieces/ground/misc/stone1.png \
-groundpieces/ground/misc/stone2.png \
-groundpieces/ground/misc/stone3.png \
-groundpieces/ground/misc/stone4.png \
-groundpieces/ground/misc/stone5.png \
-groundpieces/ground/misc/stone6.png \
-groundpieces/ground/misc/stone7.png \
-groundpieces/ground/misc/stoneblock1.png \
-groundpieces/ground/misc/stoneblock2.png \
-groundpieces/ground/misc/stoneblock3.png \
-groundpieces/ground/misc/stoneblock5.png \
-groundpieces/ground/misc/stoneblock6.png \
-groundpieces/ground/misc/tree.png \
-groundpieces/ground/misc/well.png \
-groundpieces/ground/misc/wood1.png \
-groundpieces/ground/misc/wood2.png \
-groundpieces/ground/mud/mudpiece1.png \
-groundpieces/ground/mud/mudpiece2.png \
-groundpieces/ground/mud/mudpiece3.png \
-groundpieces/ground/mushroom/toadstool1.png \
-groundpieces/ground/mushroom/toadstool2.png \
-groundpieces/ground/mushroom/toadstool3.png \
-groundpieces/ground/mushroom/toadstool4.png \
-groundpieces/ground/ordina/cable1.png \
-groundpieces/ground/ordina/cable2.png \
-groundpieces/ground/ordina/cdrom1.png \
-groundpieces/ground/ordina/clavier1.png \
-groundpieces/ground/ordina/cpu1.png \
-groundpieces/ground/ordina/ecran.png \
-groundpieces/ground/ordina/sol2.png \
-groundpieces/ground/ordina/sol3.png \
-groundpieces/ground/ordina/sol4.png \
-groundpieces/ground/real/fish.png \
-groundpieces/ground/real/green1.png \
-groundpieces/ground/real/green2.png \
-groundpieces/ground/real/real1.png \
-groundpieces/ground/real/real10.png \
-groundpieces/ground/real/real11.png \
-groundpieces/ground/real/real12.png \
-groundpieces/ground/real/real13.png \
-groundpieces/ground/real/real14.png \
-groundpieces/ground/real/real15.png \
-groundpieces/ground/real/real16.png \
-groundpieces/ground/real/real17.png \
-groundpieces/ground/real/real18.png \
-groundpieces/ground/real/real19.png \
-groundpieces/ground/real/real2.png \
-groundpieces/ground/real/real20.png \
-groundpieces/ground/real/real21.png \
-groundpieces/ground/real/real22.png \
-groundpieces/ground/real/real23.png \
-groundpieces/ground/real/real24.png \
-groundpieces/ground/real/real25.png \
-groundpieces/ground/real/real26.png \
-groundpieces/ground/real/real27.png \
-groundpieces/ground/real/real28.png \
-groundpieces/ground/real/real29.png \
-groundpieces/ground/real/real3.png \
-groundpieces/ground/real/real30.png \
-groundpieces/ground/real/real34.png \
-groundpieces/ground/real/real35.png \
-groundpieces/ground/real/real36.png \
-groundpieces/ground/real/real37.png \
-groundpieces/ground/real/real4.png \
-groundpieces/ground/real/real5.png \
-groundpieces/ground/real/real6.png \
-groundpieces/ground/real/real7.png \
-groundpieces/ground/real/real8.png \
-groundpieces/ground/real/real9.png \
-groundpieces/ground/rock/blackrock1.png \
-groundpieces/ground/rock/blackrock2.png \
-groundpieces/ground/rock/blackrock3.png \
-groundpieces/ground/rock/blackrock4.png \
-groundpieces/ground/rock/stone1.png \
-groundpieces/ground/signposts/arrow_down.png \
-groundpieces/ground/signposts/arrow_left.png \
-groundpieces/ground/signposts/arrow_right.png \
-groundpieces/ground/signposts/arrow_up.png \
-groundpieces/ground/signposts/danger.png \
-groundpieces/ground/snow/block1.png \
-groundpieces/ground/snow/block2.png \
-groundpieces/ground/snow/block3.png \
-groundpieces/ground/snow/block4.png \
-groundpieces/ground/snow/cabin.png \
-groundpieces/ground/snow/cabin_winter.png \
-groundpieces/ground/snow/diablock1.png \
-groundpieces/ground/snow/diablock2.png \
-groundpieces/ground/snow/diablock3.png \
-groundpieces/ground/snow/gpiece1.png \
-groundpieces/ground/snow/groundice.png \
-groundpieces/ground/snow/ice1.png \
-groundpieces/ground/snow/ice2.png \
-groundpieces/ground/snow/ice3.png \
-groundpieces/ground/snow/iceblock1.png \
-groundpieces/ground/snow/icepiece1.png \
-groundpieces/ground/snow/igloo.png \
-groundpieces/ground/snow/piece1.png \
-groundpieces/ground/snow/piece10.png \
-groundpieces/ground/snow/piece2.png \
-groundpieces/ground/snow/piece3.png \
-groundpieces/ground/snow/piece7.png \
-groundpieces/ground/snow/piece8.png \
-groundpieces/ground/snow/piece9.png \
-groundpieces/ground/snow/pillar1.png \
-groundpieces/ground/snow/pillar2.png \
-groundpieces/ground/snow/slopedr.png \
-groundpieces/ground/snow/snowball1.png \
-groundpieces/ground/snow/snowman.png \
-groundpieces/ground/snow/way.png \
-groundpieces/ground/snow/xmas-tree.png \
-groundpieces/ground/sortie/ball1.png \
-groundpieces/ground/sortie/ball2.png \
-groundpieces/ground/sortie/ball3.png \
-groundpieces/ground/sortie/ball4.png \
-groundpieces/ground/sortie/column.png \
-groundpieces/ground/sortie/column2.png \
-groundpieces/ground/sortie/column3.png \
-groundpieces/ground/sortie/plate_forme.png \
-groundpieces/ground/sortie/plate_forme_left.png \
-groundpieces/ground/sortie/plate_forme_right.png \
-groundpieces/ground/sortie/tentacle1.png \
-groundpieces/ground/space/block1.png \
-groundpieces/ground/space/diagonal.png \
-groundpieces/ground/space/diagonalr.png \
-groundpieces/ground/space/smallblock1.png \
-groundpieces/ground/space/smallblock2.png \
-groundpieces/ground/space/smallblock3.png \
-groundpieces/ground/space/smalltower.png \
-groundpieces/ground/space/tower1.png \
-groundpieces/ground/space/way.png \
-groundpieces/ground/sweets/allsort1.png \
-groundpieces/ground/sweets/allsort2.png \
-groundpieces/ground/sweets/aquachoc.png \
-groundpieces/ground/sweets/cake1.png \
-groundpieces/ground/sweets/cake2.png \
-groundpieces/ground/sweets/cake3.png \
-groundpieces/ground/sweets/cake4.png \
-groundpieces/ground/sweets/cake5.png \
-groundpieces/ground/sweets/canestalk.png \
-groundpieces/ground/sweets/canestub.png \
-groundpieces/ground/sweets/canetop.png \
-groundpieces/ground/sweets/chocbar.png \
-groundpieces/ground/sweets/chocbloc-lowleft.png \
-groundpieces/ground/sweets/chocbloc-lowright.png \
-groundpieces/ground/sweets/chocbloc-topleft.png \
-groundpieces/ground/sweets/chocbloc-topright.png \
-groundpieces/ground/sweets/chocbloc.png \
-groundpieces/ground/sweets/goldchoc.png \
-groundpieces/ground/sweets/greenjellybaby.png \
-groundpieces/ground/sweets/icecream.png \
-groundpieces/ground/sweets/jube1.png \
-groundpieces/ground/sweets/jube2.png \
-groundpieces/ground/sweets/lollipop-purp.png \
-groundpieces/ground/sweets/lollipop.png \
-groundpieces/ground/sweets/mmblue.png \
-groundpieces/ground/sweets/mmbrown.png \
-groundpieces/ground/sweets/mmred.png \
-groundpieces/ground/sweets/mmyellow.png \
-groundpieces/ground/sweets/purpchoc.png \
-groundpieces/ground/sweets/purplechoc.png \
-groundpieces/ground/sweets/redjellybaby.png \
-groundpieces/ground/test/test1.png \
-groundpieces/ground/test/test10.png \
-groundpieces/ground/test/test2.png \
-groundpieces/ground/test/test3.png \
-groundpieces/ground/test/test4.png \
-groundpieces/ground/test/test5.png \
-groundpieces/ground/test/test6.png \
-groundpieces/ground/test/test7.png \
-groundpieces/ground/test/test8.png \
-groundpieces/ground/test/test9.png \
-groundpieces/remove/misc/column1.png \
-groundpieces/remove/misc/dia1.png \
-groundpieces/remove/misc/rect1.png \
-groundpieces/remove/misc/rect2.png \
-groundpieces/solid/crystal/rectsolid.png \
-groundpieces/solid/crystal/smallsolid.png \
-groundpieces/solid/crystal/squaresolid.png \
-groundpieces/solid/desert/bigbrickpiece.png \
-groundpieces/solid/desert/leftsmallbrick.png \
-groundpieces/solid/desert/middlebrickpiece.png \
-groundpieces/solid/desert/smallbrickpiece.png \
-groundpieces/solid/industrial/greybri1.png \
-groundpieces/solid/industrial/greybri2.png \
-groundpieces/solid/industrial/greybri3.png \
-groundpieces/solid/industrial/greybri5.png \
-groundpieces/solid/industrial/joint1.png \
-groundpieces/solid/industrial/joint2.png \
-groundpieces/solid/industrial/joint3.png \
-groundpieces/solid/industrial/joint4.png \
-groundpieces/solid/industrial/joint5.png \
-groundpieces/solid/industrial/rivet.png \
-groundpieces/solid/industrial/screw.png \
-groundpieces/solid/industrial/steel1.png \
-groundpieces/solid/industrial/steel2.png \
-groundpieces/solid/industrial/steel3.png \
-groundpieces/solid/industrial/steel4.png \
-groundpieces/solid/industrial/steel5.png \
-groundpieces/solid/industrial/weld1.png \
-groundpieces/solid/industrial/weld2.png \
-groundpieces/solid/industrial/weld3.png \
-groundpieces/solid/industrial/weld4.png \
-groundpieces/solid/industrial/weld5.png \
-groundpieces/solid/industrial/weld6.png \
-groundpieces/solid/industrial/weld7.png \
-groundpieces/solid/misc/metalplate_horiz.png \
-groundpieces/solid/misc/metalplate_large.png \
-groundpieces/solid/misc/metalplate_small.png \
-groundpieces/solid/misc/metalplate_vert.png \
-groundpieces/solid/rock/granit1.png \
-groundpieces/solid/rock/granit2.png \
-groundpieces/solid/rock/granit3.png \
-groundpieces/solid/rock/granit4.png \
-groundpieces/solid/rock/granit5.png \
-groundpieces/solid/rock/granit6.png \
-groundpieces/transparent/foliage/grass1.png \
-groundpieces/transparent/foliage/grass10.png \
-groundpieces/transparent/foliage/grass11.png \
-groundpieces/transparent/foliage/grass12.png \
-groundpieces/transparent/foliage/grass13.png \
-groundpieces/transparent/foliage/grass14.png \
-groundpieces/transparent/foliage/grass15.png \
-groundpieces/transparent/foliage/grass16.png \
-groundpieces/transparent/foliage/grass2.png \
-groundpieces/transparent/foliage/grass3.png \
-groundpieces/transparent/foliage/grass4.png \
-groundpieces/transparent/foliage/grass5.png \
-groundpieces/transparent/foliage/grass6.png \
-groundpieces/transparent/foliage/grass7.png \
-groundpieces/transparent/foliage/grass8.png \
-groundpieces/transparent/foliage/grass9.png \
-groundpieces/transparent/foliage/turfconcave.png \
-groundpieces/transparent/foliage/turfflat.png \
-groundpieces/transparent/foliage/turfslopeleft.png \
-groundpieces/transparent/foliage/turfslopeleft20.png \
-groundpieces/transparent/foliage/turfsloperight.png \
-groundpieces/transparent/foliage/turfsloperight20.png \
-groundpieces/transparent/foliage/turfsmallbump.png \
-groundpieces/transparent/foliage/turfsmallnook.png \
-groundpieces/transparent/foliage/turftufty.png \
-groundpieces/transparent/industrial/gunge1.png \
-groundpieces/transparent/industrial/gunge10.png \
-groundpieces/transparent/industrial/gunge11.png \
-groundpieces/transparent/industrial/gunge12.png \
-groundpieces/transparent/industrial/gunge13.png \
-groundpieces/transparent/industrial/gunge14.png \
-groundpieces/transparent/industrial/gunge15.png \
-groundpieces/transparent/industrial/gunge2.png \
-groundpieces/transparent/industrial/gunge3.png \
-groundpieces/transparent/industrial/gunge4.png \
-groundpieces/transparent/industrial/gunge5.png \
-groundpieces/transparent/industrial/gunge6.png \
-groundpieces/transparent/industrial/gunge7.png \
-groundpieces/transparent/industrial/gunge8.png \
-groundpieces/transparent/industrial/gunge9.png \
-groundpieces/transparent/misc/flower.png \
-groundpieces/transparent/misc/moos1.png \
-groundpieces/transparent/misc/moos2.png \
-groundpieces/transparent/misc/moos3.png \
-groundpieces/transparent/misc/weed1.png \
-groundpieces/transparent/misc/weed2.png \
-groundpieces/transparent/snow/grass1.png \
-groundpieces/transparent/snow/grass2.png \
-groundpieces/transparent/snow/grass3.png \
-groundpieces/transparent/snow/grass4.png \
-groundpieces/transparent/snow/grass5.png \
-groundpieces/transparent/snow/plant1.png \
-groundpieces/transparent/snow/plant2.png \
-gui/checkbox_checked.png \
-gui/checkbox_checked_disabled.png \
-gui/checkbox_unchecked.png \
-gui/checkbox_unchecked_disabled.png \
-gui/font_black.png \
-gui/font_black.tga \
-gui/font_gray.png \
-gui/font_gray.tga \
-gui/font_white.tga \
-gui/radiobutton_checked.png \
-gui/radiobutton_checked_disabled.png \
-gui/radiobutton_unchecked.png \
-gui/radiobutton_unchecked_disabled.png \
-gui/radiobutton/checked_disabled.tga \
-gui/radiobutton/checked.tga \
-gui/radiobutton/unchecked_disabled.tga \
-gui/radiobutton/unchecked.tga \
-gui/checkbox/checked_disabled.tga \
-gui/checkbox/checked.tga \
-gui/checkbox/unchecked_disabled.tga \
-gui/checkbox/unchecked.tga \
-gui/fonts/font_black.tga \
-gui/fonts/font_gray.tga \
-hotspots/desert/bigdimwall.png \
-hotspots/desert/mediumdimwall.png \
-hotspots/desert/mediumegyptpic.png \
-hotspots/desert/mediummummy.png \
-hotspots/desert/mediumsphinx.png \
-hotspots/desert/smallD.png \
-hotspots/desert/smallE.png \
-hotspots/desert/smallG.png \
-hotspots/desert/smallO.png \
-hotspots/desert/smalldimwall.png \
-hotspots/desert/smallegyptpic.png \
-hotspots/desert/smallmummy.png \
-hotspots/desert/smallsphinx.png \
-hotspots/misc/bridge.png \
-hotspots/misc/tree.png \
-hotspots/signposts/arrow_east.png \
-hotspots/signposts/arrow_north.png \
-hotspots/signposts/arrow_northeast.png \
-hotspots/signposts/arrow_northwest.png \
-hotspots/signposts/arrow_south.png \
-hotspots/signposts/arrow_southeast.png \
-hotspots/signposts/arrow_southwest.png \
-hotspots/signposts/arrow_west.png \
-hotspots/signposts/basher.png \
-hotspots/signposts/blocker.png \
-hotspots/signposts/bomber.png \
-hotspots/signposts/bridger.png \
-hotspots/signposts/climber.png \
-hotspots/signposts/danger.png \
-hotspots/signposts/digger.png \
-hotspots/signposts/floater.png \
-hotspots/signposts/miner.png \
-hotspots/signposts/nogo.png \
-hotspots/space/engine.png \
-liquids/lava.png \
-liquids/slime.png \
-liquids/swater.png \
-liquids/water.png \
-liquids/water2.png \
-liquids/water3.png \
-liquids/water4.png \
-liquids/water5.png \
-liquids/water_cmap.png \
-particles/explosive.png \
-particles/ground.png \
-particles/ground_snow.png \
-particles/particle.png \
-particles/pingu_explo.png \
-particles/rain1.png \
-particles/rain2.png \
-particles/rain_splash.png \
-particles/smoke.png \
-particles/smoke2.png \
-particles/snow1.png \
-particles/snow2.png \
-particles/snow3.png \
-particles/snow4.png \
-particles/snow5.png \
-pingus/common/bash_radius.png \
-pingus/common/bash_radius_gfx.png \
-pingus/common/bomber_radius.png \
-pingus/common/bomber_radius_gfx.png \
-pingus/common/brick_left.png \
-pingus/common/brick_right.png \
-pingus/common/digger_radius.png \
-pingus/common/digger_radius_gfx.png \
-pingus/common/floaterlayer.png \
-pingus/common/laser_kill.png \
-pingus/common/light.png \
-pingus/common/splash.png \
-pingus/common/splash_debris.png \
-pingus/common/xmas-walker.png \
-pingus/player0/angel.png \
-pingus/player0/basher.png \
-pingus/player0/blocker.png \
-pingus/player0/boarder.png \
-pingus/player0/bomber.png \
-pingus/player0/bridger.png \
-pingus/player0/bridger_walk.png \
-pingus/player0/climber.png \
-pingus/player0/digger.png \
-pingus/player0/drownfall.png \
-pingus/player0/drownwalk.png \
-pingus/player0/exit.png \
-pingus/player0/explo.png \
-pingus/player0/faller.png \
-pingus/player0/floater.png \
-pingus/player0/miner.png \
-pingus/player0/rocketlauncher.png \
-pingus/player0/slider.png \
-pingus/player0/splat.png \
-pingus/player0/superman.png \
-pingus/player0/tumble.png \
-pingus/player0/waiter.png \
-pingus/player0/walker.png \
-pingus/player1/angel.png \
-pingus/player1/basher.png \
-pingus/player1/blocker.png \
-pingus/player1/boarder.png \
-pingus/player1/bomber.png \
-pingus/player1/bridger.png \
-pingus/player1/bridger_walk.png \
-pingus/player1/climber.png \
-pingus/player1/digger.png \
-pingus/player1/drownfall.png \
-pingus/player1/drownwalk.png \
-pingus/player1/exit.png \
-pingus/player1/explo.png \
-pingus/player1/faller.png \
-pingus/player1/floater.png \
-pingus/player1/miner.png \
-pingus/player1/rocketlauncher.png \
-pingus/player1/slider.png \
-pingus/player1/splat.png \
-pingus/player1/superman.png \
-pingus/player1/tumble.png \
-pingus/player1/waiter.png \
-pingus/player1/walker.png \
-pingus/player2/angel.png \
-pingus/player2/basher.png \
-pingus/player2/blocker.png \
-pingus/player2/boarder.png \
-pingus/player2/bomber.png \
-pingus/player2/bridger.png \
-pingus/player2/bridger_walk.png \
-pingus/player2/climber.png \
-pingus/player2/digger.png \
-pingus/player2/drownfall.png \
-pingus/player2/drownwalk.png \
-pingus/player2/exit.png \
-pingus/player2/explo.png \
-pingus/player2/faller.png \
-pingus/player2/floater.png \
-pingus/player2/miner.png \
-pingus/player2/rocketlauncher.png \
-pingus/player2/slider.png \
-pingus/player2/splat.png \
-pingus/player2/superman.png \
-pingus/player2/tumble.png \
-pingus/player2/waiter.png \
-pingus/player2/walker.png \
-pingus/player3/angel.png \
-pingus/player3/basher.png \
-pingus/player3/blocker.png \
-pingus/player3/boarder.png \
-pingus/player3/bomber.png \
-pingus/player3/bridger.png \
-pingus/player3/bridger_walk.png \
-pingus/player3/climber.png \
-pingus/player3/digger.png \
-pingus/player3/drownfall.png \
-pingus/player3/drownwalk.png \
-pingus/player3/exit.png \
-pingus/player3/explo.png \
-pingus/player3/faller.png \
-pingus/player3/floater.png \
-pingus/player3/miner.png \
-pingus/player3/rocketlauncher.png \
-pingus/player3/slider.png \
-pingus/player3/splat.png \
-pingus/player3/superman.png \
-pingus/player3/tumble.png \
-pingus/player3/waiter.png \
-pingus/player3/walker.png \
-special/pacman/blinky.png \
-special/pacman/clyde.png \
-special/pacman/inky.png \
-special/pacman/pacman-bkg.png \
-special/pacman/pacman-frame.png \
-special/pacman/pacman-maze.png \
-special/pacman/pacman.png \
-special/pacman/pinky.png \
-story/credits1.png \
-story/credits2.png \
-story/credits3.png \
-story/credits4.png \
-story/story0.png \
-story/story1.png \
-story/story2.png \
-story/story3.png \
-story/story4.png \
-story/story5.png \
-story/story6.png \
-textures/anim_fire.jpg \
-textures/blueflame.jpg \
-textures/bluestars.jpg \
-textures/bwsortiebg.jpg \
-textures/clouds.jpg \
-textures/clouds2.jpg \
-textures/clouds3.png \
-textures/creepers.png \
-textures/creepers-mirrored.png \
-textures/swirljungle.png \
-textures/crystal.jpg \
-textures/cyanspace.jpg \
-textures/darkjungle.jpg \
-textures/default.png \
-textures/desert.jpg \
-textures/desert_room.jpg \
-textures/enchantedjungle.jpg \
-textures/flamebg.jpg \
-textures/fruitcaketile.jpg \
-textures/green_tendrils.png \
-textures/greentex.jpg \
-textures/happyclouds.jpg \
-textures/icetile.jpg \
-textures/industrial-anim.jpg \
-textures/industrial.jpg \
-textures/latejungle.jpg \
-textures/lunartile.jpg \
-textures/mountain.png \
-textures/nightjungle.jpg \
-textures/ordina.jpg \
-textures/rock6.jpg \
-textures/rockagglo.jpg \
-textures/rocktile.jpg \
-textures/rooftile.jpg \
-textures/rooftile2.jpg \
-textures/solartile.jpg \
-textures/sortie.jpg \
-textures/sortiebgred.jpg \
-textures/stars.jpg \
-textures/stone.jpg \
-textures/stones.png \
-textures/thunderstorm.png \
-traps/bumper.png \
-traps/bumper_cmap.png \
-traps/fake_exit.png \
-traps/gateway.png \
-traps/guillotineidle.png \
-traps/guillotinekill.png \
-traps/hammer.png \
-traps/laser_exit.png \
-traps/quicksand.png \
-traps/smasher.png \
-traps/smasher_cmap.png \
-traps/spike.png \
-traps/tut.png \
-worldmaps/pacman.jpg \
-worldmaps/tutorial_layer0.jpg \
-worldmaps/tutorial_layer1.png \
-worldmaps/tutorial_layer2.png \
-worldmaps/tutorial_layer3.png \
-worldmaps/volcano.jpg \
-worldobjs/conveyorbelt_cmap.png \
-worldobjs/conveyorbelt_left.png \
-worldobjs/conveyorbelt_middle.png \
-worldobjs/conveyorbelt_right.png \
-worldobjs/iceblock.png \
-worldobjs/iceblock_cmap.png \
-worldobjs/infobox.png \
-worldobjs/switchdoor_box.png \
-worldobjs/switchdoor_switch.png \
-worldobjs/switchdoor_tile.png \
-worldobjs/switchdoor_tile_cmap.png \
-worldobjs/teleporter.png \
-worldobjs/teleporter2.png \
-worldobjs/teleportertarget.png
-
-EXTRA_DIST = $(nobase_pkgdata_DATA)
-
-# EOF #

Deleted: branches/pingus_sdl/data/levels/Makefile.am
===================================================================
--- branches/pingus_sdl/data/levels/Makefile.am 2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/data/levels/Makefile.am 2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,34 +0,0 @@
-#  $Id: Makefile.am,v 1.19 2003/08/21 20:52:23 torangan Exp $
-#
-#  Pingus - A free Lemmings clone
-#  Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-#  This program is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License
-#  as published by the Free Software Foundation; either version 2
-#  of the License, or (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-## Override automake so that "make install" puts these in proper place:
-pkgdatadir = $(datadir)/games/@PACKAGE@/levels
-
-nobase_pkgdata_DATA = \
-       $(wildcard tutorial/*.pingus) \
-        $(wildcard playable/*.pingus) \
-        $(wildcard volcano/*.pingus) \
-        $(wildcard multiplayer/*.pingus) \
-        $(wildcard wip/*.pingus)      \
-        $(wildcard test/*.pingus)
-
-EXTRA_DIST = README  \
-             $(nobase_pkgdata_DATA)
-
-# EOF #

Deleted: branches/pingus_sdl/data/metamap/Makefile.am
===================================================================
--- branches/pingus_sdl/data/metamap/Makefile.am        2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/data/metamap/Makefile.am        2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,27 +0,0 @@
-#  $Id: Makefile.am,v 1.19 2006/1/19 20:52:23 Jave27 Exp $
-#
-#  Pingus - A free Lemmings clone
-#  Copyright (C) 2006 Ingo Ruhnke <address@hidden>
-#
-#  This program is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License
-#  as published by the Free Software Foundation; either version 2
-#  of the License, or (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-## Override automake so that "make install" puts these in proper place:
-pkgdatadir = $(datadir)/games/@PACKAGE@/metamap
-
-nobase_pkgdata_DATA = metamap.xml
-       
-EXTRA_DIST = $(nobase_pkgdata_DATA)
-
-# EOF #

Deleted: branches/pingus_sdl/data/music/Makefile.am
===================================================================
--- branches/pingus_sdl/data/music/Makefile.am  2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/data/music/Makefile.am  2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,35 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-pkgdatadir = $(datadir)/games/@PACKAGE@/music
-EXTRA_DIST = gd-giirm.s3m   pingus-5.it  rough_journey.it \
-gd-ite.it          pingus-1.it  pingus-6.it  success_1.it \
-README      gd-matth.it    pingus-2.it  pingus-7.it  success_2.it \
-gd-myla.it     pingus-3.it  pingus-8.it  the_big_march_in_space.it \
-gd-cancn.it  goin_march.it  pingus-4.it  pingus-9.it \
-404light.ogg \
-orchfunk.ogg \
-hotloop.ogg \
-walkhappy.ogg \
-slowmood.ogg \
-loosetech.ogg \
-happydance.ogg \
-happyfree.ogg
-
-pkgdata_DATA = $(EXTRA_DIST)
-
-# EOF #
\ No newline at end of file

Deleted: branches/pingus_sdl/data/po/Makefile.am
===================================================================
--- branches/pingus_sdl/data/po/Makefile.am     2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/data/po/Makefile.am     2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,58 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 2004 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-EXTRA_DIST = $(wildcard *.po)
-pkgdata_DATA = $(EXTRA_DIST)
-
-# make[1]: Entering directory `/tmp/trunk/po'
-# /usr/bin/xgettext --default-domain=pingus --directory=.. \
-#   --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
-#   --files-from=./POTFILES.in \
-#   --copyright-holder='Ingo Ruhnke'
-# test ! -f pingus.po || { \
-#   if test -f ./pingus.pot; then \
-#     sed -f remove-potcdate.sed < ./pingus.pot > pingus.1po && \
-#     sed -f remove-potcdate.sed < pingus.po > pingus.2po && \
-#     if cmp pingus.1po pingus.2po >/dev/null 2>&1; then \
-#       rm -f pingus.1po pingus.2po pingus.po; \
-#     else \
-#       rm -f pingus.1po pingus.2po ./pingus.pot && \
-#       mv pingus.po ./pingus.pot; \
-#     fi; \
-#   else \
-#     mv pingus.po ./pingus.pot; \
-#   fi; \
-# }
-# make[1]: Leaving directory `/tmp/trunk/po'
-# /usr/bin/msgmerge --update cs.po pingus.pot
-# ................... done.
-# rm -f cs.gmo && /usr/bin/msgfmt -c --statistics -o cs.gmo cs.po
-# 176 translated messages, 6 fuzzy translations.
-# /usr/bin/msgmerge --update de.po pingus.pot
-# ................... done.
-
-update-po:
-       xgettext --default-domain=pingus --directory=../.. \
-   --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
-   --files-from=./POTFILES --output=pingus.pot \
-   --copyright-holder='Ingo Ruhnke'
-       for lang in *.po; do \
-     echo "Updating $$lang: "; \
-     msgmerge --update $$lang pingus.pot; \
-   done
-
-# EOF #

Deleted: branches/pingus_sdl/data/prefabs/Makefile.am
===================================================================
--- branches/pingus_sdl/data/prefabs/Makefile.am        2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/data/prefabs/Makefile.am        2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,24 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 2003 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-## Override automake so that "make install" puts these in proper place:
-pkgdatadir = $(datadir)/games/@PACKAGE@/prefabs
-
-EXTRA_DIST = water.xml snow-entrance.xml
-pkgdata_DATA = $(EXTRA_DIST)
-
-# EOF #

Deleted: branches/pingus_sdl/data/sounds/Makefile.am
===================================================================
--- branches/pingus_sdl/data/sounds/Makefile.am 2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/data/sounds/Makefile.am 2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,24 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-pkgdatadir = $(datadir)/games/@PACKAGE@/sounds
-EXTRA_DIST = chink.wav   goodidea.wav  plop.wav   splash.wav  ting.wav \
-             digger.wav  ohno.wav        plop2.wav  tick.wav    yipee.wav \
-             letsgo.wav
-pkgdata_DATA = $(EXTRA_DIST)
-
-# EOF #
\ No newline at end of file

Deleted: branches/pingus_sdl/data/themes/Makefile.am
===================================================================
--- branches/pingus_sdl/data/themes/Makefile.am 2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/data/themes/Makefile.am 2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,26 +0,0 @@
-#  $Id: Makefile.am,v 1.6 2001/07/27 19:44:49 grumbel Exp $
-#
-#  Pingus - A free Lemmings clone
-#  Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-#  This program is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License
-#  as published by the Free Software Foundation; either version 2
-#  of the License, or (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-# Tweaking the `datadir' to install the files in the correct location
-pkgdatadir = $(datadir)/games/@PACKAGE@/themes
-
-EXTRA_DIST = $(wildcard *.xml)
-pkgdata_DATA = $(EXTRA_DIST)
-
-# EOF #
\ No newline at end of file

Deleted: branches/pingus_sdl/data/worldmaps/Makefile.am
===================================================================
--- branches/pingus_sdl/data/worldmaps/Makefile.am      2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/data/worldmaps/Makefile.am      2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,24 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-# Tweaking the `datadir' to install the files in the correct location
-pkgdatadir = $(datadir)/games/@PACKAGE@/worldmaps
-
-EXTRA_DIST = volcano.xml pacman.old tutorial.xml
-pkgdata_DATA = $(EXTRA_DIST)
-
-# EOF #
\ No newline at end of file

Deleted: branches/pingus_sdl/doc/Makefile.am
===================================================================
--- branches/pingus_sdl/doc/Makefile.am 2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/doc/Makefile.am 2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,21 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-dist_man_MANS = pingus.6
-
-# EOF #
-

Deleted: branches/pingus_sdl/pingus.dsp
===================================================================
--- branches/pingus_sdl/pingus.dsp      2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/pingus.dsp      2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,1872 +0,0 @@
-# Microsoft Developer Studio Project File - Name="pingus" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Application" 0x0101
-
-CFG=pingus - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "pingus.mak".
-!MESSAGE 
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "pingus.mak" CFG="pingus - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "pingus - Win32 Release" (based on "Win32 (x86) Application")
-!MESSAGE "pingus - Win32 Debug" (based on "Win32 (x86) Application")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "pingus - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D 
"_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /Gi /vd0 /GR /GX /I "src" /I "src\win32" /D "NDEBUG" 
/D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "LIBXML_2" /D "HAVE_LIBCLANVORBIS" /YX 
/FD /TP /c
-# SUBTRACT CPP /WX /Gf /Gy /u /Fr
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x807 /d "NDEBUG"
-# ADD RSC /l 0x40a /d "NDEBUG"
-# SUBTRACT RSC /x
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 ClanApp.lib clanCore.lib ClanDisplay.lib ClanGL.lib ClanGUI.lib 
ClanJPEG.lib ClanMikMod.lib ClanNetwork.lib ClanPNG.lib ClanSignals.lib 
ClanVorbis.lib zlib.lib kernel32.lib user32.lib gdi32.lib libxml2.lib 
ClanSound.lib dsound.lib /nologo /version:0.5 /subsystem:windows /machine:I386 
/nodefaultlib:"msvcrt.lib" /libpath:"d:\games\pingus\release"
-# SUBTRACT LINK32 /verbose /profile /pdb:none /incremental:yes /map /debug 
/nodefaultlib
-
-!ELSEIF  "$(CFG)" == "pingus - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "."
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /Gm /vd0 /GR /GX /ZI /Od /I "src" /I "src\win32" /D 
"_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "LIBXML_2" /D 
"HAVE_LIBCLANVORBIS" /D "HAVE_LIBCLANMIKMOD" /U "HAVE_LIBCLANMIKMOD" /YX /FD 
/GZ /TP /c
-# SUBTRACT CPP /WX /X /Fr
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x807 /d "_DEBUG"
-# ADD RSC /l 0x40a /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 ClanApp.lib clanCore.lib ClanDisplay.lib ClanGL.lib ClanGUI.lib 
ClanJPEG.lib ClanMikMod.lib ClanNetwork.lib ClanPNG.lib ClanSignals.lib 
ClanVorbis.lib zlib.lib kernel32.lib user32.lib gdi32.lib libxml2.lib 
ClanSound.lib dsound.lib /nologo /subsystem:windows /debug /machine:I386 
/nodefaultlib:"libcmt.lib" /pdbtype:sept
-# SUBTRACT LINK32 /verbose /profile /incremental:no /map
-
-!ENDIF 
-
-# Begin Target
-
-# Name "pingus - Win32 Release"
-# Name "pingus - Win32 Debug"
-# Begin Group "Headers"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl;hh"
-# Begin Source File
-
-SOURCE=.\src\action_button.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\action_button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\action_data.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\action_holder.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\action_holder.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\angel.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\angel.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\basher.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\basher.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\blocker.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\blocker.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\boarder.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\boarder.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\bomber.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\bomber.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\bridger.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\bridger.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\climber.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\climber.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\digger.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\digger.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\drown.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\drown.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\exiter.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\exiter.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\faller.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\faller.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\floater.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\floater.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\jumper.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\jumper.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\laser_kill.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\laser_kill.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\miner.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\miner.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\rocket_launcher.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\rocket_launcher.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\slider.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\slider.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\smashed.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\smashed.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\splashed.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\splashed.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\superman.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\superman.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\teleported.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\teleported.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\waiter.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\waiter.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\walker.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\actions\walker.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\alpha_button.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\alpha_button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\blitter.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\blitter.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\blitter_impl.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\blitter_test.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\blitter_test.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\button_panel.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\button_panel.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\caimagemanipulation\caimagemanipulation.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\caimagemanipulation\caimagemanipulation.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\capture_rectangle.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\capture_rectangle.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\cheat.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\cheat.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\client.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\client.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\col_map.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\col_map.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\collider.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\collider.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\colliders\pingu_collider.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\colliders\pingu_collider.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\config.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\config.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\console.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\console.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\credits.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\credits.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\debug.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\debug.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\debug_stream.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\debug_stream.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\delta_manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\demo_player.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\demo_player.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\demo_recorder.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\demo_recorder.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\demo_session.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\demo_session.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\direction.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\direction.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\display\drawing_context.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\display\drawing_context.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\display\scene_context.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\display\scene_context.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\exit_menu.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\exit_menu.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\file_reader.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\file_reader.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\file_reader.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\file_reader_impl.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\file_writer.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\fonts.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\fonts.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\fps_counter.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\fps_counter.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\game_counter.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\game_counter.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\game_event.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\game_session.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\game_session.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\game_session_result.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\game_session_result.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\game_time.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\game_time.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\global_event.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\global_event.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\globals.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\globals.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\goal_manager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\goal_manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\graphic_context_state.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\graphic_context_state.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\groundtype.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\groundtype.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\component.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\cursor.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\cursor.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\display.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\display.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\game_delta.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\graphic_context.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\gui_manager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\gui_manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\gui_screen.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\gui_screen.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\input_debug_screen.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\input_debug_screen.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\root_gui_manager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\root_gui_manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\screen.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\screen.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\screen_manager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\screen_manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\screen_ptr.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\screen_ptr.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\surface_button.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui\surface_button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui_obj.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\gui_obj.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\html_browser.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\html_browser.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\hurry_up.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\hurry_up.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axes\button_axis.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axes\button_axis.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axes\dummy_axis.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axes\inverted_axis.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axes\inverted_axis.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axes\joystick_axis.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axes\joystick_axis.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axes\multiple_axis.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axes\multiple_axis.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axis.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axis_factory.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\axis_factory.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\button_factory.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\button_factory.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\double_button.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\double_button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\dummy_button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\joystick_button.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\joystick_button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\key_button.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\key_button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\mouse_button.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\mouse_button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\multiple_button.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\multiple_button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\triple_button.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\buttons\triple_button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\controller.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\controller.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\event.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\event_fwd.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\pointer.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\pointer_factory.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\pointer_factory.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\pointers\axis_pointer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\pointers\axis_pointer.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\pointers\dummy_pointer.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\pointers\mouse_pointer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\pointers\mouse_pointer.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\pointers\multiple_pointer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\pointers\multiple_pointer.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scroller.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scroller_factory.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scroller_factory.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\axis_scroller.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\axis_scroller.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\dummy_scroller.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\inverted_scroller.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\inverted_scroller.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\joystick_scroller.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\joystick_scroller.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\mouse_scroller.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\mouse_scroller.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\multiple_scroller.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\multiple_scroller.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\pointer_scroller.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input\scrollers\pointer_scroller.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\input_event.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\layer_manager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\layer_manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\loading.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\loading.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\main_menu.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\main_menu.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\math.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\menu_background.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\menu_background.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\menu_button.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\menu_button.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\mover.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\mover.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\movers\linear_mover.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\movers\linear_mover.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\multiline_text.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\multiline_text.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\particles\pingu_particle_holder.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\particles\pingu_particle_holder.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\particles\rain_particle_holder.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\particles\rain_particle_holder.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\particles\smoke_particle_holder.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\particles\smoke_particle_holder.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\particles\snow_particle_holder.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\particles\snow_particle_holder.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\path_manager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\path_manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu_action.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu_action.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu_action_factory.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu_action_factory.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu_enums.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu_enums.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu_holder.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu_holder.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu_map.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingu_map.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_counter.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_counter.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_counter_bar.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_counter_bar.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_error.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_error.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_error.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_level.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_level.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_level.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_level_test.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_main.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_main.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_map_manager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_map_manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_menu.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_menu.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_menu_manager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_menu_manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_sub_menu.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\pingus_sub_menu.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\playfield.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\playfield.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\plf_res_mgr.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\plf_res_mgr.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\plt_xml.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\plt_xml.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\preview_renderer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\preview_renderer.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\range.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\range.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\res_descriptor.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\res_descriptor.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\resource.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\resource.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\resource_modifier.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\resource_modifier.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\resource_modifier.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\result_screen.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\result_screen.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\savegame.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\savegame.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\savegame_manager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\savegame_manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\screenshot.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\screenshot.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\server.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\server.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\server_event.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\server_event.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\smallmap.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\smallmap.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\smallmap_image.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\smallmap_image.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sound\sound.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sound\sound.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sound\sound_dummy.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sound\sound_dummy.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sound\sound_real.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sound\sound_real.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sound\sound_res_mgr.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sound\sound_res_mgr.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\sound\sounds.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\spot_map.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\spot_map.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\start_screen.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\start_screen.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\stat_manager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\stat_manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\state_sprite.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\state_sprite.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\story.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\story.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\story_screen.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\story_screen.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\string_format.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\string_format.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\system.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\system.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\theme.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\theme.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\time_display.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\time_display.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\timer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\timer.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\true_server.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\true_server.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\vector.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\vector.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\world.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\world.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\dot.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\dot.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\dot_factory.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\dot_factory.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\drawable.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\drawable.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\drawable_factory.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\drawable_factory.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\graph.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\graph.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\level_dot.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\level_dot.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\manager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\manager.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\path.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\path.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\path_drawable.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\path_drawable.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\path_graph.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\path_graph.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\pathfinder.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\pingus.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\pingus.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\sprite_drawable.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\sprite_drawable.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\surface_drawable.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\surface_drawable.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\worldmap.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldmap\worldmap.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobj.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobj.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobj_factory.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobj_factory.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\conveyor_belt.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\conveyor_belt.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\entrance.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\entrance.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\exit.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\exit.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\fake_exit.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\fake_exit.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\groundpiece.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\groundpiece.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\guillotine.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\guillotine.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\hammer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\hammer.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\hotspot.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\hotspot.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\ice_block.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\ice_block.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\info_box.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\info_box.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\laser_exit.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\laser_exit.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\liquid.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\liquid.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\rain_generator.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\rain_generator.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\smasher.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\smasher.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\snow_generator.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\snow_generator.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\solid_color_background.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\solid_color_background.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\spike.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\spike.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\starfield_background.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\starfield_background.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\starfield_background_stars.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\starfield_background_stars.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\surface_background.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\surface_background.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\switch_door.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\switch_door.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\teleporter.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\teleporter.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\thunderstorm_background.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\thunderstorm_background.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\woodthing.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\worldobjs\woodthing.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_eval.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_eval.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_file_reader.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_file_reader.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_file_reader.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_file_writer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_file_writer.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_pdf.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_pdf.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_pingus_level.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_pingus_level.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\xml_pingus_level.hxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\win32\Getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\win32\Getopt1.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\win32\Getopt.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\win32\config.h
-# End Source File
-# End Group
-# End Target
-# End Project

Deleted: branches/pingus_sdl/pingus.dsw
===================================================================
--- branches/pingus_sdl/pingus.dsw      2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/pingus.dsw      2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,28 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-
-###############################################################################
-
-Project: "pingus"=.\pingus.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-

Deleted: branches/pingus_sdl/pingus.rc
===================================================================
--- branches/pingus_sdl/pingus.rc       2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/pingus.rc       2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,118 +0,0 @@
-//Microsoft Developer Studio generated resource script.
-//
-#include "src\win32\resource.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "afxres.h"
-
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// Spanish (Modern) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESN)
-#ifdef _WIN32
-LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
-#pragma code_page(1252)
-#endif //_WIN32
-
-#ifdef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// TEXTINCLUDE
-//
-
-1 TEXTINCLUDE DISCARDABLE 
-BEGIN
-    "resource.h\0"
-END
-
-2 TEXTINCLUDE DISCARDABLE 
-BEGIN
-    "#include ""afxres.h""\r\n"
-    "\0"
-END
-
-3 TEXTINCLUDE DISCARDABLE 
-BEGIN
-    "\r\n"
-    "\0"
-END
-
-#endif    // APSTUDIO_INVOKED
-
-
-#ifndef _MAC
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,5,0,1
- PRODUCTVERSION 0,5,0,1
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x23L
-#else
- FILEFLAGS 0x22L
-#endif
- FILEOS 0x40004L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
-BEGIN
-    BLOCK "StringFileInfo"
-    BEGIN
-        BLOCK "0c0a04b0"
-        BEGIN
-            VALUE "Comments", "\0"
-            VALUE "CompanyName", "\0"
-            VALUE "FileDescription", "Pingus - A Free Lemmings(TM) Clone\0"
-            VALUE "FileVersion", "0, 5, 0, 1\0"
-            VALUE "InternalName", "pingus.exe\0"
-            VALUE "LegalCopyright", "Copyright � Ingo Ruhnke, 1999\0"
-            VALUE "LegalTrademarks", "\0"
-            VALUE "OriginalFilename", "pingus.exe\0"
-            VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "Pingus - A Free Lemmings(TM) Clone\0"
-            VALUE "ProductVersion", "0, 5, 0, 1\0"
-            VALUE "SpecialBuild", "Pre-2\0"
-        END
-    END
-    BLOCK "VarFileInfo"
-    BEGIN
-        VALUE "Translation", 0xc0a, 1200
-    END
-END
-
-#endif    // !_MAC
-
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-ID_PINGUS               ICON    DISCARDABLE     "icon1.ico"
-#endif    // Spanish (Modern) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-
-
-/////////////////////////////////////////////////////////////////////////////
-#endif    // not APSTUDIO_INVOKED
-

Deleted: branches/pingus_sdl/pingus.spec
===================================================================
--- branches/pingus_sdl/pingus.spec     2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/pingus.spec     2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,40 +0,0 @@
-%define version 0.1.2
-%define release 1
-%define prefix /usr
-
-Summary: Pingus, a lemmings style game with penguins.
-Name: pingus
-Version: %{version}
-Release: %{release}
-Copyright: GPL
-Group: Amusements/Games
-BuildRoot: /tmp/pingus-root
-Source: pingus-%{version}.tar.gz
-URL: http://dark.x.dtu.dk/~grumbel/pingus
-Requires: ClanLib >= 0.1.15
-
-%description
-A cool lemmings game with penguins instead of lemmings! Try it. :-)
-(someone should add a longer description here, with feature sets, etc.)
-
-%prep
-%setup
-
-%build
-./configure --prefix=%prefix
-make
-
-%install
-make prefix=$RPM_BUILD_ROOT%{prefix} install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%doc README* COPYING CREDITS ChangeLog
-%{prefix}/games/pingus
-%{prefix}/share/games/pingus/pingus.dat
-%{prefix}/share/games/pingus/hotspots.spec
-%{prefix}/share/games/pingus/levels/*
-%{prefix}/info/pingus.info

Deleted: branches/pingus_sdl/src/Makefile.am
===================================================================
--- branches/pingus_sdl/src/Makefile.am 2007-01-17 20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/src/Makefile.am 2007-01-17 20:26:34 UTC (rev 2680)
@@ -1,301 +0,0 @@
-#  $Id: Makefile.am,v 1.158 2003/12/13 11:21:23 grumbel Exp $
-#
-#  Pingus - A free Lemmings clone
-#  Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-#  This program is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License
-#  as published by the Free Software Foundation; either version 2
-#  of the License, or (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-bindir=$(prefix)/games
-
-# The next lines are for gettext
-localedir = $(datadir)/locale
-# DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
-# INCLUDES = -I$(srcdir) -I.. -I$(top_srcdir)/lib -I../intl 
-I$(top_srcdir)/intl
-
-SUBDIRS = \
-       actions             \
-       caimagemanipulation \
-       colliders           \
-       components          \
-       editor              \
-        gui                 \
-        input               \
-       movers              \
-       particles           \
-       sound               \
-       tinygettext         \
-        worldobjs           \
-       worldmap
-
-EXTRA_DIST = \
-             win32/Getopt.c  \
-             win32/Getopt.h  \
-             win32/Getopt1.c \
-             win32/config.h  \
-             make_docs.sh
-
-bin_PROGRAMS = pingus xmleval pingus_level_test
-
-xmleval_CPPFLAGS = @PINGUS_CFLAGS@
-xmleval_LDADD    = @PINGUS_LIBS@
-xmleval_SOURCES  = xml_eval.cxx xml_eval.hxx 
-
-pingus_CPPFLAGS = @PINGUS_CFLAGS@
-
-pingus_LDADD = \
-        caimagemanipulation/libcaimagemanipulation.a \
-        worldobjs/libpingus_worldobjs.a \
-        actions/libpingus_actions.a      \
-       movers/libpingus_movers.a \
-       colliders/libpingus_colliders.a \
-        particles/libpingus_particle.a  \
-        sound/libpingus_sound.a  \
-        worldmap/libpingus_worldmap.a \
-        input/libpingus_input.a \
-        input/axes/libpingus_input_axes.a \
-        input/buttons/libpingus_input_buttons.a \
-       input/pointers/libpingus_input_pointers.a \
-       input/scrollers/libpingus_input_scrollers.a \
-       editor/libpingus_editor.a \
-       gui/libpingus_gui.a \
-       components/libpingus_components.a \
-       tinygettext/libpingus_tinygettext.a \
-        @PINGUS_LIBS@ \
-        @ICONV_LIBS@ \
-        @LIBS@
-
-pingus_level_test_CPPFLAGS = @PINGUS_CFLAGS@
-pingus_level_test_LDADD    = @PINGUS_LIBS@
-
-pingus_level_test_SOURCES = \
-pingus_level_test.cxx \
-pingus_level.cxx      \
-xml_pingus_level.cxx  \
-xml_file_reader.cxx   \
-file_reader.cxx       \
-pingus_error.cxx      \
-resource_modifier.cxx
-
-pingus_SOURCES = \
-action_data.hxx \
-action_holder.cxx \
-action_holder.hxx \
-blitter.cxx \
-blitter.hxx \
-blitter_impl.hxx \
-blitter_test.cxx \
-blitter_test.hxx \
-capture_rectangle.cxx \
-capture_rectangle.hxx \
-cheat.cxx \
-cheat.hxx \
-client.cxx \
-client.hxx \
-col_map.cxx \
-col_map.hxx \
-collider.cxx \
-collider.hxx \
-config.cxx \
-config.hxx \
-console.cxx \
-console.hxx \
-credits.cxx \
-credits.hxx \
-debug.cxx \
-debug.hxx \
-debug_stream.cxx \
-debug_stream.hxx \
-delta_manager.hxx \
-demo_player.cxx \
-demo_player.hxx \
-demo_recorder.cxx \
-demo_recorder.hxx \
-demo_session.cxx \
-demo_session.hxx \
-direction.cxx \
-direction.hxx \
-exit_menu.cxx \
-exit_menu.hxx \
-file_dialog.cxx \
-file_dialog.hxx \
-file_dialog_item.cxx \
-file_dialog_item.hxx \
-file_dialog_listener.hxx \
-file_reader.cxx \
-file_reader.hxx \
-file_reader_impl.hxx \
-file_writer.hxx \
-fonts.cxx \
-fonts.hxx \
-fps_counter.cxx \
-fps_counter.hxx \
-game_counter.cxx \
-game_counter.hxx \
-game_event.hxx \
-game_session.cxx \
-game_session.hxx \
-game_session_result.cxx \
-game_session_result.hxx \
-game_time.cxx \
-game_time.hxx \
-gettext.cxx \
-gettext.h \
-global_event.cxx \
-global_event.hxx \
-globals.cxx \
-globals.hxx \
-goal_manager.cxx \
-goal_manager.hxx \
-graphic_context_state.cxx \
-graphic_context_state.hxx \
-ground_map.cxx \
-ground_map.hxx \
-groundtype.cxx \
-groundtype.hxx \
-input_event.hxx \
-layer_manager.cxx \
-layer_manager.hxx \
-loading.cxx \
-loading.hxx \
-math.hxx \
-mover.cxx \
-mover.hxx \
-multiline_text.cxx \
-multiline_text.hxx \
-path_manager.cxx \
-path_manager.hxx \
-pingu.cxx \
-pingu.hxx \
-pingu_action.cxx \
-pingu_action.hxx \
-pingu_action_factory.cxx \
-pingu_action_factory.hxx \
-pingu_enums.cxx \
-pingu_enums.hxx \
-pingu_holder.cxx \
-pingu_holder.hxx \
-pingus.hxx \
-pingus_error.cxx \
-pingus_error.hxx \
-pingus_level.cxx \
-pingus_level.hxx \
-pingus_main.cxx \
-pingus_main.hxx \
-pingus_map_manager.cxx \
-pingus_map_manager.hxx \
-pingus_menu.cxx \
-pingus_menu.hxx \
-pingus_menu_manager.cxx \
-pingus_menu_manager.hxx \
-pingus_sub_menu.cxx \
-pingus_sub_menu.hxx \
-plf_res_mgr.cxx \
-plf_res_mgr.hxx \
-plt_xml.cxx \
-plt_xml.hxx \
-preview_renderer.cxx \
-preview_renderer.hxx \
-range.cxx \
-range.hxx \
-res_descriptor.cxx \
-res_descriptor.hxx \
-resource.cxx \
-resource.hxx \
-resource_modifier.cxx \
-resource_modifier.hxx \
-result_screen.cxx \
-result_screen.hxx \
-savegame.cxx \
-savegame.hxx \
-savegame_manager.cxx \
-savegame_manager.hxx \
-screenshot.cxx \
-screenshot.hxx \
-server.cxx \
-server.hxx \
-server_event.cxx \
-server_event.hxx \
-smallmap_image.cxx \
-smallmap_image.hxx \
-start_screen.cxx \
-start_screen.hxx \
-stat_manager.cxx \
-stat_manager.hxx \
-state_sprite.cxx \
-state_sprite.hxx \
-story_screen.cxx \
-story_screen.hxx \
-string_format.cxx \
-string_format.hxx \
-system.cxx \
-system.hxx \
-theme.cxx \
-theme.hxx \
-timer.cxx \
-timer.hxx \
-true_server.cxx \
-true_server.hxx \
-vector.cxx \
-vector.hxx \
-world.cxx \
-world.hxx \
-worldobj.cxx \
-worldobj.hxx \
-worldobj_factory.cxx \
-worldobj_factory.hxx \
-xml_file_reader.cxx \
-xml_file_reader.hxx \
-xml_file_writer.cxx \
-xml_file_writer.hxx \
-xml_pdf.cxx \
-xml_pdf.hxx \
-xml_pingus_level.cxx \
-xml_pingus_level.hxx \
-display/drawing_context.cxx \
-display/drawing_context.hxx \
-display/scene_context.cxx \
-display/scene_context.hxx
-
-STATICBIN_LIBS = -lclanGUI -lclanCore -lclanDisplay -lclanApp -lclanPNG 
-lclanJPEG \
--lclanDisplay -lclanMikMod -lclanVorbis -logg -lvorbis -logg -lmikmod 
-lclanSound -lclanCore  \
--L/usr/X11R6/lib/ \
--lstdc++ \
--lpthread \
--lxml2 \
--lm \
--lbz2 \
--ldl \
--lz \
--ltiff \
--ljpeg \
-libpng.a \
--lXext \
--lXt \
--lX11 \
--lSM \
--lICE \
--lXxf86vm \
--lstdc++ \
--ldl 
-
-pingus.static: $(pingus_OBJECTS) $(pingus_DEPENDENCIES)
-       $(CXX) $(CXXFLAGS) -s -static -o $@ $(pingus_OBJECTS) 
$(pingus_DEPENDENCIES) $(STATICBIN_LIBS) 
-
-pingus.static.comp: pingus.static
-       cp $< $@
-       strip -s $@
-       upx-ucl -q --best $@
-
-## EOF ##

Deleted: branches/pingus_sdl/src/actions/Makefile.am
===================================================================
--- branches/pingus_sdl/src/actions/Makefile.am 2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/src/actions/Makefile.am 2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,46 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-noinst_LIBRARIES = libpingus_actions.a
-
-libpingus_actions_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_actions_a_SOURCES =       \
-         angel.cxx    angel.hxx \
-         basher.cxx   basher.hxx     \
-         blocker.cxx  blocker.hxx    \
-         boarder.cxx  boarder.hxx \
-         bomber.cxx   bomber.hxx     \
-         bridger.cxx  bridger.hxx    \
-         climber.cxx  climber.hxx    \
-         digger.cxx   digger.hxx     \
-         drown.cxx    drown.hxx \
-         exiter.cxx   exiter.hxx     \
-         faller.cxx   faller.hxx \
-         floater.cxx  floater.hxx    \
-         jumper.cxx   jumper.hxx     \
-         laser_kill.cxx laser_kill.hxx \
-         miner.cxx    miner.hxx      \
-         rocket_launcher.cxx  rocket_launcher.hxx \
-         slider.cxx   slider.hxx \
-         smashed.cxx  smashed.hxx    \
-         splashed.cxx splashed.hxx \
-         superman.cxx superman.hxx \
-         teleported.cxx teleported.hxx \
-        waiter.cxx   waiter.hxx \
-         walker.cxx   walker.hxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/caimagemanipulation/Makefile.am
===================================================================
--- branches/pingus_sdl/src/caimagemanipulation/Makefile.am     2007-01-17 
20:15:01 UTC (rev 2679)
+++ branches/pingus_sdl/src/caimagemanipulation/Makefile.am     2007-01-17 
20:26:34 UTC (rev 2680)
@@ -1,25 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-noinst_LIBRARIES = libcaimagemanipulation.a
-
-libcaimagemanipulation_a_CPPFLAGS = @PINGUS_CFLAGS@
-libcaimagemanipulation_a_SOURCES = \
-       caimagemanipulation.cpp \
-       caimagemanipulation.h
-
-# EOF #
\ No newline at end of file

Deleted: branches/pingus_sdl/src/colliders/Makefile.am
===================================================================
--- branches/pingus_sdl/src/colliders/Makefile.am       2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/src/colliders/Makefile.am       2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,27 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-libdir=$(prefix)/share/games/@PACKAGE@/libs
-
-# -- Static Libs --
-noinst_LIBRARIES = libpingus_colliders.a
-
-libpingus_colliders_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_colliders_a_SOURCES =       \
-         pingu_collider.cxx   pingu_collider.hxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/components/Makefile.am
===================================================================
--- branches/pingus_sdl/src/components/Makefile.am      2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/src/components/Makefile.am      2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,44 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-# -- Static Libs --
-noinst_LIBRARIES = libpingus_components.a
-
-libpingus_components_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_components_a_SOURCES = \
-hurry_up.cxx \
-hurry_up.hxx \
-menu_button.cxx \
-menu_button.hxx \
-action_button.cxx \
-action_button.hxx \
-button_panel.cxx \
-button_panel.hxx \
-hurry_up.cxx \
-hurry_up.hxx \
-menu_button.cxx \
-menu_button.hxx \
-pingus_counter.cxx \
-pingus_counter.hxx \
-playfield.cxx \
-playfield.hxx \
-smallmap.cxx \
-smallmap.hxx \
-time_display.cxx \
-time_display.hxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/editor/Makefile.am
===================================================================
--- branches/pingus_sdl/src/editor/Makefile.am  2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/src/editor/Makefile.am  2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,29 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-libdir=$(prefix)/share/games/@PACKAGE@/libs
-
-# -- Static Libs --
-noinst_LIBRARIES = libpingus_editor.a
-
-libpingus_editor_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_editor_a_SOURCES = \
-       context_menu.cxx        context_menu.hxx        editor_screen.cxx       
editor_screen.hxx       editor_panel.cxx        editor_panel.hxx        
panel_buttons.cxx       panel_buttons.hxx       editor_viewport.cxx     
editor_viewport.hxx \
-       xml_level.cxx           xml_level.hxx           level_objs.cxx          
level_objs.hxx          level_impl.hxx level_head.cxx
-
-# EOF #
-noinst_HEADERS = level_head.hxx

Deleted: branches/pingus_sdl/src/gui/Makefile.am
===================================================================
--- branches/pingus_sdl/src/gui/Makefile.am     2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/src/gui/Makefile.am     2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,53 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-noinst_LIBRARIES = libpingus_gui.a
-
-libpingus_gui_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_gui_a_SOURCES = \
-       cursor.cxx \
-       cursor.hxx \
-       display.cxx \
-       display.hxx \
-       game_delta.hxx \
-       gui_manager.cxx \
-       gui_manager.hxx \
-       gui_screen.cxx \
-       gui_screen.hxx \
-       input_debug_screen.cxx \
-       input_debug_screen.hxx \
-       root_gui_manager.cxx \
-       root_gui_manager.hxx \
-       screen.hxx \
-       screen.cxx \
-       screen_manager.cxx \
-       screen_manager.hxx \
-       screen_ptr.cxx \
-       screen_ptr.hxx \
-        component.hxx \
-        surface_button.cxx \
-        surface_button.hxx \
-        combobox.cxx \
-        combobox.hxx \
-       combobox_listener.hxx \
-                               checkbox.cxx \
-                               checkbox.hxx \
-                               checkbox_listener.hxx \
-                               input_box.cxx \
-                               input_box.hxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/input/Makefile.am
===================================================================
--- branches/pingus_sdl/src/input/Makefile.am   2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/src/input/Makefile.am   2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,40 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-noinst_LIBRARIES = libpingus_input.a
-
-SUBDIRS = \
-        axes \
-       buttons \
-       pointers \
-       scrollers
-
-libpingus_input_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_input_a_SOURCES =       \
-       axis.hxx \
-       axis_factory.hxx axis_factory.cxx \
-       button.hxx \
-       button_factory.hxx button_factory.cxx \
-       controller.hxx controller.cxx \
-       event.hxx \
-       event_fwd.hxx \
-       pointer.hxx \
-       pointer_factory.hxx pointer_factory.cxx \
-       scroller.hxx \
-       scroller_factory.hxx scroller_factory.cxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/input/axes/Makefile.am
===================================================================
--- branches/pingus_sdl/src/input/axes/Makefile.am      2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/src/input/axes/Makefile.am      2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,28 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-noinst_LIBRARIES = libpingus_input_axes.a
-
-libpingus_input_axes_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_input_axes_a_SOURCES =       \
-        button_axis.hxx button_axis.cxx \
-       dummy_axis.hxx \
-       inverted_axis.hxx inverted_axis.cxx \
-       joystick_axis.hxx joystick_axis.cxx \
-       multiple_axis.hxx multiple_axis.cxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/input/buttons/Makefile.am
===================================================================
--- branches/pingus_sdl/src/input/buttons/Makefile.am   2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/src/input/buttons/Makefile.am   2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,30 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-noinst_LIBRARIES = libpingus_input_buttons.a
-
-libpingus_input_buttons_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_input_buttons_a_SOURCES =       \
-       double_button.hxx double_button.cxx \
-       dummy_button.hxx \
-        joystick_button.hxx joystick_button.cxx \
-        key_button.hxx key_button.cxx \
-       mouse_button.hxx mouse_button.cxx \
-       multiple_button.hxx multiple_button.cxx \
-       triple_button.hxx triple_button.cxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/input/pointers/Makefile.am
===================================================================
--- branches/pingus_sdl/src/input/pointers/Makefile.am  2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/src/input/pointers/Makefile.am  2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,27 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-noinst_LIBRARIES = libpingus_input_pointers.a
-
-libpingus_input_pointers_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_input_pointers_a_SOURCES =       \
-        axis_pointer.hxx axis_pointer.cxx \
-       dummy_pointer.hxx \
-        mouse_pointer.hxx mouse_pointer.cxx \
-       multiple_pointer.hxx multiple_pointer.cxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/input/scrollers/Makefile.am
===================================================================
--- branches/pingus_sdl/src/input/scrollers/Makefile.am 2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/src/input/scrollers/Makefile.am 2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,30 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-noinst_LIBRARIES = libpingus_input_scrollers.a
-
-libpingus_input_scrollers_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_input_scrollers_a_SOURCES =       \
-       axis_scroller.hxx axis_scroller.cxx \
-       dummy_scroller.hxx \
-       inverted_scroller.hxx inverted_scroller.cxx \
-       joystick_scroller.hxx joystick_scroller.cxx \
-       mouse_scroller.hxx mouse_scroller.cxx \
-       multiple_scroller.hxx multiple_scroller.cxx \
-       pointer_scroller.hxx pointer_scroller.cxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/movers/Makefile.am
===================================================================
--- branches/pingus_sdl/src/movers/Makefile.am  2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/src/movers/Makefile.am  2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,27 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-libdir=$(prefix)/share/games/@PACKAGE@/libs
-
-# -- Static Libs --
-noinst_LIBRARIES = libpingus_movers.a
-
-libpingus_movers_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_movers_a_SOURCES =       \
-         linear_mover.cxx   linear_mover.hxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/particles/Makefile.am
===================================================================
--- branches/pingus_sdl/src/particles/Makefile.am       2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/src/particles/Makefile.am       2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,27 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-noinst_LIBRARIES = libpingus_particle.a
-
-libpingus_particle_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_particle_a_SOURCES = \
-pingu_particle_holder.cxx pingu_particle_holder.hxx \
- rain_particle_holder.cxx  rain_particle_holder.hxx \
-smoke_particle_holder.cxx smoke_particle_holder.hxx \
- snow_particle_holder.cxx  snow_particle_holder.hxx
-
-## EOF ##
\ No newline at end of file

Deleted: branches/pingus_sdl/src/sound/Makefile.am
===================================================================
--- branches/pingus_sdl/src/sound/Makefile.am   2007-01-17 20:15:01 UTC (rev 
2679)
+++ branches/pingus_sdl/src/sound/Makefile.am   2007-01-17 20:26:34 UTC (rev 
2680)
@@ -1,28 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-# -- Static Libs --
-noinst_LIBRARIES = libpingus_sound.a
-
-libpingus_sound_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_sound_a_SOURCES = \
-       sound.cxx  sound_dummy.cxx  sound_real.cxx \
-       sound.hxx  sound_dummy.hxx  sound_real.hxx \
-        sounds.hxx sound_res_mgr.hxx sound_res_mgr.cxx \
-               sound_impl.hxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/tinygettext/Makefile.am
===================================================================
--- branches/pingus_sdl/src/tinygettext/Makefile.am     2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/src/tinygettext/Makefile.am     2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,24 +0,0 @@
-# Pingus - A free Lemmings clone
-# Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-# -- Static Libs --
-noinst_LIBRARIES = libpingus_tinygettext.a
-
-libpingus_tinygettext_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_tinygettext_a_SOURCES = tinygettext.cxx tinygettext.hxx
-
-# EOF #

Deleted: branches/pingus_sdl/src/worldmap/Makefile.am
===================================================================
--- branches/pingus_sdl/src/worldmap/Makefile.am        2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/src/worldmap/Makefile.am        2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,64 +0,0 @@
-#  $Id: Makefile.am,v 1.13 2003/10/18 12:11:31 grumbel Exp $
-#
-#  Pingus - A free Lemmings clone
-#  Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-#  This program is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License
-#  as published by the Free Software Foundation; either version 2
-#  of the License, or (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-noinst_LIBRARIES = libpingus_worldmap.a
-
-libpingus_worldmap_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_worldmap_a_SOURCES = \
-dot.hxx dot.cxx \
-dot_factory.cxx \
-dot_factory.hxx \
-drawable.cxx \
-drawable.hxx \
-drawable_factory.cxx \
-drawable_factory.hxx \
-graph.cxx \
-graph.hxx    \
-level_dot.cxx   \
-level_dot.hxx   \
-manager.cxx  \
-manager.hxx  \
-metamap.cxx \
-metamap.hxx \
-path.cxx  \
-path.hxx  \
-path_drawable.cxx \
-path_drawable.hxx \
-path_graph.cxx  \
-path_graph.hxx  \
-pathfinder.hxx  \
-pingus.cxx   \
-pingus.hxx   \
-sprite_drawable.cxx \
-sprite_drawable.hxx \
-surface_drawable.cxx \
-surface_drawable.hxx \
-world_dot.cxx \
-world_dot.hxx \
-worldmap.cxx \
-worldmap.hxx \
-worldmap_story.cxx \
-worlmap_story.hxx
-
-#node.cxx
-#node.hxx
-#node_data.hxx
-#node_data.cxx
-
-# EOF #
\ No newline at end of file

Deleted: branches/pingus_sdl/src/worldobjs/Makefile.am
===================================================================
--- branches/pingus_sdl/src/worldobjs/Makefile.am       2007-01-17 20:15:01 UTC 
(rev 2679)
+++ branches/pingus_sdl/src/worldobjs/Makefile.am       2007-01-17 20:26:34 UTC 
(rev 2680)
@@ -1,49 +0,0 @@
-#  $Id: Makefile.am,v 1.20 2003/10/19 12:25:47 grumbel Exp $
-#
-#  Pingus - A free Lemmings clone
-#  Copyright (C) 1999 Ingo Ruhnke <address@hidden>
-#
-#  This program is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License
-#  as published by the Free Software Foundation; either version 2
-#  of the License, or (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
-noinst_LIBRARIES = libpingus_worldobjs.a
-
-libpingus_worldobjs_a_CPPFLAGS = @PINGUS_CFLAGS@
-libpingus_worldobjs_a_SOURCES = \
-        conveyor_belt.cxx              conveyor_belt.hxx              \
-       entrance.cxx                   entrance.hxx                   \
-       exit.cxx                       exit.hxx                       \
-       fake_exit.cxx                  fake_exit.hxx                  \
-       guillotine.cxx                 guillotine.hxx                 \
-        groundpiece.hxx                groundpiece.cxx                \
-       hammer.cxx                     hammer.hxx                     \
-       hotspot.cxx                    hotspot.hxx                    \
-        ice_block.cxx                  ice_block.hxx                  \
-        info_box.cxx                   info_box.hxx                   \
-       laser_exit.cxx                 laser_exit.hxx                 \
-       liquid.cxx                     liquid.hxx                     \
-        rain_generator.hxx             rain_generator.cxx             \
-       smasher.cxx                    smasher.hxx                    \
-        snow_generator.hxx             snow_generator.cxx             \
-       solid_color_background.cxx     solid_color_background.hxx     \
-       spike.cxx                      spike.hxx                      \
-       starfield_background.cxx       starfield_background.hxx       \
-       starfield_background_stars.cxx starfield_background_stars.hxx \
-       surface_background.cxx         surface_background.hxx         \
-        switch_door.cxx                switch_door.hxx                \
-        teleporter.cxx                 teleporter.hxx                 \
-       thunderstorm_background.cxx    thunderstorm_background.hxx    \
-        woodthing.cxx                  woodthing.hxx
-
-## EOF ##





reply via email to

[Prev in Thread] Current Thread [Next in Thread]