aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-11 17:51:58 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 11:04:37 +1000
commit5a5d254ecb352ebd9743696794a98725c8bf3a36 (patch)
tree73b68c5d2230fb6801a3d257e28de4d622b009b8 /libbb
parentfcac95160b275602e87af86d36738fb089cdd350 (diff)
downloadbusybox-w32-5a5d254ecb352ebd9743696794a98725c8bf3a36.tar.gz
busybox-w32-5a5d254ecb352ebd9743696794a98725c8bf3a36.tar.bz2
busybox-w32-5a5d254ecb352ebd9743696794a98725c8bf3a36.zip
win32: reimplement read_key() to read Windows console
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild
index eb3cd5039..a8a1da1f9 100644
--- a/libbb/Kbuild
+++ b/libbb/Kbuild
@@ -74,7 +74,6 @@ lib-y += procps.o
74lib-y += progress.o 74lib-y += progress.o
75lib-y += ptr_to_globals.o 75lib-y += ptr_to_globals.o
76lib-y += read.o 76lib-y += read.o
77lib-y += read_key.o
78lib-y += recursive_action.o 77lib-y += recursive_action.o
79lib-y += remove_file.o 78lib-y += remove_file.o
80lib-y += run_shell.o 79lib-y += run_shell.o
@@ -115,6 +114,7 @@ lib-$(CONFIG_PLATFORM_POSIX) += kernel_version.o
115lib-$(CONFIG_PLATFORM_POSIX) += login.o 114lib-$(CONFIG_PLATFORM_POSIX) += login.o
116lib-$(CONFIG_PLATFORM_POSIX) += makedev.o 115lib-$(CONFIG_PLATFORM_POSIX) += makedev.o
117lib-$(CONFIG_PLATFORM_POSIX) += match_fstype.o 116lib-$(CONFIG_PLATFORM_POSIX) += match_fstype.o
117lib-$(CONFIG_PLATFORM_POSIX) += read_key.o
118lib-$(CONFIG_PLATFORM_POSIX) += safe_gethostname.o 118lib-$(CONFIG_PLATFORM_POSIX) += safe_gethostname.o
119lib-$(CONFIG_PLATFORM_POSIX) += signals.o 119lib-$(CONFIG_PLATFORM_POSIX) += signals.o
120lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o 120lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o