diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-11 07:37:55 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-11 07:37:55 -0800 |
commit | 4bbb3fcb1a252ea1059c16346137c574807848a7 (patch) | |
tree | f12503af209fa079a0276075e29091ec9b7f2033 /tools/prj | |
parent | e4840966c61a4e23e4948d67373da70fd770f5cd (diff) |
Remove an unused build tool addexes2/mkfilt
I did a quick ./g grep and didn't find anything that used it.
I also did a make distclean and smoketest, so it might be ok (Mac OS).
PS: If we added it back in, note that it has a major memory leek related to
the DECLARE_LIST().
Diffstat (limited to 'tools/prj')
-rw-r--r-- | tools/prj/build.lst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/prj/build.lst b/tools/prj/build.lst index 0c602a1e8890..108c859edfcb 100644 --- a/tools/prj/build.lst +++ b/tools/prj/build.lst @@ -27,5 +27,4 @@ tl tools\os2\source\dll nmake - p tl_dllp tl_inc NULL tl tools\unx\source\dll nmake - u tl_dllu tl_inc NULL tl tools\util nmake - all tl_utl tl_com tl_dat tl_deb tl_dllu.u tl_dllp.p tl_dllw.w tl_fsys tl_gen tl_inet tl_mem tl_rc tl_ref tl_str tl_string tl_misc tl_zco tl_ttloader NULL tl tools\bootstrp nmake - all tl_bstrp tl_utl tl_inc NULL -tl tools\bootstrp\addexes2 nmake - all tl_bsexes2 tl_bstrp tl_inc NULL tl tools\qa nmake - all tl_qa tl_utl NULL |