[DM-dev] basic build tree ready
Brought to you by:
acdalton,
henningsen
|
From: stephan b. <st...@s1...> - 2005-12-17 13:39:51
|
Yo! i've "tocized" the source tree, so it can alternately build without=20 Autotools. There are some significant TODOs still, but libdungeonmaker=20 builds. i haven't yet looked at building the application code. Peculiarities of this build vs the autotools build: =2D Makefile is still generated by the configure process but is simply a=20 stub which includes Makefile.toc (which is not generated). =2D configure is a stub which runs configure.toc. Autotools will overwrite= =20 this, which is fine (as long as that one's not committed to CVS). =2D The configure tests are incomplete. Since toc targets only GNU=20 platforms, i took some liberties in making many assumptions for values=20 in config.h. (The toc-based template for config.h is config.h.at.) In=20 my experience very little code actually makes use of most of the=20 config.h defines (like HAVE_INTTYPES_H and HAVE_ATEXIT). =2D configure generates dungeonmaker.pc (pkgtool data file) and=20 dungeonmaker-config (a shell script which allows clients to query the=20 cflags/ldflags they need to compile/link against DM). @Aaron/Pete: how do you want to go about examining it and/or getting it=20 into CVS? i can send you tarballs of my tree for examination if you=20 like. =2D-=20 =2D---- st...@s1... http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts |