Updated roc tools, and associated scripts.

Also include Eiffel Store ODBC persistence.
This commit is contained in:
2015-10-20 11:29:16 +02:00
parent 782e9397a3
commit 3f4e70b98c
4 changed files with 20 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ feature -- CMS storage
do
a_setup.storage_drivers.force (create {CMS_STORAGE_SQLITE3_BUILDER}.make, "sqlite3")
-- a_setup.storage_drivers.force (create {CMS_STORAGE_STORE_MYSQL_BUILDER}.make, "mysql")
-- a_setup.storage_drivers.force (create {CMS_STORAGE_STORE_ODBC_BUILDER}.make, "odbc")
a_setup.storage_drivers.force (create {CMS_STORAGE_STORE_ODBC_BUILDER}.make, "odbc")
end
feature -- CMS modules