updated xcode projects to include new source files.

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1457 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
jdschroeder 2007-09-05 10:46:18 +00:00
parent 0e05ea0dca
commit 6eaf3db0f5
2 changed files with 9 additions and 1 deletions

View File

@ -59,7 +59,7 @@
1C8CFF460AD68D3600FA22E2 /* Main.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Main.h; path = src/Main.h; sourceTree = "<group>"; };
1C8CFF470AD68D3600FA22E2 /* TranslationAnalysis.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationAnalysis.cpp; path = src/TranslationAnalysis.cpp; sourceTree = "<group>"; };
1C8CFF480AD68D3600FA22E2 /* TranslationAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TranslationAnalysis.h; path = src/TranslationAnalysis.h; sourceTree = "<group>"; };
8DD76F6C0486A84900D96B5E /* moses-cmd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "moses-cmd"; sourceTree = BUILT_PRODUCTS_DIR; };
8DD76F6C0486A84900D96B5E /* moses-cmd */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = "moses-cmd"; sourceTree = BUILT_PRODUCTS_DIR; };
D39BA8610B149B530089AE6A /* IOStream.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = IOStream.cpp; path = src/IOStream.cpp; sourceTree = "<group>"; };
D39BA8620B149B530089AE6A /* IOStream.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = IOStream.h; path = src/IOStream.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

View File

@ -7,6 +7,8 @@
objects = {
/* Begin PBXBuildFile section */
037C639A0C8EBFB400584F2E /* DecodeGraph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 037C63980C8EBFB400584F2E /* DecodeGraph.cpp */; };
037C639B0C8EBFB400584F2E /* DecodeGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 037C63990C8EBFB400584F2E /* DecodeGraph.h */; };
0396E1A70C0B189200D95CFF /* HypothesisStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0396E1960C0B189200D95CFF /* HypothesisStack.cpp */; };
0396E1A80C0B189200D95CFF /* HypothesisStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 0396E1970C0B189200D95CFF /* HypothesisStack.h */; };
0396E1A90C0B189200D95CFF /* LexicalReorderingTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0396E1980C0B189200D95CFF /* LexicalReorderingTable.cpp */; };
@ -151,6 +153,8 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
037C63980C8EBFB400584F2E /* DecodeGraph.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = DecodeGraph.cpp; path = src/DecodeGraph.cpp; sourceTree = "<group>"; };
037C63990C8EBFB400584F2E /* DecodeGraph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DecodeGraph.h; path = src/DecodeGraph.h; sourceTree = "<group>"; };
0396E1960C0B189200D95CFF /* HypothesisStack.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = HypothesisStack.cpp; path = src/HypothesisStack.cpp; sourceTree = "<group>"; };
0396E1970C0B189200D95CFF /* HypothesisStack.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = HypothesisStack.h; path = src/HypothesisStack.h; sourceTree = "<group>"; };
0396E1980C0B189200D95CFF /* LexicalReorderingTable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = LexicalReorderingTable.cpp; path = src/LexicalReorderingTable.cpp; sourceTree = "<group>"; };
@ -320,6 +324,8 @@
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
037C63980C8EBFB400584F2E /* DecodeGraph.cpp */,
037C63990C8EBFB400584F2E /* DecodeGraph.h */,
0396E1960C0B189200D95CFF /* HypothesisStack.cpp */,
0396E1970C0B189200D95CFF /* HypothesisStack.h */,
0396E1980C0B189200D95CFF /* LexicalReorderingTable.cpp */,
@ -563,6 +569,7 @@
0396E1B40C0B189200D95CFF /* TrellisPathCollection.h in Headers */,
0396E1B50C0B189200D95CFF /* TrellisPathList.h in Headers */,
0396E1B70C0B189200D95CFF /* WordLattice.h in Headers */,
037C639B0C8EBFB400584F2E /* DecodeGraph.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -672,6 +679,7 @@
0396E1B10C0B189200D95CFF /* TrellisPath.cpp in Sources */,
0396E1B30C0B189200D95CFF /* TrellisPathCollection.cpp in Sources */,
0396E1B60C0B189200D95CFF /* WordLattice.cpp in Sources */,
037C639A0C8EBFB400584F2E /* DecodeGraph.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};