summaryrefslogtreecommitdiff
path: root/build/import/libodbc/stub.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/import/libodbc/stub.make')
-rw-r--r--build/import/libodbc/stub.make22
1 files changed, 0 insertions, 22 deletions
diff --git a/build/import/libodbc/stub.make b/build/import/libodbc/stub.make
deleted file mode 100644
index 6e98af4..0000000
--- a/build/import/libodbc/stub.make
+++ /dev/null
@@ -1,22 +0,0 @@
-# file : build/import/libodbc/stub.make
-# license : GNU GPL v2; see accompanying LICENSE file
-
-$(call include-once,$(scf_root)/import/libodbc/configuration-rules.make,$(dcf_root))
-
-libodbc_manager :=
-
-$(call -include,$(dcf_root)/import/libodbc/configuration-dynamic.make)
-
-ifdef libodbc_manager
-
-ifeq ($(libodbc_manager),windows)
-$(call export,l: -lodbc32,cpp-options: )
-else
-$(call export,l: -lodbc,cpp-options: )
-endif
-
-else
-
-.NOTPARALLEL:
-
-endif