Removed:
trunk/CreateMakefiles.bat
trunk/CreateMakefiles.sh
trunk/CreateVisualStudioProjects.bat
trunk/common.pri
trunk/config.pri
trunk/defines.pri
trunk/dltest/dltest.pro
trunk/driver/driver.pro
trunk/dsn-editor/dsn-editor.pro
trunk/installer/installer.pro
trunk/monitor/monitor.pro
trunk/mysql.pri
trunk/odbc.pri
trunk/root.pro
trunk/setup/setup.pro
trunk/test/my_basics.pro
trunk/test/my_blob.pro
trunk/test/my_bulk.pro
trunk/test/my_catalog.pro
trunk/test/my_curext.pro
trunk/test/my_cursor.pro
trunk/test/my_datetime.pro
trunk/test/my_dyn_cursor.pro
trunk/test/my_error.pro
trunk/test/my_info.pro
trunk/test/my_keys.pro
trunk/test/my_param.pro
trunk/test/my_prepare.pro
trunk/test/my_relative.pro
trunk/test/my_result.pro
trunk/test/my_scroll.pro
trunk/test/my_tran.pro
trunk/test/my_types.pro
trunk/test/my_unixodbc.pro
trunk/test/my_use_result.pro
trunk/test/test.pro
trunk/util/util.pro
Modified:
trunk/scripts/macosx/postflight
Log:
Removed old QMake build
Deleted: trunk/CreateMakefiles.bat
===================================================================
--- trunk/CreateMakefiles.bat 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/CreateMakefiles.bat 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,67 +0,0 @@
-ECHO OFF
-REM #########################################################
-REM
-REM \brief Create Makefiles from qmake project files.
-REM
-REM Actually; you only want to use this to 'regenerate'
-REM the Makefiles. So do a qmake from the root source for
-REM the first time and then after that you probably want
-REM to use this for regenerating them due to changes in
-REM a qmake project file.
-REM
-REM It would appear that under certian circumtsances existing
-REM make files will not get regenerated after a qmake project
-REM file has changed.
-REM
-REM \note Its probably a good idea to run this twice as I think the
-REM the problem only occurs the first time an attempt is made
-REM to auto recreate the makefile.
-REM
-REM #########################################################
-
-ECHO ****
-ECHO * Recreating Makefiles...
-ECHO ****
-qmake
-
-ECHO dltest...
-cd dltest
-qmake
-cd ..
-
-ECHO util...
-cd util
-qmake
-cd ..
-
-ECHO setup
-cd setup
-qmake
-cd ..
-
-ECHO installer...
-cd installer
-qmake
-cd ..
-
-ECHO monitor...
-cd monitor
-qmake
-cd ..
-
-ECHO dsn-editor...
-cd dsn-editor
-qmake
-cd ..
-
-ECHO driver...
-cd driver
-qmake
-cd ..
-
-ECHO ****
-ECHO * You should now have fresh makefiles to work with. Any changes to
-ECHO * qmake project files should be reflected in these new makefiles.
-ECHO ****
-
-
Deleted: trunk/CreateMakefiles.sh
===================================================================
--- trunk/CreateMakefiles.sh 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/CreateMakefiles.sh 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,27 +0,0 @@
-# #########################################################
-#
-# \brief Create Makefiles from qmake project files.
-#
-# #########################################################
-
-echo "+-----------------------"
-echo "| Recreating Makefiles..."
-echo "+-----------------------"
-
-dirs="\
-.
-dltest \
-util \
-setup \
-installer \
-monitor \
-dsn-editor \
-driver \
-test \
-"
-
-for d in $dirs
-do
- echo "$d..."
- (cd $d; rm -f Makefile; qmake "$@")
-done
Deleted: trunk/CreateVisualStudioProjects.bat
===================================================================
--- trunk/CreateVisualStudioProjects.bat 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/CreateVisualStudioProjects.bat 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,59 +0,0 @@
-@ECHO OFF
-REM #########################################################
-REM
-REM \brief Create Visual Studio project files.
-REM
-REM The Visual Studio project files may already exist
-REM but this can be used to create/recreate them. The Visual
-REM Studio project files are created using qmake and
-REM the qmake project files. So if the qmake project files
-REM change for some reason - it may be a good idea to use
-REM this to recreate the corresponding Visual Studio
-REM project files.
-REM
-REM A Visual Studio 'Solution' containing all the projects
-REM may be found in sources.
-REM
-REM \note The command-line is the preferred method of building
-REM on all platforms - including MS Windows.
-REM
-REM \sa root.pro
-REM
-REM #########################################################
-
-ECHO Creating Visual Studio project files...
-
-ECHO dltest...
-cd dltest
-qmake -t vcapp
-cd ..
-
-ECHO util...
-cd util
-qmake -t vclib
-cd ..
-
-ECHO setup
-cd setup
-qmake -t vclib
-cd ..
-
-ECHO installer...
-cd installer
-qmake -t vcapp
-cd ..
-
-ECHO monitor...
-cd monitor
-qmake -t vcapp
-cd ..
-
-ECHO dsn-editor...
-cd dsn-editor
-qmake -t vcapp
-cd ..
-
-ECHO driver...
-cd driver
-qmake -t vclib
-cd ..
Deleted: trunk/common.pri
===================================================================
--- trunk/common.pri 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/common.pri 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,14 +0,0 @@
-#
-# \brief These are misc options which are common among all
-# sources.
-#
-OBJECTS_DIR = .tmp
-UI_DIR = .tmp
-MOC_DIR = .tmp
-
-win32 {
-}
-
-unix {
-}
-
Deleted: trunk/config.pri
===================================================================
--- trunk/config.pri 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/config.pri 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,38 +0,0 @@
-# #########################################################
-#
-# \brief These settings are used when building
-# Connector/ODBC using the qmake utility.
-#
-# Edit these settings before using qmake to
-# generate the Makefiles.
-#
-# \sa defines.pri
-#
-# #########################################################
-
-# #########################################################
-# Set this for config options which can be applied to all
-# sources. For example you may want to turn the following
-# on or off;
-#
-# thread
-# warn_on
-# debug | release
-#
-# 'release' is included by default, to switch from command
-# line to a debug build, you do
-#
-# qmake CONFIG-=release CONFIG+=debug
-#
-# #########################################################
-CONFIG += thread warn_on
-
-mac {
-# CONFIG -= thread
-} else:unix {
- INCLUDEPATH += $(LIBTOOL_DIR)/include
- LIBS += -L$(LIBTOOL_DIR)/lib
-}
-
-
-
Deleted: trunk/defines.pri
===================================================================
--- trunk/defines.pri 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/defines.pri 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,45 +0,0 @@
-# #########################################################
-#
-# \brief These settings are used when building
-# Connector/ODBC using the qmake utility.
-#
-# Edit these settings before using qmake to
-# generate the Makefiles.
-#
-# \sa config.pri
-#
-# #########################################################
-
-win32 {
- DEFINES -= UNICODE
-}
-
-#
-# LDFLAGS was brought in to get -ldl for Solaris 8 build
-#
-unix {
- DEFINES += _UNIX_
- LIBS += $(LDFLAGS)
-}
-
-# #########################################################
-# Define MYODBC_DBG to enable debug trace/log. Set environment
-# variable.
-#
-# Set MYODBC_LOG to enable/disable at exec time.
-#
-# 1. undefined MYODBC_LOG - No log
-# 2. SET MYODBC_LOG=off - No log
-# 3. SET MYODBC_LOG=stdout - Log to stdout
-# 4. SET MYODBC_LOG=stderr - Log to stderr
-# 5. SET MYODBC_LOG=<filename> - Log appended to <filename>
-#
-# #########################################################
-DEFINES += MYODBC_DBG
-
-# #########################################################
-# Define the ammount of output from post-build tests. The
-# higher the number the more output.
-# #########################################################
-DEFINES += DEBUG_LEVEL=2
-
Deleted: trunk/dltest/dltest.pro
===================================================================
--- trunk/dltest/dltest.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/dltest/dltest.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,50 +0,0 @@
-# #########################################################
-#
-# \brief Use qt qmake on this to make the Makefile.
-#
-# This file is really only for XP because UNIX,
-# Linux, and OSX can use the gnu automake.
-#
-# This file exists for those that have qt (such as
-# myself). Others may simply use the Makefile.win
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = dltest
-DESTDIR = ../bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG -= qt
-CONFIG += console
-include( ../defines.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
-}
-
-# #########################################################
-# UNIX
-# #########################################################
-unix {
- LIBS += -lltdl
-}
-
-# #########################################################
-# OSX
-# #########################################################
-mac {
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS =
-SOURCES = \
- dltest.c
-
Deleted: trunk/driver/driver.pro
===================================================================
--- trunk/driver/driver.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/driver/driver.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,147 +0,0 @@
-# #########################################################
-#
-# \brief Use qt qmake on this to make the Makefile.
-#
-# This setup code is based upon the Qt class library
-# where the usual way to build code is to use the
-# Qt qmake tool to create a Makefile from a project
-# (this file).
-#
-# On UNIX, Linux and OSX your preference should be
-# to use the GNU auto-build but this will do as an
-# alternative.
-#
-# We need to build as a 'plugin' and not just a 'dll'
-# because on OSX plugins are special share libraries
-# called 'bundles' which can be explicitly loaded.
-#
-# The target directory is hard-coded but could be
-# done using an environment variable substitution
-# - or one could just edit this file. The hard coding
-# has been done just to save some time (for me).
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = lib
-DESTDIR = ../lib
-!win32:VERSION = 3.51.13
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += dll
-# CONFIG += plugin
-include( ../defines.pri )
-include( ../odbc.pri )
-include( ../mysql.pri )
-
-# Set TARGET based upon what we pickup in config.pri
-release {
- TARGET = myodbc3
-}
-debug {
- TARGET = myodbc3d
-}
-
-# #########################################################
-# WIN
-# We alter qmake cflags so as to use same libs as mysqlclient. We
-# also bring in the util sources so as to be same :)
-# #########################################################
-win32 {
- debug {
- QMAKE_CFLAGS_DEBUG -= -MDd
- QMAKE_CFLAGS_DEBUG += -MTd
- }
- release {
- QMAKE_CFLAGS_RELEASE -= -MD
- QMAKE_CFLAGS_RELEASE += -MT
- }
-
- DEFINES += __WIN__ ENGLISH MYODBC_EXPORTS _USERDLL
DONT_DEFINE_VOID
- LIBS += user32.lib advapi32.lib wsock32.lib
- DEF_FILE = myodbc3.def
- RC_FILE = myodbc3.rc
- libraries.path = /windows/system32
- libraries.files = myodbc3*.dll myodbc3*.lib
-}
-
-win32-msvc2005 {
- QMAKE_LFLAGS += /manifest
-}
-
-# #########################################################
-# UNIX
-# #########################################################
-unix {
- INCLUDEPATH += /usr/include
- LIBS += -L../util -lmyodbc3u -lltdl
- libraries.path = /usr/lib
- libraries.files = libmyodbc*
-}
-
-# #########################################################
-# OSX
-# #########################################################
-mac {
-# QMAKE_LFLAGS_PLUGIN += -bundle -flat_namespace -undefined suppress
- libraries.path = /usr/lib
- libraries.files = libmyodbc3.dylib
-}
-
-# #########################################################
-# INSTALL
-# #########################################################
-INSTALLS += libraries
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = \
- myodbc3.h \
- error.h \
- myutil.h \
- ../util/MYODBCUtil.h
-SOURCES = \
- catalog.c \
- connect.c \
- cursor.c \
- dll.c \
- error.c \
- execute.c \
- handle.c \
- info.c \
- myodbc3.c \
- options.c \
- prepare.c \
- results.c \
- transact.c \
- utility.c \
- ../util/MYODBCUtilAllocDataSource.c \
- ../util/MYODBCUtilAllocDriver.c \
- ../util/MYODBCUtilClearDataSource.c \
- ../util/MYODBCUtilClearDriver.c \
- ../util/MYODBCUtilDefaultDataSource.c \
- ../util/MYODBCUtilDSNExists.c \
- ../util/MYODBCUtilFreeDataSource.c \
- ../util/MYODBCUtilFreeDriver.c \
- ../util/MYODBCUtilGetDataSourceNames.c \
- ../util/MYODBCUtilGetDriverNames.c \
- ../util/MYODBCUtilGetIniFileName.c \
- ../util/MYODBCUtilInsertStr.c \
- ../util/MYODBCUtilReadConnectStr.c \
- ../util/MYODBCUtilReadDataSource.c \
- ../util/MYODBCUtilReadDataSourceStr.c \
- ../util/MYODBCUtilReadDriver.c \
- ../util/MYODBCUtilWriteConnectStr.c \
- ../util/MYODBCUtilWriteDataSource.c \
- ../util/MYODBCUtilWriteDataSourceStr.c \
- ../util/MYODBCUtilWriteDriver.c
-
-win32 {
-HEADERS += \
- ../resource.h \
- ../VersionInfo.h
-}
-
Deleted: trunk/dsn-editor/dsn-editor.pro
===================================================================
--- trunk/dsn-editor/dsn-editor.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/dsn-editor/dsn-editor.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,103 +0,0 @@
-# #########################################################
-#
-# \brief This is a qmake project file for building the
-# the Qt based GUI MYODBCConfig application.
-#
-# The build here is done by using the setup code
-# directly - at build-time.
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = myodbc3c
-DESTDIR = ../bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += qt
-include( ../defines.pri )
-include( ../odbc.pri )
-
-INCLUDEPATH += ../util ../setup
-
-# #########################################################
-# WIN32
-# #########################################################
-win32 {
- LIBS += user32.lib ..\util\myodbc3u.lib
-# RC_FILE += MYODBCConfig.rc
-}
-
-# #########################################################
-# UNIX
-# #########################################################
-mac {
-} else:unix {
-# INCLUDEPATH += ../util ../setup /usr/include
- LIBS += -L../util -lmyodbc3u
-}
-
-# #########################################################
-# OSX
-# On OSX we produce a directory called; MYODBCConfig.app
-# which contains everything needed to execute the app
-# using the 'open' command or by double-clicking in
-# Finder. MYODBCConfig.app can be copied to where desired
-# in the file system (for example; /Applications/Utilities).
-# #########################################################
-mac {
-# DEFINES -= HAVE_ODBCINST_H
-# DEFINES += HAVE_IODBCINST_H
- LIBS -= -lmyodbc3S
- LIBS += -L../util -lmyodbc3u
- LIBS += -lltdl -framework Carbon -framework QuickTime -lz -framework
OpenGL -framework AGL -lz
- RC_FILE = MYODBCConfig.icns
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS += \
- ../util/MYODBCUtil.h \
- ../setup/MYODBCSetup.h \
- ../setup/MYODBCSetupAssistText.h \
- ../setup/MYODBCSetupCheckBox.h \
- ../setup/MYODBCSetupComboBox.h \
- ../setup/MYODBCSetupComboBoxDatabases.h \
- ../setup/MYODBCSetupDataSourceDialog.h \
- ../setup/MYODBCSetupDataSourceTab1.h \
- ../setup/MYODBCSetupDataSourceTab2.h \
- ../setup/MYODBCSetupDataSourceTab3.h \
- ../setup/MYODBCSetupDataSourceTab3a.h \
- ../setup/MYODBCSetupDataSourceTab3b.h \
- ../setup/MYODBCSetupDataSourceTab3c.h \
- ../setup/MYODBCSetupDataSourceTab3d.h \
- ../setup/MYODBCSetupLineEdit.h
-
-SOURCES += \
- main.cpp \
- ../setup/MYODBCSetupAssistText.cpp \
- ../setup/MYODBCSetupCheckBox.cpp \
- ../setup/MYODBCSetupComboBox.cpp \
- ../setup/MYODBCSetupComboBoxDatabases.cpp \
- ../setup/MYODBCSetupConfigDSNAdd.c \
- ../setup/MYODBCSetupConfigDSNEdit.c \
- ../setup/MYODBCSetupConfigDSNRemove.c \
- ../setup/MYODBCSetupDataSourceConfig.cpp \
- ../setup/MYODBCSetupDataSourceDialog.cpp \
- ../setup/MYODBCSetupDataSourceTab1.cpp \
- ../setup/MYODBCSetupDataSourceTab2.cpp \
- ../setup/MYODBCSetupDataSourceTab3.cpp \
- ../setup/MYODBCSetupDataSourceTab3a.cpp \
- ../setup/MYODBCSetupDataSourceTab3b.cpp \
- ../setup/MYODBCSetupDataSourceTab3c.cpp \
- ../setup/MYODBCSetupDataSourceTab3d.cpp \
- ../setup/MYODBCSetupDriverConnect.c \
- ../setup/MYODBCSetupDriverConnectPrompt.cpp \
- ../setup/MYODBCSetupHandleInstallerError.c \
- ../setup/MYODBCSetupLineEdit.cpp
-
-
-
Deleted: trunk/installer/installer.pro
===================================================================
--- trunk/installer/installer.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/installer/installer.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,54 +0,0 @@
-# #########################################################
-#
-# \brief Use qt qmake on this to make the Makefile.
-#
-# This file is really only for XP because UNIX,
-# Linux, and OSX can use the gnu automake.
-#
-# This file exists for those that have qt (such as
-# myself). Others may simply use the Makefile.win
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = myodbc3i
-DESTDIR = ../bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- LIBS += user32.lib ..\util\myodbc3u.lib
-}
-
-# #########################################################
-# UNIX
-# #########################################################
-unix {
- LIBS += -L../util -lmyodbc3u -lltdl
-}
-
-# #########################################################
-# OSX
-# #########################################################
-mac {
-# CONFIG -= thread
-# DEFINES -= HAVE_ODBCINST_H
-# DEFINES += HAVE_IODBCINST_H
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS =
-SOURCES = \
- myodbc3i.c
-
Deleted: trunk/monitor/monitor.pro
===================================================================
--- trunk/monitor/monitor.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/monitor/monitor.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,52 +0,0 @@
-# #########################################################
-#
-# \brief Use qt qmake on this to make the Makefile.
-#
-# This file is really only for XP because UNIX,
-# Linux, and OSX can use the gnu automake.
-#
-# This file exists for those that have qt (such as
-# myself). Others may simply use the Makefile.win
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = myodbc3m
-DESTDIR = ../bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- LIBS += ..\util\myodbc3u.lib
-}
-
-# #########################################################
-# UNIX
-# #########################################################
-unix {
- LIBS += -L../util -lmyodbc3u
-}
-
-# #########################################################
-# OSX
-# #########################################################
-mac {
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = \
- myodbc3m.h
-SOURCES = \
- myodbc3m.c
-
Deleted: trunk/mysql.pri
===================================================================
--- trunk/mysql.pri 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/mysql.pri 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,45 +0,0 @@
-# #########################################################
-#
-# \brief These settings are used when building
-# Connector/ODBC using the qmake utility.
-#
-# Edit these settings before using qmake to
-# generate the Makefiles.
-#
-# You will want to set MYSQL_DIR environment
-# variable to something like;
-#
-# MYSQL_DIR=C:\Program Files\MySQL\MySQL Server 5.0
-#
-# Using an environment variable in this way
-# allows us to avoid problems with file names with
-# spaces.
-#
-# \note The plan is to generate this file using a
-# configure.bat/configure.exe at some point in
-# the future.
-#
-# \sa defines.pri
-# config.pri
-#
-# #########################################################
-
-# #########################################################
-# WIN32
-# #########################################################
-win32 {
- DEFINES += _WIN32 WIN32 _WINDOWS __WIN__
- INCLUDEPATH += $(MYSQL_DIR)\include
- LIBS += -L$(MYSQL_DIR)\lib\opt mysqlclient.lib zlib.lib
-}
-
-# #########################################################
-# UNIX
-# #########################################################
-unix {
- INCLUDEPATH += $(MYSQL_DIR)/include/mysql
- LIBS += -L$(MYSQL_DIR)/lib$(MYSQL_BITS)/mysql -lmysqlclient_r
-}
-
-
-
Deleted: trunk/odbc.pri
===================================================================
--- trunk/odbc.pri 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/odbc.pri 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,43 +0,0 @@
-# #########################################################
-#
-# \brief These settings are used when building
-# Connector/ODBC using the qmake utility.
-#
-# Edit these settings before using qmake to
-# generate the Makefiles.
-#
-# \note The plan is to generate this file using a
-# qconfigure.bat/qconfigure at some point in
-# the future.
-#
-# \sa defines.pri
-# config.pri
-# mysql.qmake
-#
-# #########################################################
-
-# #########################################################
-# WIN32
-# #########################################################
-win32 {
- LIBS += odbc32.lib odbccp32.lib
-}
-
-# #########################################################
-# UNIX
-# #########################################################
-mac {
-} else:unix {
- INCLUDEPATH += $(UNIXODBC_DIR)/include
- LIBS += -L$(UNIXODBC_DIR)/lib$(MYSQL_BITS) -lodbc -lodbcinst
-}
-
-# #########################################################
-# OSX
-# #########################################################
-mac {
- LIBS += -liodbc -liodbcinst
-}
-
-
-
Deleted: trunk/root.pro
===================================================================
--- trunk/root.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/root.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,85 +0,0 @@
-# #########################################################
-#
-#
-# \brief
-# This is a qmake project file for building when Qt
-# is being used to build GUI bits.
-#
-# The GUI bits are;
-#
-# setup - Setup library which handles
-# requests from the; ODBC Administrator,
-# driver, or application for GUI
-# prompting.
-# dsn-editor - Setup application for when
-# the systems regular ODBC
-# Administrator application is not
-# making one happy (on OSX perhaps).
-#
-# This project file is used to build and install
-# Qt GUI bits of Connector/ODBC. Basically; if
-# you have Qt development files installed then you
-# should have the qmake utility. The qmake utility
-# can create a regular 'Makefile' from this project
-# file.
-#
-# Using qmake instead of the GNU auto-tools gets
-# around problems building certian features, and
-# simplifies maintainence as these project files
-# are much easier to work with. Using qmake also
-# increases the chance that we get all the correct
-# compile and link options for Qt based code.
-#
-# Unfortunately; this is not hooked into the GNU
-# auto-tools at this time so one must build/install
-# the driver code with that first and then,
-# optionally do the following to build the Qt based
-# GUI bits;
-#
-# $ qmake root.pro
-# $ make
-#
-# \note OSX
-#
-# As of Qt4, qmake will generate xcode project files
-# by default. So to get regular make files one should;
-#
-# qmake -spec macx-g++
-#
-# \note
-#
-# 1. The qmake approach was inspired by spending way
-# too many hours trying to get this stuff integrated
-# into GNU auto-build only to find that it fails
-# on OSX when building setup library as a bundle.
-# Seems libtool does not take the framework link
-# options and subsequently leaves unresolved refs
-# (as reported by dltest).
-#
-# 2. You only need to use this way to make gui bits if
-# the gnu method of building the gui bits is
-# failing you (on OSX for example) or if the platform
-# does not have gnu auto-build (Windows perhaps).
-#
-# 3. The util code does not contain any Qt but it should
-# be built with qmake if you are going to use Qt
-# elsewhere.
-#
-# \sa
-# Build.bat
-# Install.bat
-# Uninstall.bat
-# Upgrade.bat
-# http://www.trolltech.com
-#
-# #########################################################
-TEMPLATE = subdirs
-SUBDIRS = \
- dltest \
- util \
- setup \
- installer \
- monitor \
- dsn-editor \
- driver \
- test
Modified: trunk/scripts/macosx/postflight
===================================================================
--- trunk/scripts/macosx/postflight 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/scripts/macosx/postflight 2007-08-19 19:55:17 UTC (rev 665)
@@ -28,7 +28,7 @@
for f in ~/Library/ODBC /Library/ODBC
do
- echo "Ensuring ~/Library/ODBC, odbcinst.ini and odbc.ini exists..."
+ echo "Ensuring $f, odbcinst.ini and odbc.ini exists..."
if [ ! -d $admdir ] ; then
mkdir $admdir
chmod 775 $admdir
@@ -43,8 +43,11 @@
echo "TraceAutoStop = 0" >> $admdir/odbc.ini
echo "TraceFile =" >> $admdir/odbc.ini
echo "TraceLibrary =" >> $admdir/odbc.ini
- chmod 664 $admdir/odbc.ini
- chown root:admin $admdir/odbc.ini
+ if [ $f = /Library/ODBC ] ; then
+ chmod 664 $admdir/odbc.ini
+ chown root:admin $admdir/odbc.ini
+ else
+ fi
fi
if [ ! -f $admdir/odbcinst.ini ] ; then
@@ -53,8 +56,11 @@
echo "[ODBC Connection Pooling]" >> $admdir/odbcinst.ini
echo "PerfMon = 0" >> $admdir/odbcinst.ini
echo "Retry Wait = " >> $admdir/odbcinst.ini
- chmod 664 $admdir/odbcinst.ini
- chown root:admin $admdir/odbcinst.ini
+ if [ $f = /Library/ODBC ] ; then
+ chmod 664 $admdir/odbcinst.ini
+ chown root:admin $admdir/odbcinst.ini
+ else
+ fi
fi
done
Deleted: trunk/setup/setup.pro
===================================================================
--- trunk/setup/setup.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/setup/setup.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,127 +0,0 @@
-# #########################################################
-#
-# \brief Use qt qmake on this to make the Makefile.
-#
-# This setup code is based upon the Qt class library
-# where the usual way to build code is to use the
-# Qt qmake tool to create a Makefile from a project
-# (this file).
-#
-# On UNIX, Linux and OSX your preference should be
-# to use the GNU auto-build but this will do as an
-# alternative.
-#
-# We need to build as a 'plugin' and not just a 'dll'
-# because on OSX plugins are special share libraries
-# called 'bundles' which can be explicitly loaded.
-#
-# The target directory is hard-coded but could be
-# done using an environment variable substitution
-# - or one could just edit this file. The hard coding
-# has been done just to save some time (for me).
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = lib
-DESTDIR = ../lib
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += qt plugin
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# Set TARGET based upon what we pickup in config.pri. It is
-# natural to make debug target myodbc3Sd but we want to keep
-# the name len down to 8 chars.
-release {
- TARGET = myodbc3S
-}
-debug {
- TARGET = myodbc3E
-}
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- LIBS += user32.lib ../util/myodbc3u.lib
-# LIBS += /VERBOSE:LIB
- DEF_FILE = myodbc3S.def
- RC_FILE = myodbc3S.rc
- libraries.path = /windows/system32
- libraries.files = myodbc3S.dll
-}
-
-# #########################################################
-# UNIX
-# #########################################################
-unix {
- LIBS += -L../util -lmyodbc3u
- libraries.path = /usr/lib
- libraries.files = libmyodbc*
-}
-
-# #########################################################
-# OSX
-# #########################################################
-mac {
-# QMAKE_LFLAGS_PLUGIN += -bundle -flat_namespace -undefined suppress
- libraries.path = /usr/lib
- libraries.files = libmyodbc3S.dylib
-}
-
-# #########################################################
-# INSTALL
-# #########################################################
-INSTALLS += libraries
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = \
- MYODBCSetupAssistText.h \
- MYODBCSetupCheckBox.h \
- MYODBCSetupComboBox.h \
- MYODBCSetupComboBoxDatabases.h \
- MYODBCSetup.h \
- MYODBCSetupDataSourceDialog.h \
- MYODBCSetupDataSourceTab1.h \
- MYODBCSetupDataSourceTab2.h \
- MYODBCSetupDataSourceTab3.h \
- MYODBCSetupDataSourceTab3a.h \
- MYODBCSetupDataSourceTab3b.h \
- MYODBCSetupDataSourceTab3c.h \
- MYODBCSetupDataSourceTab3d.h \
- MYODBCSetupLineEdit.h
-SOURCES = \
- ConfigDSN.c \
- MYODBCSetupAssistText.cpp \
- MYODBCSetupCheckBox.cpp \
- MYODBCSetupComboBox.cpp \
- MYODBCSetupComboBoxDatabases.cpp \
- MYODBCSetupConfigDSNAdd.c \
- MYODBCSetupConfigDSNEdit.c \
- MYODBCSetupConfigDSNRemove.c \
- MYODBCSetupDataSourceConfig.cpp \
- MYODBCSetupDataSourceDialog.cpp \
- MYODBCSetupDataSourceTab1.cpp \
- MYODBCSetupDataSourceTab2.cpp \
- MYODBCSetupDataSourceTab3.cpp \
- MYODBCSetupDataSourceTab3a.cpp \
- MYODBCSetupDataSourceTab3b.cpp \
- MYODBCSetupDataSourceTab3c.cpp \
- MYODBCSetupDataSourceTab3d.cpp \
- MYODBCSetupDriverConnect.c \
- MYODBCSetupDriverConnectPrompt.cpp \
- MYODBCSetupHandleInstallerError.c \
- MYODBCSetupLineEdit.cpp
-
-win32 {
-HEADERS += \
- ../resource.h \
- ../VersionInfo.h
-}
-
Deleted: trunk/test/my_basics.pro
===================================================================
--- trunk/test/my_basics.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_basics.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_basics
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_basics.pro
-
Deleted: trunk/test/my_blob.pro
===================================================================
--- trunk/test/my_blob.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_blob.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_blob
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_blob.pro
-
Deleted: trunk/test/my_bulk.pro
===================================================================
--- trunk/test/my_bulk.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_bulk.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_bulk
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_bulk.pro
-
Deleted: trunk/test/my_catalog.pro
===================================================================
--- trunk/test/my_catalog.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_catalog.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_catalog
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_catalog.pro
-
Deleted: trunk/test/my_curext.pro
===================================================================
--- trunk/test/my_curext.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_curext.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_curext
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_curext.pro
-
Deleted: trunk/test/my_cursor.pro
===================================================================
--- trunk/test/my_cursor.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_cursor.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_cursor
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_cursor.pro
-
Deleted: trunk/test/my_datetime.pro
===================================================================
--- trunk/test/my_datetime.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_datetime.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_datetime
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_datetime.pro
-
Deleted: trunk/test/my_dyn_cursor.pro
===================================================================
--- trunk/test/my_dyn_cursor.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_dyn_cursor.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_dyn_cursor
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_dyn_cursor.pro
-
Deleted: trunk/test/my_error.pro
===================================================================
--- trunk/test/my_error.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_error.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_error
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_error.pro
-
Deleted: trunk/test/my_info.pro
===================================================================
--- trunk/test/my_info.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_info.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_info
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_info.pro
-
Deleted: trunk/test/my_keys.pro
===================================================================
--- trunk/test/my_keys.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_keys.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_keys
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_keys.pro
-
Deleted: trunk/test/my_param.pro
===================================================================
--- trunk/test/my_param.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_param.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_param
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_param.pro
-
Deleted: trunk/test/my_prepare.pro
===================================================================
--- trunk/test/my_prepare.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_prepare.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_prepare
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_prepare.pro
-
Deleted: trunk/test/my_relative.pro
===================================================================
--- trunk/test/my_relative.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_relative.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_relative
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_relative.pro
-
Deleted: trunk/test/my_result.pro
===================================================================
--- trunk/test/my_result.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_result.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_result
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_result.pro
-
Deleted: trunk/test/my_scroll.pro
===================================================================
--- trunk/test/my_scroll.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_scroll.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_scroll
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_scroll.pro
-
Deleted: trunk/test/my_tran.pro
===================================================================
--- trunk/test/my_tran.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_tran.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_tran
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_tran.pro
-
Deleted: trunk/test/my_types.pro
===================================================================
--- trunk/test/my_types.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_types.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_types
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_types.pro
-
Deleted: trunk/test/my_unixodbc.pro
===================================================================
--- trunk/test/my_unixodbc.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_unixodbc.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_unixodbc
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_unixodbc.pro
-
Deleted: trunk/test/my_use_result.pro
===================================================================
--- trunk/test/my_use_result.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/my_use_result.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,32 +0,0 @@
-# #########################################################
-#
-# Build individual test
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-TEMPLATE = app
-TARGET = my_use_result
-DESTDIR = bin
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += console
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
- INCLUDEPATH += include
-# LIBS += ..\xx\yyy.lib
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = mytest3.h odbctap.h
-SOURCES = my_use_result.pro
-
Deleted: trunk/test/test.pro
===================================================================
--- trunk/test/test.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/test/test.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,30 +0,0 @@
-# #########################################################
-#
-# To build multiple targets in the same directory, we
-# tell qmake it is the same sub directories but with
-# different .pro files
-#
-# #########################################################
-
-TEMPLATE = subdirs
-
-SUBDIRS += my_basics.pro
-SUBDIRS += my_blob.pro
-SUBDIRS += my_bulk.pro
-SUBDIRS += my_catalog.pro
-SUBDIRS += my_curext.pro
-SUBDIRS += my_cursor.pro
-SUBDIRS += my_datetime.pro
-SUBDIRS += my_dyn_cursor.pro
-SUBDIRS += my_error.pro
-SUBDIRS += my_info.pro
-SUBDIRS += my_keys.pro
-SUBDIRS += my_param.pro
-SUBDIRS += my_prepare.pro
-SUBDIRS += my_relative.pro
-SUBDIRS += my_result.pro
-SUBDIRS += my_scroll.pro
-SUBDIRS += my_tran.pro
-SUBDIRS += my_types.pro
-SUBDIRS += my_unixodbc.pro
-SUBDIRS += my_use_result.pro
Deleted: trunk/util/util.pro
===================================================================
--- trunk/util/util.pro 2007-08-19 15:36:14 UTC (rev 664)
+++ trunk/util/util.pro 2007-08-19 19:55:17 UTC (rev 665)
@@ -1,79 +0,0 @@
-# #########################################################
-#
-# \brief This is a qt qmake project file. Use this to
-# create a regular make file.
-#
-# This file is really only for XP because UNIX,
-# Linux, and OSX can use the gnu automake.
-#
-# This file exists for those that have qt (such as
-# myself). Others may simply use the Makefile as is.
-#
-# The idea is that we create a static lib which can
-# be used, in-place, by the setup library and the
-# driver.
-#
-# Util does not include any Qt but Qt based code
-# in MyODBC does depend upon Util.
-#
-# #########################################################
-
-# #########################################################
-# COMMON
-# #########################################################
-
-TEMPLATE = lib
-TARGET = myodbc3u
-DESTDIR = ./
-include( ../common.pri )
-include( ../config.pri )
-CONFIG += staticlib console
-# plugin needed on sparc64 to get relocatable code in a static lib
-# CONFIG += staticlib plugin
-include( ../defines.pri )
-include( ../odbc.pri )
-
-# #########################################################
-# WIN
-# #########################################################
-win32 {
-}
-
-# #########################################################
-# UNIX
-# #########################################################
-unix {
-}
-
-# #########################################################
-# OSX
-# #########################################################
-mac {
-}
-
-# #########################################################
-# FILES
-# #########################################################
-HEADERS = \
- MYODBCUtil.h
-SOURCES = \
- MYODBCUtilAllocDataSource.c \
- MYODBCUtilAllocDriver.c \
- MYODBCUtilClearDataSource.c \
- MYODBCUtilClearDriver.c \
- MYODBCUtilDefaultDataSource.c \
- MYODBCUtilDSNExists.c \
- MYODBCUtilFreeDataSource.c \
- MYODBCUtilFreeDriver.c \
- MYODBCUtilGetDataSourceNames.c \
- MYODBCUtilGetDriverNames.c \
- MYODBCUtilInsertStr.c \
- MYODBCUtilReadConnectStr.c \
- MYODBCUtilReadDataSource.c \
- MYODBCUtilReadDataSourceStr.c \
- MYODBCUtilReadDriver.c \
- MYODBCUtilWriteConnectStr.c \
- MYODBCUtilWriteDataSource.c \
- MYODBCUtilWriteDataSourceStr.c \
- MYODBCUtilWriteDriver.c
-
| Thread |
|---|
| • Connector/ODBC 3.51 commit: r665 - in trunk: . dltest driver dsn-editor installer monitor scripts/macosx setup test util | kboortz | 19 Aug |