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 <fishandfrolick@gmail.com>2012-10-04 18:08:22 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-10-04 18:08:22 +0400
commit9ae55243e25560338095c5e87e191f22019625de (patch)
treecd5f6515d77fd46ac4ee640cfb13e37b02ee3619 /contrib
parent0851a4d1136a345b2ac4472da087c1114a77f255 (diff)
remove dependency on boost filesystem object
Diffstat (limited to 'contrib')
-rw-r--r--contrib/other-builds/moses-cmd.xcodeproj/project.pbxproj3
-rw-r--r--contrib/other-builds/moses.xcodeproj/project.pbxproj8
2 files changed, 0 insertions, 11 deletions
diff --git a/contrib/other-builds/moses-cmd.xcodeproj/project.pbxproj b/contrib/other-builds/moses-cmd.xcodeproj/project.pbxproj
index aac225ced..5bf91e2b8 100644
--- a/contrib/other-builds/moses-cmd.xcodeproj/project.pbxproj
+++ b/contrib/other-builds/moses-cmd.xcodeproj/project.pbxproj
@@ -337,7 +337,6 @@
"-lflm",
"-llattice",
"-lboost_thread-mt",
- "-lboost_filesystem-mt",
"-lboost_system-mt",
"-lcmph",
);
@@ -385,7 +384,6 @@
"-lflm",
"-llattice",
"-lboost_thread-mt",
- "-lboost_filesystem-mt",
"-lboost_system-mt",
"-lcmph",
);
@@ -430,7 +428,6 @@
"-lflm",
"-llattice",
"-lboost_thread-mt",
- "-lboost_filesystem-mt",
"-lboost_system-mt",
"-lcmph",
);
diff --git a/contrib/other-builds/moses.xcodeproj/project.pbxproj b/contrib/other-builds/moses.xcodeproj/project.pbxproj
index 2864615c6..91d3ee250 100644
--- a/contrib/other-builds/moses.xcodeproj/project.pbxproj
+++ b/contrib/other-builds/moses.xcodeproj/project.pbxproj
@@ -135,8 +135,6 @@
1EC737A814B977AB00238410 /* GlobalLexicalModel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7363F14B977AA00238410 /* GlobalLexicalModel.cpp */; };
1EC737A914B977AB00238410 /* GlobalLexicalModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364014B977AA00238410 /* GlobalLexicalModel.h */; };
1EC737AA14B977AB00238410 /* gzfilebuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364114B977AA00238410 /* gzfilebuf.h */; };
- 1EC737AB14B977AB00238410 /* hash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7364214B977AA00238410 /* hash.cpp */; };
- 1EC737AC14B977AB00238410 /* hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364314B977AA00238410 /* hash.h */; };
1EC737AD14B977AB00238410 /* Hypothesis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7364514B977AA00238410 /* Hypothesis.cpp */; };
1EC737AE14B977AB00238410 /* Hypothesis.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364614B977AA00238410 /* Hypothesis.h */; };
1EC737AF14B977AB00238410 /* HypothesisStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7364714B977AA00238410 /* HypothesisStack.cpp */; };
@@ -465,8 +463,6 @@
1EC7363F14B977AA00238410 /* GlobalLexicalModel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalLexicalModel.cpp; path = ../../moses/src/GlobalLexicalModel.cpp; sourceTree = "<group>"; };
1EC7364014B977AA00238410 /* GlobalLexicalModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GlobalLexicalModel.h; path = ../../moses/src/GlobalLexicalModel.h; sourceTree = "<group>"; };
1EC7364114B977AA00238410 /* gzfilebuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gzfilebuf.h; path = ../../moses/src/gzfilebuf.h; sourceTree = "<group>"; };
- 1EC7364214B977AA00238410 /* hash.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hash.cpp; path = ../../moses/src/hash.cpp; sourceTree = "<group>"; };
- 1EC7364314B977AA00238410 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hash.h; path = ../../moses/src/hash.h; sourceTree = "<group>"; };
1EC7364414B977AA00238410 /* hypergraph.proto */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = hypergraph.proto; path = ../../moses/src/hypergraph.proto; sourceTree = "<group>"; };
1EC7364514B977AA00238410 /* Hypothesis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Hypothesis.cpp; path = ../../moses/src/Hypothesis.cpp; sourceTree = "<group>"; };
1EC7364614B977AA00238410 /* Hypothesis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Hypothesis.h; path = ../../moses/src/Hypothesis.h; sourceTree = "<group>"; };
@@ -772,8 +768,6 @@
1EC7363F14B977AA00238410 /* GlobalLexicalModel.cpp */,
1EC7364014B977AA00238410 /* GlobalLexicalModel.h */,
1EC7364114B977AA00238410 /* gzfilebuf.h */,
- 1EC7364214B977AA00238410 /* hash.cpp */,
- 1EC7364314B977AA00238410 /* hash.h */,
1EC7364414B977AA00238410 /* hypergraph.proto */,
1EF8F2C3159A61970047B613 /* HypoList.h */,
1EC7364514B977AA00238410 /* Hypothesis.cpp */,
@@ -1155,7 +1149,6 @@
1EC737A714B977AB00238410 /* GenerationDictionary.h in Headers */,
1EC737A914B977AB00238410 /* GlobalLexicalModel.h in Headers */,
1EC737AA14B977AB00238410 /* gzfilebuf.h in Headers */,
- 1EC737AC14B977AB00238410 /* hash.h in Headers */,
1EC737AE14B977AB00238410 /* Hypothesis.h in Headers */,
1EC737B014B977AB00238410 /* HypothesisStack.h in Headers */,
1EC737B214B977AB00238410 /* HypothesisStackCubePruning.h in Headers */,
@@ -1378,7 +1371,6 @@
1EC737A414B977AB00238410 /* FloydWarshall.cpp in Sources */,
1EC737A614B977AB00238410 /* GenerationDictionary.cpp in Sources */,
1EC737A814B977AB00238410 /* GlobalLexicalModel.cpp in Sources */,
- 1EC737AB14B977AB00238410 /* hash.cpp in Sources */,
1EC737AD14B977AB00238410 /* Hypothesis.cpp in Sources */,
1EC737AF14B977AB00238410 /* HypothesisStack.cpp in Sources */,
1EC737B114B977AB00238410 /* HypothesisStackCubePruning.cpp in Sources */,