From 25d4ae74f1dbddf99b147df0887d6810d34e36dd Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 19 Dec 2013 21:31:27 +0100 Subject: Rename getch2....c/h to terminal....c/h "getch2" really tells nothing about what the heck this code does. It'd be even worse when moving the rest of terminal handling code there. --- wscript_build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index d2495d3b68..2d36ea9b2d 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -91,8 +91,8 @@ def build(ctx): target = "ebml_defs.c") getch2_c = { - 'win32': 'osdep/getch2-win.c', - }.get(ctx.env.DEST_OS, "osdep/getch2.c") + 'win32': 'osdep/terminal-win.c', + }.get(ctx.env.DEST_OS, "osdep/terminal-unix.c") timer_c = { 'win32': 'osdep/timer-win2.c', -- cgit v1.2.3