[Shootout-list] advocating for feature request 301452
John Skaller
skaller@users.sourceforge.net
Fri, 20 May 2005 03:00:09 +1000
On Thu, 2005-05-19 at 09:46 -0700, Brent Fulgham wrote:
> I've been hoping for a generic solution to all
> multi-part programs.
You could use Interscript. It is a Python program that is built into
the Felix tarball. It also typesets the code free :)
Packaging a 'solution' just requires a format like this:
@select(tangler('f1.c'))
// file 1
@select(tangler('f2.c'))
// file 2
..
@select(tangler('f_test.sh'))
gcc -c -o f1.o f1.c
gcc -c -o f2.o f2.c
gcc -o f f1.o f2.o
--
John Skaller, skaller at users.sf.net
PO Box 401 Glebe, NSW 2037, Australia Ph:61-2-96600850
Download Felix here: http://felix.sf.net