diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-14 16:01:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-15 08:51:34 +0000 |
commit | b52f6cc76ddc6ebdd3d2932da21ac4d4c3c49542 (patch) | |
tree | f30e3176e96741d6293aac4f1dc8bdaeadb136ed /tools/prj | |
parent | c6b30952edc6cf64f657f1d27225844b6b13aa30 (diff) |
Resolves: #i101057#/#i97332# A better converter to multiple legacy codepages
Diffstat (limited to 'tools/prj')
-rw-r--r-- | tools/prj/build.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/prj/build.lst b/tools/prj/build.lst index f28d3a346aea..0c602a1e8890 100644 --- a/tools/prj/build.lst +++ b/tools/prj/build.lst @@ -19,7 +19,8 @@ tl tools\source\fsys nmake - all tl_fsys tl_inc NULL tl tools\source\zcodec nmake - all tl_zco tl_fsys tl_inc NULL tl tools\source\communi nmake - all tl_com tl_fsys tl_inc NULL tl tools\source\inet nmake - all tl_inet tl_fsys tl_inc NULL -tl tools\source\string nmake - all tl_string tl_fsys tl_inc NULL +tl tools\source\reversemap nmake - all tl_reversemap NULL +tl tools\source\string nmake - all tl_string tl_reversemap tl_fsys tl_inc NULL tl tools\source\misc nmake - all tl_misc tl_inc NULL tl tools\win\source\dll nmake - w tl_dllw tl_inc NULL tl tools\os2\source\dll nmake - p tl_dllp tl_inc NULL |