bk commit - MyODBC 3.51 (1.516)
am 26.09.2005 05:12:45 von pharveyBelow is the list of changes that have just been commited into a local
MyODBC 3.51 repository of 'pharvey'. When 'pharvey' does a push, they will
be propogaged to the main repository and within 2 hours after the push
into the public repository.
For more information on how to access the public repository see:
http://www.mysql.com/products/myodbc/faq_2.html#Development_ source
You can also browse the changes from public repository:
Complete repository: http://mysql.bkbits.net:8080/myodbc3/
This changeset : http://mysql.bkbits.net:8080/myodbc3/cset@1.516
.xcode/project.pbxproj
1.1 05/09/25 20:12:45 pharvey@mercury.codebydesign.com +50 -0
added missing file
ChangeSet
1.516 05/09/25 20:12:45 pharvey@mercury.codebydesign.com +2 -0
added missing file
.xcode/project.pbxproj
1.0 05/09/25 20:12:45 pharvey@mercury.codebydesign.com +0 -0
BitKeeper file /home/pharvey/myodbc-3.51/.xcode/project.pbxproj
RemoveMakefiles.sh
1.1 05/09/25 20:12:26 pharvey@mercury.codebydesign.com +47 -0
RemoveMakefiles.sh
1.0 05/09/25 20:12:26 pharvey@mercury.codebydesign.com +0 -0
BitKeeper file /home/pharvey/myodbc-3.51/RemoveMakefiles.sh
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: pharvey
# Host: mercury.codebydesign.com
# Root: /home/pharvey/myodbc-3.51
--- New file ---
+++ .xcode/project.pbxproj 05/09/25 20:12:45
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 39;
objects = {
D192391E8513DAFDC8F1114F = {
buildRules = (
);
buildSettings = {
COPY_PHASE_STRIP = "NO";
};
isa = PBXBuildStyle;
name = Development;
};
A32EF7352DF415CC5F1A95CE = {
buildRules = (
);
buildSettings = {
COPY_PHASE_STRIP = "YES";
GCC_GENERATE_DEBUGGING_SYMBOLS = "NO";
};
isa = PBXBuildStyle;
name = Deployment;
};
0E71022E8970293824BA089C = {
children = (
);
isa = PBXGroup;
refType = 4;
sourceTree = "
};
83F5E4B52EF1918F746DF6D4 = {
buildSettings = {
};
buildStyles = (
A32EF7352DF415CC5F1A95CE
);
isa = PBXProject;
mainGroup = 0E71022E8970293824BA089C;
projectDirPath = "";
projectReferences = (
);
targets = (
);
};
};
rootObject = 83F5E4B52EF1918F746DF6D4;
}
--- New file ---
+++ RemoveMakefiles.sh 05/09/25 20:12:26
# #########################################################
#
# \brief Remove makefiles so gnu auto-tools will create new ones.
#
#
# #########################################################
echo "+-----------------------"
echo "| Removing Makefiles..."
echo "+-----------------------"
echo "dltest..."
cd dltest
rm -f Makefile
cd ..
echo "myodbcutil..."
cd util
rm -f Makefile
cd ..
echo "myodbc3S..."
cd setup
rm -f Makefile
cd ..
echo "myodbc3i..."
cd myodbcinst
rm -f Makefile
cd ..
echo "myodbc3m..."
cd imyodbc
rm -f Makefile
cd ..
echo "myodbc3c..."
cd MYODBCConfig
rm -f Makefile
cd ..
echo "myodbc3..."
cd driver
rm -f Makefile
cd ..
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org