summaryrefslogtreecommitdiffstats
path: root/rules/w32api.in
blob: 936bceffe62a521ecb17ac7f7877453fc89d38d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# config for w32api-headers

menuconfig W32API
	bool
	select CROSS_GCC_FIRST
	prompt "w32api                      "

if W32API

config W32API_VERSION
	string
	prompt "w32api version"
	default "3.12"
	help
	  Specify the w32api version here.

config W32API_MD5
	string
	prompt "w32api source md5sum"

endif