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:
authorKenneth Heafield <kenlm@kheafield.com>2011-11-21 22:20:52 +0400
committerKenneth Heafield <kenlm@kheafield.com>2011-11-21 22:20:52 +0400
commita65ed7e58765b713ec3cbf8f3036dbc78fb0c1d3 (patch)
treecb447abed28dd7f1963bfdb83f46ea876f86050a /moses-cmd
parent1480a8e809e9b3478bcbb74af1fee8f41a375891 (diff)
Jam: install executables in legacy paths and stop leaving a.out files everywhere
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/src/Jamfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses-cmd/src/Jamfile b/moses-cmd/src/Jamfile
index db4489028..19ef91e8f 100644
--- a/moses-cmd/src/Jamfile
+++ b/moses-cmd/src/Jamfile
@@ -5,3 +5,5 @@ exe moses : Main.cpp mbr.cpp IOWrapper.cpp TranslationAnalysis.cpp LatticeMBR.cp
exe lmbrgrid : LatticeMBRGrid.cpp LatticeMBR.cpp IOWrapper.cpp deps ;
alias programs : checkplf 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 ;