Mercurial > MadButterfly
comparison examples/tank/Makefile @ 155:6749f6639924
Fix bug for STAILQ that fail to remove a node.
The previous one should be re-linked to next of removed one.
But, it is linked to the removed one. Fix it!
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 01 Oct 2008 14:46:08 +0800 |
parents | 3895d2224e67 |
children | 0299cdb004a1 |
comparison
equal
deleted
inserted
replaced
154:6ce68c1f7405 | 155:6749f6639924 |
---|---|
1 SVGS = brick.svg bullet.svg bush.svg mud.svg rock.svg \ | 1 SVGS = brick.svg bullet.svg bush.svg mud.svg rock.svg \ |
2 tank1.svg tank2.svg tank_en.svg | 2 tank1.svg tank2.svg tank_en.svg bang.svg |
3 SVGHS = $(SVGS:C/\.svg/.h/) | 3 SVGHS = $(SVGS:C/\.svg/.h/) |
4 SVGCS = $(SVGS:C/\.svg/.c/) | 4 SVGCS = $(SVGS:C/\.svg/.c/) |
5 SVGOS = $(SVGS:C/\.svg/.o/) | 5 SVGOS = $(SVGS:C/\.svg/.o/) |
6 MBS = $(SVGS:C/\.svg/.mb/) | 6 MBS = $(SVGS:C/\.svg/.mb/) |
7 SVG2CODE= svg2code.py | 7 SVG2CODE= svg2code.py |