aboutsummaryrefslogtreecommitdiff
path: root/build/import/libodbc/stub.make
blob: 9d3148c8f0c80c0647624d6295d37e6a09d3044c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# file      : build/import/libodbc/stub.make
# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# 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