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 <hieu@hieu-Precision-WorkStation-T3400.(none)>2012-12-14 20:44:09 +0400
committerhieu <hieu@hieu-Precision-WorkStation-T3400.(none)>2012-12-14 20:44:09 +0400
commitf3234163558adf6ef93c2d5bdc18e946e4e1633c (patch)
treefc3270cc49b5f17d397750ae3dee3843d299df44 /misc/Jamfile
parent6694df651965252a43306fd38fb7658a13ab2514 (diff)
delete new program for creating ini file. Hacked current perl script
Diffstat (limited to 'misc/Jamfile')
-rw-r--r--misc/Jamfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/Jamfile b/misc/Jamfile
index f32633ca8..eb6b9910a 100644
--- a/misc/Jamfile
+++ b/misc/Jamfile
@@ -6,8 +6,6 @@ exe queryPhraseTable : queryPhraseTable.cpp ../moses//moses ;
exe queryLexicalTable : queryLexicalTable.cpp ../moses//moses ;
-exe CreateConfig : CreateConfig.cpp ../moses//moses ;
-
local with-cmph = [ option.get "with-cmph" ] ;
if $(with-cmph) {
exe processPhraseTableMin : processPhraseTableMin.cpp ../moses//moses ;
@@ -21,4 +19,4 @@ else {
alias programsMin ;
}
-alias programs : processPhraseTable processLexicalTable queryPhraseTable queryLexicalTable programsMin CreateConfig ;
+alias programs : processPhraseTable processLexicalTable queryPhraseTable queryLexicalTable programsMin ;