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 <github@kheafield.com>2011-12-01 22:26:05 +0400
committerKenneth Heafield <github@kheafield.com>2011-12-01 22:26:05 +0400
commita0d79781e555067a31823b593ff3f36d6ed5e54e (patch)
tree99a7ca15a77378c080300fcccef7e364d05998e9 /moses-chart-cmd
parentececab6e2723e0122c49401ee9afca85e5fc39fc (diff)
Merge CreateOnDisk into OnDiskPt, pop out of src
Diffstat (limited to 'moses-chart-cmd')
-rw-r--r--moses-chart-cmd/src/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses-chart-cmd/src/Jamfile b/moses-chart-cmd/src/Jamfile
index 9cc3d100f..583b4664e 100644
--- a/moses-chart-cmd/src/Jamfile
+++ b/moses-chart-cmd/src/Jamfile
@@ -1,3 +1,3 @@
-exe moses_chart : Main.cpp mbr.cpp IOWrapper.cpp TranslationAnalysis.cpp ../../moses/src//moses ../../OnDiskPt/src//OnDiskPt ;
+exe moses_chart : Main.cpp mbr.cpp IOWrapper.cpp TranslationAnalysis.cpp ../../moses/src//moses ;
install legacy-install : moses_chart : <location>. <install-type>EXE <install-dependencies>on <link>shared:<dll-path>$(TOP)/moses-chart-cmd/src <link>shared:<install-type>LIB ;