summaryrefslogtreecommitdiffstats
path: root/rules/w32api.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2007-03-16 07:44:49 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-03-16 07:44:49 +0000
commitb3ce9f409acad44e961dba079b63dd19c044a84f (patch)
treed45e60cb16f86ca5c7d2cc6b49c0944812204d0d /rules/w32api.in
parent85084d75800a80d90fada5b58bbf17064674aa00 (diff)
downloadOSELAS.Toolchain-b3ce9f409acad44e961dba079b63dd19c044a84f.tar.gz
OSELAS.Toolchain-b3ce9f409acad44e961dba079b63dd19c044a84f.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@2229 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/w32api.in')
-rw-r--r--rules/w32api.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/w32api.in b/rules/w32api.in
new file mode 100644
index 0000000..fd27aad
--- /dev/null
+++ b/rules/w32api.in
@@ -0,0 +1,14 @@
+# config for w32api-headers
+
+menuconfig W32API
+ bool
+ select CROSS_GCC_FIRST
+ prompt "w32api "
+
+config W32API_VERSION
+ depends on W32API
+ string
+ prompt "w32api version"
+ default "3.8"
+ help
+ Specify the w32api version here.