Revision: | 93 |
Committed: | Sat Jan 17 23:24:55 2009 UTC (13 years, 4 months ago) by wdelano | File size: | 296 byte(s) |
Log Message: | branch created |
Line | File contents |
---|---|
1 | import glob |
2 | |
3 | SourceSignatures('MD5') |
4 | cfiles = glob.glob("*.c") |
5 | mainfileidx = cfiles.index('gmmx.c') |
6 | |
7 | splitindex = cfiles.index('split.c') |
8 | del(cfiles[splitindex]) |
9 | #cfiles.reverse() |
10 | |
11 | prog = Program('mengine', cfiles, LIBS=['m'], CCFLAGS='') |
12 | |
13 | Install('#build', [prog, 'mmff94.prm', 'mmxconst.prm']) |