diff options
Diffstat (limited to 'packages/base/odbc/Makefile.fpc')
-rw-r--r-- | packages/base/odbc/Makefile.fpc | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/base/odbc/Makefile.fpc b/packages/base/odbc/Makefile.fpc deleted file mode 100644 index 2690c64d4c..0000000000 --- a/packages/base/odbc/Makefile.fpc +++ /dev/null @@ -1,26 +0,0 @@ -# -# Makefile.fpc for odbc bindings -# -[package] -name=odbc -version=2.2.1 - -[target] -units=odbcsql odbcsqldyn -examples=testodbc - -[require] -libc=n - -[install] -fpcpackage=y - -[default] -fpcdir=../../.. - -[shared] -build=n - -[rules] -.NOTPARALLEL: - |