summaryrefslogtreecommitdiffstats
path: root/rules/libiodbc.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-05-28 12:44:23 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-05-28 12:44:23 +0000
commit2f6d176917b6483e4b169d6f3d2398b2b5e83dd6 (patch)
tree7837b3469d28095053a6abdcecd01d905cad38ff /rules/libiodbc.in
parent3ecc5c6ed0fba6201e50aa23f3073968deb85984 (diff)
downloadptxdist-2f6d176917b6483e4b169d6f3d2398b2b5e83dd6.tar.gz
ptxdist-2f6d176917b6483e4b169d6f3d2398b2b5e83dd6.tar.xz
* libiodbc: added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10590 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libiodbc.in')
-rw-r--r--rules/libiodbc.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/rules/libiodbc.in b/rules/libiodbc.in
new file mode 100644
index 000000000..70531d265
--- /dev/null
+++ b/rules/libiodbc.in
@@ -0,0 +1,37 @@
+## SECTION=system_libraries
+
+menuconfig LIBIODBC
+ bool
+ prompt "libiodbc "
+ help
+ iODBC is the acronym for Independent Open DataBase Connectivity,
+ an Open Source platform independent implementation of both the
+ ODBC and X/Open specifications. It is rapidly emerging as the
+ industry standard for developing solutions that are language,
+ platform and database independent.
+
+config LIBIODBC_GUI
+ bool
+ depends on LIBIODBC
+ prompt "gui"
+ help
+ build GUI applications
+
+choice
+ prompt "driver manager version"
+ depends on LIBIODBC
+ help
+ Specify which driver manager version we should be compatible with.
+
+ config LIBIODBC_DRIVER_VERSION_3
+ bool "3.x"
+ help
+ build ODBC 3.x compatible driver manager
+
+ config LIBIODBC_DRIVER_VERSION_2
+ bool "2.x"
+ help
+ build ODBC 2.x compatible driver manager
+
+endchoice
+