summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossymiles@gmail.com>2014-01-20 00:20:02 +1100
committerwm4 <wm4@nowhere>2014-01-19 14:42:15 +0100
commit32c0df1b5374834145b4a373fcd560766b997c52 (patch)
treeddbc82c81ac86e156312c6fc045a9dc3dae55ec1 /old-makefile
parent55ea419ae32fa81df3835886ae82aa0b6916905c (diff)
downloadmpv-32c0df1b5374834145b4a373fcd560766b997c52.tar.bz2
mpv-32c0df1b5374834145b4a373fcd560766b997c52.tar.xz
w32: use the w32_common keymap in terminal-win too
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile
index ab793febf7..2314f72b7d 100644
--- a/old-makefile
+++ b/old-makefile
@@ -60,7 +60,8 @@ SOURCES-$(MPG123) += audio/decode/ad_mpg123.c
SOURCES-$(NEED_GETTIMEOFDAY) += osdep/gettimeofday.c
SOURCES-$(NEED_GLOB) += osdep/glob-win.c
-SOURCES-$(WIN32) += osdep/path-win.c
+SOURCES-$(WIN32) += osdep/path-win.c \
+ osdep/w32_keyboard.c
SOURCES-$(PRIORITY) += osdep/priority.c
SOURCES-$(PVR) += stream/stream_pvr.c