commit 705ecc0f6539b834eff3d7e817f8b0d54101ee14
parent 004416a1eac9b1ff0dbfa3582787a9bf7347e184
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Sun, 8 Jan 2012 01:46:15 +0100
added explode.h / explode.c to project
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/ansilove.xcodeproj/project.pbxproj b/ansilove.xcodeproj/project.pbxproj
@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
+ F89ED0B914B8ED1500AEDAEA /* explode.c in Sources */ = {isa = PBXBuildFile; fileRef = F89ED0B714B8ED1500AEDAEA /* explode.c */; };
F8AE164A14A130FE00393A1C /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = F8AE164114A130FE00393A1C /* main.c */; };
F8CE942014A9198B00AA40BF /* libgd.2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F8CE941F14A9198B00AA40BF /* libgd.2.0.0.dylib */; };
F8CE942214A9199900AA40BF /* libjpeg.8.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F8CE942114A9199900AA40BF /* libjpeg.8.dylib */; };
@@ -35,6 +36,8 @@
/* Begin PBXFileReference section */
F856F2BD14A559F000E49D60 /* strtolower.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strtolower.h; sourceTree = "<group>"; };
F856F2BE14A560CC00E49D60 /* substr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = substr.h; sourceTree = "<group>"; };
+ F89ED0B714B8ED1500AEDAEA /* explode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = explode.c; sourceTree = "<group>"; };
+ F89ED0B814B8ED1500AEDAEA /* explode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = explode.h; sourceTree = "<group>"; };
F8AE164114A130FE00393A1C /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
F8CE941F14A9198B00AA40BF /* libgd.2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libgd.2.0.0.dylib; path = lib/MacOSX/libgd/libgd.2.0.0.dylib; sourceTree = "<group>"; };
F8CE942114A9199900AA40BF /* libjpeg.8.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libjpeg.8.dylib; path = lib/MacOSX/libjpeg/libjpeg.8.dylib; sourceTree = "<group>"; };
@@ -117,6 +120,8 @@
F8FBC5BA14A1DE640034BF83 /* strtolower.c */,
F856F2BE14A560CC00E49D60 /* substr.h */,
F8FBC5C214A1E2900034BF83 /* substr.c */,
+ F89ED0B814B8ED1500AEDAEA /* explode.h */,
+ F89ED0B714B8ED1500AEDAEA /* explode.c */,
F8D6328014A08C0F00C5352F /* Supporting Files */,
);
name = "PHP functions";
@@ -177,6 +182,7 @@
F8FBC5BB14A1DE640034BF83 /* strtolower.c in Sources */,
F8FBC5C314A1E2900034BF83 /* substr.c in Sources */,
F8CF83DF14A9BB9700ABB607 /* ansilove.c in Sources */,
+ F89ED0B914B8ED1500AEDAEA /* explode.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};