diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:14:18 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:14:18 +0100 |
commit | ece4cb7f6debdb741b8a43053aeea817b80f49e7 (patch) | |
tree | a97498a671ef3ddb5691396ec771cbd0bb2514bf /win32/Kbuild | |
parent | 073257d2d34097e4ace7daa5882b090c07d528cc (diff) | |
download | busybox-w32-ece4cb7f6debdb741b8a43053aeea817b80f49e7.tar.gz busybox-w32-ece4cb7f6debdb741b8a43053aeea817b80f49e7.tar.bz2 busybox-w32-ece4cb7f6debdb741b8a43053aeea817b80f49e7.zip |
win32: add popen implementation that uses shell
Diffstat (limited to 'win32/Kbuild')
-rw-r--r-- | win32/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild index 3b06e83a7..42df86692 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -11,6 +11,7 @@ lib-$(CONFIG_PLATFORM_MINGW32) += process.o | |||
11 | lib-$(CONFIG_PLATFORM_MINGW32) += regex.o | 11 | lib-$(CONFIG_PLATFORM_MINGW32) += regex.o |
12 | lib-$(CONFIG_WIN32_NET) += net.o | 12 | lib-$(CONFIG_WIN32_NET) += net.o |
13 | lib-$(CONFIG_PLATFORM_MINGW32) += poll.o | 13 | lib-$(CONFIG_PLATFORM_MINGW32) += poll.o |
14 | lib-$(CONFIG_PLATFORM_MINGW32) += popen.o | ||
14 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o | 15 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o |
15 | lib-$(CONFIG_PLATFORM_MINGW32) += uname.o | 16 | lib-$(CONFIG_PLATFORM_MINGW32) += uname.o |
16 | lib-$(CONFIG_PLATFORM_MINGW32) += winansi.o | 17 | lib-$(CONFIG_PLATFORM_MINGW32) += winansi.o |