|
From: <cre...@us...> - 2007-06-17 21:28:41
|
Revision: 1693
http://svn.sourceforge.net/frontierkernel/?rev=1693&view=rev
Author: creecode
Date: 2007-06-17 14:28:42 -0700 (Sun, 17 Jun 2007)
Log Message:
-----------
project file w/MySQL support
Modified Paths:
--------------
Frontier/branches/mysql/build_Xcode/Frontier Universal Binary.xcodeproj/project.pbxproj
Modified: Frontier/branches/mysql/build_Xcode/Frontier Universal Binary.xcodeproj/project.pbxproj
===================================================================
--- Frontier/branches/mysql/build_Xcode/Frontier Universal Binary.xcodeproj/project.pbxproj 2007-06-17 21:17:41 UTC (rev 1692)
+++ Frontier/branches/mysql/build_Xcode/Frontier Universal Binary.xcodeproj/project.pbxproj 2007-06-17 21:28:42 UTC (rev 1693)
@@ -69,6 +69,17 @@
5D18A84B0AD3AD9900613FDB /* vdbeInt.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D18A83E0AD3AD9900613FDB /* vdbeInt.h */; };
5D4E1E490AAA17E900DF6890 /* langsqlite.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D4E1E470AAA17E900DF6890 /* langsqlite.c */; };
5D4E1E4A0AAA17E900DF6890 /* langsqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D4E1E480AAA17E900DF6890 /* langsqlite.h */; };
+ 5D8F1E110C25AFC500927B97 /* my_alloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8F1E0A0C25AFC500927B97 /* my_alloc.h */; };
+ 5D8F1E120C25AFC500927B97 /* my_list.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8F1E0B0C25AFC500927B97 /* my_list.h */; };
+ 5D8F1E130C25AFC500927B97 /* mysql.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8F1E0C0C25AFC500927B97 /* mysql.h */; };
+ 5D8F1E140C25AFC500927B97 /* mysql_com.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8F1E0D0C25AFC500927B97 /* mysql_com.h */; };
+ 5D8F1E150C25AFC600927B97 /* mysql_time.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8F1E0E0C25AFC500927B97 /* mysql_time.h */; };
+ 5D8F1E160C25AFC600927B97 /* mysql_version.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8F1E0F0C25AFC500927B97 /* mysql_version.h */; };
+ 5D8F1E170C25AFC600927B97 /* typelib.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8F1E100C25AFC500927B97 /* typelib.h */; };
+ 5D8F1EF00C25B4AB00927B97 /* libmysqlclient.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D8F1EEE0C25B4AB00927B97 /* libmysqlclient.a */; };
+ 5D8F1EF10C25B4AB00927B97 /* libz.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D8F1EEF0C25B4AB00927B97 /* libz.a */; };
+ 5D8F1EF40C25B51A00927B97 /* langmysql.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D8F1EF30C25B51A00927B97 /* langmysql.c */; };
+ 5D8F1EF70C25B56600927B97 /* langmysql.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8F1EF60C25B56600927B97 /* langmysql.h */; };
5DCA3B0C0AF552C700D6155D /* libpaigefat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCA3B0B0AF552C700D6155D /* libpaigefat.a */; };
5DCA3B0D0AF552C700D6155D /* libpaigefat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCA3B0B0AF552C700D6155D /* libpaigefat.a */; };
6505996409968C1400410571 /* ioascrollbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 651525AB072BFC6700411831 /* ioascrollbar.h */; };
@@ -1059,23 +1070,6 @@
DEA58AB407435A9500BAB271 /* Frontier.icns in Resources */ = {isa = PBXBuildFile; fileRef = DEA58AB307435A9500BAB271 /* Frontier.icns */; };
/* End PBXBuildFile section */
-/* Begin PBXBuildStyle section */
- 5D18A7BB0AD3AB5B00613FDB /* Development */ = {
- isa = PBXBuildStyle;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- };
- name = Development;
- };
- 5D18A7BC0AD3AB5B00613FDB /* Deployment */ = {
- isa = PBXBuildStyle;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- };
- name = Deployment;
- };
-/* End PBXBuildStyle section */
-
/* Begin PBXContainerItemProxy section */
BB37A3170AB827EA0077C6A1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
@@ -1149,6 +1143,17 @@
5D18A83E0AD3AD9900613FDB /* vdbeInt.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vdbeInt.h; path = ../Common/sqlite3/vdbeInt.h; sourceTree = SOURCE_ROOT; };
5D4E1E470AAA17E900DF6890 /* langsqlite.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = langsqlite.c; path = ../Common/source/langsqlite.c; sourceTree = SOURCE_ROOT; };
5D4E1E480AAA17E900DF6890 /* langsqlite.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = langsqlite.h; path = ../Common/headers/langsqlite.h; sourceTree = SOURCE_ROOT; };
+ 5D8F1E0A0C25AFC500927B97 /* my_alloc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = my_alloc.h; path = "../Common/MySQL/osx10.3-powerpc/include/my_alloc.h"; sourceTree = SOURCE_ROOT; };
+ 5D8F1E0B0C25AFC500927B97 /* my_list.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = my_list.h; path = "../Common/MySQL/osx10.3-powerpc/include/my_list.h"; sourceTree = SOURCE_ROOT; };
+ 5D8F1E0C0C25AFC500927B97 /* mysql.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = mysql.h; path = "../Common/MySQL/osx10.3-powerpc/include/mysql.h"; sourceTree = SOURCE_ROOT; };
+ 5D8F1E0D0C25AFC500927B97 /* mysql_com.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = mysql_com.h; path = "../Common/MySQL/osx10.3-powerpc/include/mysql_com.h"; sourceTree = SOURCE_ROOT; };
+ 5D8F1E0E0C25AFC500927B97 /* mysql_time.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = mysql_time.h; path = "../Common/MySQL/osx10.3-powerpc/include/mysql_time.h"; sourceTree = SOURCE_ROOT; };
+ 5D8F1E0F0C25AFC500927B97 /* mysql_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = mysql_version.h; path = "../Common/MySQL/osx10.3-powerpc/include/mysql_version.h"; sourceTree = SOURCE_ROOT; };
+ 5D8F1E100C25AFC500927B97 /* typelib.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = typelib.h; path = "../Common/MySQL/osx10.3-powerpc/include/typelib.h"; sourceTree = SOURCE_ROOT; };
+ 5D8F1EEE0C25B4AB00927B97 /* libmysqlclient.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmysqlclient.a; path = tools/libmysqlclient.a; sourceTree = SOURCE_ROOT; };
+ 5D8F1EEF0C25B4AB00927B97 /* libz.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libz.a; path = tools/libz.a; sourceTree = SOURCE_ROOT; };
+ 5D8F1EF30C25B51A00927B97 /* langmysql.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = langmysql.c; path = ../Common/source/langmysql.c; sourceTree = SOURCE_ROOT; };
+ 5D8F1EF60C25B56600927B97 /* langmysql.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = langmysql.h; path = ../Common/headers/langmysql.h; sourceTree = SOURCE_ROOT; };
5DCA3B0B0AF552C700D6155D /* libpaigefat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpaigefat.a; path = tools/libpaigefat.a; sourceTree = SOURCE_ROOT; };
65059B4E09968C1400410571 /* OPML.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OPML.app; sourceTree = BUILT_PRODUCTS_DIR; };
65059B760996945100410571 /* OPML.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = OPML.icns; path = ../resources/OPML/OPML.icns; sourceTree = SOURCE_ROOT; };
@@ -1676,6 +1681,8 @@
6515294D072C000900411831 /* QuickTime.framework in Frameworks */,
BB37A31B0AB828010077C6A1 /* libSQLite3.a in Frameworks */,
5DCA3B0C0AF552C700D6155D /* libpaigefat.a in Frameworks */,
+ 5D8F1EF00C25B4AB00927B97 /* libmysqlclient.a in Frameworks */,
+ 5D8F1EF10C25B4AB00927B97 /* libz.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1778,6 +1785,20 @@
name = SQLite;
sourceTree = "<group>";
};
+ 5D8F1E090C25AFC500927B97 /* MySQL */ = {
+ isa = PBXGroup;
+ children = (
+ 5D8F1E0A0C25AFC500927B97 /* my_alloc.h */,
+ 5D8F1E0B0C25AFC500927B97 /* my_list.h */,
+ 5D8F1E0C0C25AFC500927B97 /* mysql.h */,
+ 5D8F1E0D0C25AFC500927B97 /* mysql_com.h */,
+ 5D8F1E0E0C25AFC500927B97 /* mysql_time.h */,
+ 5D8F1E0F0C25AFC500927B97 /* mysql_version.h */,
+ 5D8F1E100C25AFC500927B97 /* typelib.h */,
+ );
+ name = MySQL;
+ sourceTree = SOURCE_ROOT;
+ };
5DAE70AF0AD423000068EA39 /* Products */ = {
isa = PBXGroup;
children = (
@@ -2153,6 +2174,7 @@
65152633072BFC6700411831 /* langhtml.c */,
65152634072BFC6800411831 /* langlist.c */,
65B70CDB0797CE4A008C2F1A /* langmath.c */,
+ 5D8F1EF30C25B51A00927B97 /* langmysql.c */,
65152635072BFC6800411831 /* langops.c */,
65152636072BFC6800411831 /* langpack.c */,
65152637072BFC6800411831 /* langparser.c */,
@@ -2336,8 +2358,10 @@
children = (
6515294A072C000500411831 /* ApplicationServices.framework */,
651527B8072BFE0E00411831 /* Carbon.framework */,
+ 5D8F1EEE0C25B4AB00927B97 /* libmysqlclient.a */,
5DCA3B0B0AF552C700D6155D /* libpaigefat.a */,
BB37A29C0AB826540077C6A1 /* libSQLite3.a */,
+ 5D8F1EEF0C25B4AB00927B97 /* libz.a */,
6515294C072C000900411831 /* QuickTime.framework */,
);
name = "External Frameworks and Libraries";
@@ -2449,6 +2473,7 @@
651527E8072BFE3F00411831 /* langinternal.h */,
651528BA072BFF0900411831 /* langipc.h */,
65B70CDF0797CEAD008C2F1A /* langmath.h */,
+ 5D8F1EF60C25B56600927B97 /* langmysql.h */,
651528E8072BFF3E00411831 /* langparser.h */,
651528E2072BFF3300411831 /* langpython.h */,
651528A6072BFEF200411831 /* langregexp.h */,
@@ -2474,6 +2499,7 @@
65152814072BFE6300411831 /* MoreFilesExtras.h */,
651525C2072BFC6700411831 /* MoreFilesX.h */,
65152850072BFE9E00411831 /* mouse.h */,
+ 5D8F1E090C25AFC500927B97 /* MySQL */,
6515289E072BFEEA00411831 /* notify.h */,
651528D0072BFF1F00411831 /* odbinternal.h */,
651528AA072BFEF600411831 /* op.h */,
@@ -3039,6 +3065,14 @@
5D4E1E4A0AAA17E900DF6890 /* langsqlite.h in Headers */,
5D0D91050ADEDFA80000E67B /* FSCopyObject.h in Headers */,
5D0D91070ADEDFA80000E67B /* GenLinkedList.h in Headers */,
+ 5D8F1E110C25AFC500927B97 /* my_alloc.h in Headers */,
+ 5D8F1E120C25AFC500927B97 /* my_list.h in Headers */,
+ 5D8F1E130C25AFC500927B97 /* mysql.h in Headers */,
+ 5D8F1E140C25AFC500927B97 /* mysql_com.h in Headers */,
+ 5D8F1E150C25AFC600927B97 /* mysql_time.h in Headers */,
+ 5D8F1E160C25AFC600927B97 /* mysql_version.h in Headers */,
+ 5D8F1E170C25AFC600927B97 /* typelib.h in Headers */,
+ 5D8F1EF70C25B56600927B97 /* langmysql.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -3131,12 +3165,6 @@
65152560072BFC6500411831 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 5D4E1D460AAA0B1400DF6890 /* Build configuration list for PBXProject "Frontier Universal Binary" */;
- buildSettings = {
- };
- buildStyles = (
- 5D18A7BB0AD3AB5B00613FDB /* Development */,
- 5D18A7BC0AD3AB5B00613FDB /* Deployment */,
- );
hasScannedForEncodings = 1;
mainGroup = 6515255C072BFC6500411831;
productRefGroup = 6515255C072BFC6500411831;
@@ -3245,13 +3273,17 @@
);
inputPaths = (
"${SRCROOT}/../Common/Paige/libpaigefat.a",
+ "${SRCROOT}/../Common/MySQL/osx10.3-powerpc/lib/libmysqlclient.a",
+ "${SRCROOT}/../Common/MySQL/osx10.4-i686/lib/libmysqlclient.a",
);
outputPaths = (
"${SRCROOT}/tools/libpaigefat.a",
+ "${SRCROOT}/tools/libmysqlclient.a",
+ "${SRCROOT}/tools/libz.a",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "#set -x\ncp -f \"${SRCROOT}/../Common/Paige/libpaigefat.a\" \"${SRCROOT}/tools/libpaigefat.a\"\nranlib \"${SRCROOT}/tools/libpaigefat.a\"";
+ shellScript = "#set -x\n\n#\n# paige\n#\n\ncp -f \"${SRCROOT}/../Common/Paige/libpaigefat.a\" \"${SRCROOT}/tools/libpaigefat.a\"\n\nranlib \"${SRCROOT}/tools/libpaigefat.a\"\n\n#\n# build Universal Binary MySQL libraries\n#\n\nlipo -create \"${SRCROOT}/../Common/MySQL/osx10.3-powerpc/lib/libmysqlclient.a\" \"${SRCROOT}/../Common/MySQL/osx10.4-i686/lib/libmysqlclient.a\" -output \"${SRCROOT}/tools/libmysqlclient.a\"\n\nlipo -create \"${SRCROOT}/../Common/MySQL/osx10.3-powerpc/lib/libz.a\" \"${SRCROOT}/../Common/MySQL/osx10.4-i686/lib/libz.a\" -output \"${SRCROOT}/tools/libz.a\"";
};
65ED46B809D85D3F00BEB9D3 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
@@ -3283,7 +3315,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = ". \"${SRCROOT}/tools/postlinking.sh\"\n";
+ shellScript = ". \"${SRCROOT}/tools/postlinking.sh\"";
};
/* End PBXShellScriptBuildPhase section */
@@ -3804,6 +3836,7 @@
5D4E1E490AAA17E900DF6890 /* langsqlite.c in Sources */,
5D0D91040ADEDFA80000E67B /* FSCopyObject.c in Sources */,
5D0D91060ADEDFA80000E67B /* GenLinkedList.c in Sources */,
+ 5D8F1EF40C25B51A00927B97 /* langmysql.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|