+2005-04-20 Helge Hess <helge.hess@opengroupware.org>
+
+ * renamed MySQL4 adaptor to MySQL to avoid confusion (v4.5.7)
+
2005-04-19 Helge Hess <helge.hess@skyrix.com>
* v4.5.6
include ../Version
include ./Version
-BUNDLE_NAME = MySQL4
+BUNDLE_NAME = MySQL
-MySQL4_OBJC_FILES = \
+MySQL_OBJC_FILES = \
MySQL4Expression.m \
MySQL4Adaptor.m \
MySQL4Context.m \
NSCalendarDate+MySQL4Val.m \
NSNumber+MySQL4Val.m \
-MySQL4_PRINCIPAL_CLASS = MySQL4Adaptor
+MySQL_PRINCIPAL_CLASS = MySQL4Adaptor
-BUNDLE_INSTALL = MySQL4
+BUNDLE_INSTALL = MySQL
BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/GDLAdaptors-$(MAJOR_VERSION).$(MINOR_VERSION)/
# Use .gdladaptor as the bundle extension
BUNDLE_EXTENSION = .gdladaptor
-MySQL4_RESOURCE_FILES += Version
+MySQL_RESOURCE_FILES += Version
# tool
# If not, write to the Free Software Foundation,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-MySQL4_BUNDLE_LIBS += \
+MySQL_BUNDLE_LIBS += \
-lGDLAccess \
-lEOControl \
`mysql_config --libs`
-MySQL4D_BUNDLE_LIBS += \
+MySQLD_BUNDLE_LIBS += \
-lGDLAccess \
-lEOControl \
`mysql_config --libs`
# Version file
-SUBMINOR_VERSION:=6
+SUBMINOR_VERSION:=7