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 <hieuhoang@gmail.com>2015-03-17 21:08:56 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-03-17 21:08:56 +0300
commit1ca4f4253929f2488230d6ae622c19df8fad5089 (patch)
tree5db713d294211c47986e4e5838f660cb0ffe515e /contrib
parent63d8b390b481967ecad44cc7a31d1d7f27804245 (diff)
codelite
Diffstat (limited to 'contrib')
-rw-r--r--contrib/other-builds/all.workspace4
-rw-r--r--contrib/other-builds/consolidate/consolidate.project25
-rw-r--r--contrib/other-builds/extract-mixed-syntax/extract-mixed-syntax.project4
-rw-r--r--contrib/other-builds/moses-cmd/moses-cmd.project8
-rw-r--r--contrib/other-builds/score/score.project4
5 files changed, 32 insertions, 13 deletions
diff --git a/contrib/other-builds/all.workspace b/contrib/other-builds/all.workspace
index 15569f22b..787fda633 100644
--- a/contrib/other-builds/all.workspace
+++ b/contrib/other-builds/all.workspace
@@ -8,9 +8,9 @@
<Project Name="OnDiskPt" Path="OnDiskPt/OnDiskPt.project" Active="No"/>
<Project Name="search" Path="search/search.project" Active="No"/>
<Project Name="moses" Path="moses/moses.project" Active="No"/>
- <Project Name="moses-cmd" Path="moses-cmd/moses-cmd.project" Active="No"/>
+ <Project Name="moses-cmd" Path="moses-cmd/moses-cmd.project" Active="Yes"/>
<Project Name="score" Path="score/score.project" Active="No"/>
- <Project Name="consolidate" Path="consolidate/consolidate.project" Active="Yes"/>
+ <Project Name="consolidate" Path="consolidate/consolidate.project" Active="No"/>
<BuildMatrix>
<WorkspaceConfiguration Name="Debug" Selected="yes">
<Project Name="manual-label" ConfigName="Debug"/>
diff --git a/contrib/other-builds/consolidate/consolidate.project b/contrib/other-builds/consolidate/consolidate.project
index 878e12c41..4f94c949b 100644
--- a/contrib/other-builds/consolidate/consolidate.project
+++ b/contrib/other-builds/consolidate/consolidate.project
@@ -26,17 +26,17 @@
<Configuration Name="Debug" CompilerType="clang( based on LLVM 3.5svn )" DebuggerType="LLDB Debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;-O0;-Wall" C_Options="-g;-O0;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
- <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder"/>
- <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder/phrase-extract"/>
- <IncludePath Value="/Users/hieu/workspace/github/mosesdecoder/boost/include"/>
+ <IncludePath Value="../../.."/>
+ <IncludePath Value="../../../phrase-extract"/>
+ <IncludePath Value="../../../boost/include"/>
</Compiler>
<Linker Options="" Required="yes">
- <LibraryPath Value="/Users/hieu/workspace/github/mosesdecoder/boost/lib64"/>
- <LibraryPath Value="/Users/hieu/workspace/github/mosesdecoder/contrib/other-builds/lm/Debug"/>
- <LibraryPath Value="/Users/hieu/workspace/github/mosesdecoder/contrib/other-builds/moses/Debug"/>
- <LibraryPath Value="/Users/hieu/workspace/github/mosesdecoder/contrib/other-builds/OnDiskPt/Debug"/>
- <LibraryPath Value="/Users/hieu/workspace/github/mosesdecoder/contrib/other-builds/search/Debug"/>
- <LibraryPath Value="/Users/hieu/workspace/github/mosesdecoder/contrib/other-builds/util/Debug"/>
+ <LibraryPath Value="../../../boost/lib64"/>
+ <LibraryPath Value="../../../contrib/other-builds/lm/Debug"/>
+ <LibraryPath Value="../../../contrib/other-builds/moses/Debug"/>
+ <LibraryPath Value="../../../contrib/other-builds/OnDiskPt/Debug"/>
+ <LibraryPath Value="../../../contrib/other-builds/search/Debug"/>
+ <LibraryPath Value="../../../contrib/other-builds/util/Debug"/>
<Library Value="moses"/>
<Library Value="search"/>
<Library Value="OnDiskPt"/>
@@ -127,4 +127,11 @@
</Completion>
</Configuration>
</Settings>
+ <Dependencies Name="Debug">
+ <Project Name="moses"/>
+ <Project Name="util"/>
+ <Project Name="lm"/>
+ <Project Name="search"/>
+ <Project Name="OnDiskPt"/>
+ </Dependencies>
</CodeLite_Project>
diff --git a/contrib/other-builds/extract-mixed-syntax/extract-mixed-syntax.project b/contrib/other-builds/extract-mixed-syntax/extract-mixed-syntax.project
index 65a991f01..587005dc0 100644
--- a/contrib/other-builds/extract-mixed-syntax/extract-mixed-syntax.project
+++ b/contrib/other-builds/extract-mixed-syntax/extract-mixed-syntax.project
@@ -141,6 +141,8 @@
</Completion>
</Configuration>
</Settings>
- <Dependencies Name="Debug"/>
<Dependencies Name="Release"/>
+ <Dependencies Name="Debug">
+ <Project Name="util"/>
+ </Dependencies>
</CodeLite_Project>
diff --git a/contrib/other-builds/moses-cmd/moses-cmd.project b/contrib/other-builds/moses-cmd/moses-cmd.project
index 7abca546a..b978b451e 100644
--- a/contrib/other-builds/moses-cmd/moses-cmd.project
+++ b/contrib/other-builds/moses-cmd/moses-cmd.project
@@ -125,6 +125,12 @@
</Completion>
</Configuration>
</Settings>
- <Dependencies Name="Debug"/>
<Dependencies Name="Release"/>
+ <Dependencies Name="Debug">
+ <Project Name="OnDiskPt"/>
+ <Project Name="lm"/>
+ <Project Name="moses"/>
+ <Project Name="search"/>
+ <Project Name="util"/>
+ </Dependencies>
</CodeLite_Project>
diff --git a/contrib/other-builds/score/score.project b/contrib/other-builds/score/score.project
index 0f692ec56..dcc0f7b47 100644
--- a/contrib/other-builds/score/score.project
+++ b/contrib/other-builds/score/score.project
@@ -133,4 +133,8 @@
</Completion>
</Configuration>
</Settings>
+ <Dependencies Name="Debug">
+ <Project Name="util"/>
+ <Project Name="moses"/>
+ </Dependencies>
</CodeLite_Project>