summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-04-01 09:49:08 +1100
committer Vas Crabb <vas@vastheman.com>2015-04-01 09:49:25 +1100
commitfe9339fa30fdc22a5b66cef34c9372c89901c285 (patch)
tree75ea1cf792bb5159d2a57a274f6262458b8805e5 /makefile
parent93274abd7a36346a4ff2842513573e332f192dfa (diff)
Add back DIRECTINPUT config for Windows OSD
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile
index 63ff8fd0505..a218974a994 100644
--- a/makefile
+++ b/makefile
@@ -313,6 +313,10 @@ ifdef USE_QTDEBUG
PARAMS += --USE_QTDEBUG='$(USE_QTDEBUG)'
endif
+ifdef DIRECTINPUT
+PARAMS += --DIRECTINPUT='$(DIRECTINPUT)'
+endif
+
ifdef MESA_INSTALL_ROOT
PARAMS += --MESA_INSTALL_ROOT='$(MESA_INSTALL_ROOT)'
endif