Added lib/framework/utf8.[ch] to Xcode project

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2288 4a71c877-e1ca-e34f-864e-861f7616d084
master
Ari Johnson 2007-07-30 16:44:03 +00:00
parent 3cbe1ed25a
commit 44dd9e4dc9
1 changed files with 8 additions and 0 deletions

View File

@ -103,6 +103,8 @@
02356E130BD3BD7E00E9A019 /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 02356E110BD3BD7E00E9A019 /* framing.c */; };
02356E190BD3BD9700E9A019 /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 02356E170BD3BD9700E9A019 /* ogg.h */; settings = {ATTRIBUTES = (Public, ); }; };
02356E1A0BD3BD9700E9A019 /* os_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 02356E180BD3BD9700E9A019 /* os_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
024480240C5E4BEE00E1A641 /* utf8.c in Sources */ = {isa = PBXBuildFile; fileRef = 024480220C5E4BEE00E1A641 /* utf8.c */; };
024480250C5E4BEE00E1A641 /* utf8.h in Copy frameworks */ = {isa = PBXBuildFile; fileRef = 024480230C5E4BEE00E1A641 /* utf8.h */; };
0246A05D0BD3C975004D1C70 /* Warzone.icns in Resources */ = {isa = PBXBuildFile; fileRef = 0246A05C0BD3C975004D1C70 /* Warzone.icns */; };
0246A0C10BD3CBD5004D1C70 /* configfile.c in Sources */ = {isa = PBXBuildFile; fileRef = 0246A09A0BD3CBD5004D1C70 /* configfile.c */; };
0246A0C20BD3CBD5004D1C70 /* debug.c in Sources */ = {isa = PBXBuildFile; fileRef = 0246A09F0BD3CBD5004D1C70 /* debug.c */; };
@ -723,6 +725,7 @@
02581C880BD5AD1100957CBC /* Zlib.framework in Copy frameworks */,
02F1E2810C42007C007CE4B6 /* dec130.h in Copy frameworks */,
02CBED8D0C5B8BEB00316CE2 /* nettypes.h in Copy frameworks */,
024480250C5E4BEE00E1A641 /* utf8.h in Copy frameworks */,
);
name = "Copy frameworks";
runOnlyForDeploymentPostprocessing = 0;
@ -835,6 +838,8 @@
02356E110BD3BD7E00E9A019 /* framing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = framing.c; path = external/libogg/src/framing.c; sourceTree = "<group>"; };
02356E170BD3BD9700E9A019 /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ogg.h; path = external/libogg/include/ogg/ogg.h; sourceTree = "<group>"; };
02356E180BD3BD9700E9A019 /* os_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_types.h; path = external/libogg/include/ogg/os_types.h; sourceTree = "<group>"; };
024480220C5E4BEE00E1A641 /* utf8.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = utf8.c; path = ../lib/framework/utf8.c; sourceTree = SOURCE_ROOT; };
024480230C5E4BEE00E1A641 /* utf8.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = utf8.h; path = ../lib/framework/utf8.h; sourceTree = SOURCE_ROOT; };
0246A05C0BD3C975004D1C70 /* Warzone.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = Warzone.icns; path = Resources/Warzone.icns; sourceTree = "<group>"; };
0246A09A0BD3CBD5004D1C70 /* configfile.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = configfile.c; path = ../lib/framework/configfile.c; sourceTree = SOURCE_ROOT; };
0246A09B0BD3CBD5004D1C70 /* configfile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = configfile.h; path = ../lib/framework/configfile.h; sourceTree = SOURCE_ROOT; };
@ -1732,6 +1737,8 @@
0246A0D00BD3CBE1004D1C70 /* Framework */ = {
isa = PBXGroup;
children = (
024480220C5E4BEE00E1A641 /* utf8.c */,
024480230C5E4BEE00E1A641 /* utf8.h */,
022B2EBF0BD55401002E64E3 /* config-macosx.h */,
0246A09A0BD3CBD5004D1C70 /* configfile.c */,
0246A09B0BD3CBD5004D1C70 /* configfile.h */,
@ -3466,6 +3473,7 @@
02C8AEF80BE68A5600E9D8A7 /* png_util.c in Sources */,
02C8AEFC0BE68A6800E9D8A7 /* oggvorbis.c in Sources */,
02CBED8C0C5B8BEB00316CE2 /* nettypes.c in Sources */,
024480240C5E4BEE00E1A641 /* utf8.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};