added jam build system, please try it out - the advantage would be that it already...
authorMatthias Braun <matze@braunis.de>
Tue, 23 Nov 2004 16:47:26 +0000 (16:47 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 23 Nov 2004 16:47:26 +0000 (16:47 +0000)
commit6fe1f3519eecbbb75eca97c45a6697eee36b2442
tree397479bfa19bf3bd91eafb2379837f6f2951eae6
parent16cd01cacbaf3464209695204800f3df65d00ac3
added jam build system, please try it out - the advantage would be that it already supports all the stuff we need

SVN-Revision: 2153
84 files changed:
Jamfile [new file with mode: 0644]
Jamrules [new file with mode: 0644]
autogen.sh
configure.ac
contrib/tilemanager/Application.cs
contrib/tilemanager/TileSet.cs
data/Jamfile [new file with mode: 0644]
lib/Jamfile [new file with mode: 0644]
lib/utils/configfile.h
lib/video/drawing_context.cpp
lib/video/surface.cpp
lib/video/surface.h
mk/autoconf/acx_pthread.m4 [new file with mode: 0644]
mk/autoconf/ax_check_gl.m4 [new file with mode: 0644]
mk/autoconf/ax_type_socklen_t.m4 [new file with mode: 0644]
mk/autoconf/codeset.m4 [new file with mode: 0644]
mk/autoconf/config.guess [new file with mode: 0755]
mk/autoconf/config.sub [new file with mode: 0755]
mk/autoconf/gettext.m4 [new file with mode: 0644]
mk/autoconf/glibc21.m4 [new file with mode: 0644]
mk/autoconf/iconv.m4 [new file with mode: 0644]
mk/autoconf/initjamfile.m4 [new file with mode: 0644]
mk/autoconf/install-sh [new file with mode: 0755]
mk/autoconf/installdirs.m4 [new file with mode: 0644]
mk/autoconf/intdiv0.m4 [new file with mode: 0644]
mk/autoconf/inttypes-pri.m4 [new file with mode: 0644]
mk/autoconf/inttypes.m4 [new file with mode: 0644]
mk/autoconf/inttypes_h.m4 [new file with mode: 0644]
mk/autoconf/isc-posix.m4 [new file with mode: 0644]
mk/autoconf/lcmessage.m4 [new file with mode: 0644]
mk/autoconf/lib-ld.m4 [new file with mode: 0644]
mk/autoconf/lib-link.m4 [new file with mode: 0644]
mk/autoconf/lib-prefix.m4 [new file with mode: 0644]
mk/autoconf/nls.m4 [new file with mode: 0644]
mk/autoconf/np_findlib.m4 [new file with mode: 0644]
mk/autoconf/np_lang_program.m4 [new file with mode: 0644]
mk/autoconf/po.m4 [new file with mode: 0644]
mk/autoconf/progtest.m4 [new file with mode: 0644]
mk/autoconf/sdl.m4 [new file with mode: 0644]
mk/autoconf/stdint_h.m4 [new file with mode: 0644]
mk/autoconf/uintmax_t.m4 [new file with mode: 0644]
mk/autoconf/ulonglong.m4 [new file with mode: 0644]
mk/jam/application.jam [new file with mode: 0644]
mk/jam/autoconf.jam [new file with mode: 0644]
mk/jam/build.jam [new file with mode: 0644]
mk/jam/clean.jam [new file with mode: 0644]
mk/jam/compiler.jam [new file with mode: 0644]
mk/jam/flags.jam [new file with mode: 0644]
mk/jam/groups.jam [new file with mode: 0644]
mk/jam/help.jam [new file with mode: 0644]
mk/jam/helper.jam [new file with mode: 0644]
mk/jam/install.jam [new file with mode: 0644]
mk/jam/jamcompatibility.jam [new file with mode: 0644]
mk/jam/library.jam [new file with mode: 0644]
mk/jam/libtool.jam [new file with mode: 0644]
mk/jam/macosx.jam [new file with mode: 0644]
mk/jam/msvcgen.jam [new file with mode: 0644]
mk/jam/objects.jam [new file with mode: 0644]
mk/jam/options.jam [new file with mode: 0644]
mk/jam/resource.jam [new file with mode: 0644]
mk/jam/subdir.jam [new file with mode: 0644]
mk/jam/unix.jam [new file with mode: 0644]
mk/jam/variant.jam [new file with mode: 0644]
mk/jam/win32.jam [new file with mode: 0644]
src/Jamfile [new file with mode: 0644]
src/badguy/badguy.cpp
src/badguy/bomb.cpp
src/badguy/bouncing_snowball.cpp
src/badguy/jumpy.cpp
src/badguy/mrbomb.cpp
src/badguy/mriceblock.cpp
src/badguy/snowball.cpp
src/badguy/spiky.cpp
src/leveleditor.cpp
src/object/coin.cpp
src/object/flower.cpp
src/object/invisible_block.cpp
src/object/oneup.cpp
src/object/platform.cpp
src/player.cpp
src/trigger/door.cpp
src/trigger/sequence_trigger.cpp
src/trigger/sequence_trigger.h
src/trigger/trigger_base.cpp