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/lm
diff options
context:
space:
mode:
authorHieu Hoang <fishandfrolick@gmail.com>2012-05-31 15:55:05 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-05-31 15:55:05 +0400
commit465c5cbf97c63585daef93c29fb90f14a763cbfd (patch)
tree8abbda708f26cb13974258d7122ad6269f996eb2 /lm
parentbeb2256dbaf420ed525cc8354617ead0db315060 (diff)
move all executables into bin
Diffstat (limited to 'lm')
-rw-r--r--lm/Jamfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lm/Jamfile b/lm/Jamfile
index 68039a1b6..a2370d4b4 100644
--- a/lm/Jamfile
+++ b/lm/Jamfile
@@ -8,5 +8,3 @@ run model_test.cc ../util//kenutil kenlm ..//boost_unit_test_framework : : test.
exe query : ngram_query.cc kenlm ../util//kenutil ;
exe build_binary : build_binary.cc kenlm ../util//kenutil ;
-install legacy : build_binary query
- : <location>$(TOP)/lm <install-type>EXE <install-dependencies>on <link>shared:<dll-path>$(TOP)/lm <link>shared:<install-type>LIB ;