Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2016-01-18 18:21:05 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-01-18 18:21:05 +0300
commit65a8deeb25881b3b03d50bcdd3c1d1f0d167b52f (patch)
tree732914771cff6343062aee5d99d11b57a6ec709c /misc
parentb2bffd1754d3399a090eb5aa5fe8401db07e2a7f (diff)
create moses2_lib
Diffstat (limited to 'misc')
-rw-r--r--misc/Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Jamfile b/misc/Jamfile
index 9ebacff66..a1de493db 100644
--- a/misc/Jamfile
+++ b/misc/Jamfile
@@ -33,9 +33,9 @@ else {
exe CreateProbingPT : CreateProbingPT.cpp ..//boost_filesystem ../moses//moses ;
exe QueryProbingPT : QueryProbingPT.cpp ..//boost_filesystem ../moses//moses ;
-exe CreateProbingPT2 : CreateProbingPT2.cpp ..//boost_filesystem ../moses//moses ;
+exe CreateProbingPT2 : CreateProbingPT2.cpp ..//boost_filesystem ../moses2//moses2_lib ;
-alias programsProbing : CreateProbingPT QueryProbingPT ;
+alias programsProbing : CreateProbingPT QueryProbingPT CreateProbingPT2 ;
exe merge-sorted :
merge-sorted.cc