Skip to content

Commit 4eef94b

Browse files
author
Hieu Hoang
committedMay 31, 2012
move c++ code out of /script/ to /
1 parent c3d4615 commit 4eef94b

File tree

126 files changed

+10
-735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+10
-735
lines changed
 

‎Jamroot

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ build-project scripts ;
104104
#Regression tests (only does anything if --with-regtest is passed)
105105
build-project regression-testing ;
106106

107-
alias programs : lm//query lm//build_binary moses-chart-cmd/src//moses_chart moses-cmd/src//programs OnDiskPt//CreateOnDiskPt OnDiskPt//queryOnDiskPt mert//programs contrib/server//mosesserver misc//programs scripts//training//symal scripts//training//lexical-reordering scripts//training//phrase-extract scripts//training//phrase-extract//extract-ghkm scripts//training//phrase-extract//pcfg-extract scripts//training//phrase-extract//pcfg-score ;
107+
alias programs : lm//query lm//build_binary moses-chart-cmd/src//moses_chart moses-cmd/src//programs OnDiskPt//CreateOnDiskPt OnDiskPt//queryOnDiskPt mert//programs contrib/server//mosesserver misc//programs symal scripts//training//lexical-reordering phrase-extract phrase-extract//extract-ghkm phrase-extract//pcfg-extract phrase-extract//pcfg-score ;
108108

109109
install-bin-libs programs ;
110110
install-headers headers-base : [ glob-tree *.h *.hh : jam-files dist bin lib include kenlm moses ] : . ;

0 commit comments

Comments
 (0)