|
Revision 280, 211 bytes
(checked in by JarrettBillingsley, 7 months ago)
|
Still working on updating to 0.99.5. There are bugs in the Tango regex lib, so I wouldn't get this quite yet unless you just want it to compile and don't care about regexes.
Also fixed the Itoa bug that bobef mentioned.
|
| Line | |
|---|
| 1 |
name = minid |
|---|
| 2 |
|
|---|
| 3 |
[minid] |
|---|
| 4 |
buildflags = -release -O |
|---|
| 5 |
|
|---|
| 6 |
[mdcl.d] |
|---|
| 7 |
target = mdcl |
|---|
| 8 |
buildflags = -release -O |
|---|
| 9 |
|
|---|
| 10 |
[minidc.d] |
|---|
| 11 |
target = minidc |
|---|
| 12 |
buildflags = -release |
|---|
| 13 |
|
|---|
| 14 |
[test.d] |
|---|
| 15 |
target = mdtest |
|---|
| 16 |
buildflags = -debug -g |
|---|