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
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 /moses-cmd
parentbeb2256dbaf420ed525cc8354617ead0db315060 (diff)
move all executables into bin
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/src/Jamfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses-cmd/src/Jamfile b/moses-cmd/src/Jamfile
index d4eb9d0b2..c4137daff 100644
--- a/moses-cmd/src/Jamfile
+++ b/moses-cmd/src/Jamfile
@@ -5,4 +5,3 @@ exe lmbrgrid : LatticeMBRGrid.cpp LatticeMBR.cpp IOWrapper.cpp deps ;
alias programs : moses lmbrgrid ;
-install legacy-install : programs : <location>. <install-type>EXE <install-dependencies>on <link>shared:<dll-path>$(TOP)/moses-cmd/src <link>shared:<install-type>LIB ;