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-08 20:45:29 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-10-08 20:45:29 +0400
commit80768667280803379f2db32386616e2fcfa9b5ff (patch)
treedee72404cae9c47f9f3bd3a18e0859e1d92fc04a /contrib
parent4fd980c386b79b1c65baf89c1c19b79db734b8eb (diff)
xcode
Diffstat (limited to 'contrib')
-rw-r--r--contrib/other-builds/lm.xcodeproj/project.pbxproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/other-builds/lm.xcodeproj/project.pbxproj b/contrib/other-builds/lm.xcodeproj/project.pbxproj
index 2488f1439..2598ae994 100644
--- a/contrib/other-builds/lm.xcodeproj/project.pbxproj
+++ b/contrib/other-builds/lm.xcodeproj/project.pbxproj
@@ -83,6 +83,8 @@
1EBA459F14B97E92003CC0EA /* string_piece.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA455914B97E92003CC0EA /* string_piece.hh */; };
1EBA45A014B97E92003CC0EA /* tokenize_piece_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA455A14B97E92003CC0EA /* tokenize_piece_test.cc */; };
1EBA45A114B97E92003CC0EA /* tokenize_piece.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA455B14B97E92003CC0EA /* tokenize_piece.hh */; };
+ 1EC2B30916233A8C00614D71 /* usage.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EC2B30716233A8C00614D71 /* usage.cc */; };
+ 1EC2B30A16233A8C00614D71 /* usage.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EC2B30816233A8C00614D71 /* usage.hh */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -185,6 +187,8 @@
1EBA455A14B97E92003CC0EA /* tokenize_piece_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tokenize_piece_test.cc; path = ../../util/tokenize_piece_test.cc; sourceTree = "<group>"; };
1EBA455B14B97E92003CC0EA /* tokenize_piece.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = tokenize_piece.hh; path = ../../util/tokenize_piece.hh; sourceTree = "<group>"; };
1EBA455C14B97E92003CC0EA /* util.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = util.xcodeproj; path = ../../util/util.xcodeproj; sourceTree = "<group>"; };
+ 1EC2B30716233A8C00614D71 /* usage.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = usage.cc; path = ../../util/usage.cc; sourceTree = "<group>"; };
+ 1EC2B30816233A8C00614D71 /* usage.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = usage.hh; path = ../../util/usage.hh; sourceTree = "<group>"; };
1EE8C2E91476A48E002496F2 /* liblm.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblm.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -261,6 +265,8 @@
1EBA44FC14B97E81003CC0EA /* util */ = {
isa = PBXGroup;
children = (
+ 1EC2B30716233A8C00614D71 /* usage.cc */,
+ 1EC2B30816233A8C00614D71 /* usage.hh */,
1EBA453614B97E92003CC0EA /* bit_packing_test.cc */,
1EBA453714B97E92003CC0EA /* bit_packing.cc */,
1EBA453814B97E92003CC0EA /* bit_packing.hh */,
@@ -377,6 +383,7 @@
1EBA45A114B97E92003CC0EA /* tokenize_piece.hh in Headers */,
1E890C72159D1B260031F9F3 /* value_build.hh in Headers */,
1E890C73159D1B260031F9F3 /* value.hh in Headers */,
+ 1EC2B30A16233A8C00614D71 /* usage.hh in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -479,6 +486,7 @@
1EBA459D14B97E92003CC0EA /* sorted_uniform_test.cc in Sources */,
1EBA45A014B97E92003CC0EA /* tokenize_piece_test.cc in Sources */,
1E890C71159D1B260031F9F3 /* value_build.cc in Sources */,
+ 1EC2B30916233A8C00614D71 /* usage.cc in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};