diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-14 02:15:27 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-10 18:50:00 +1000 |
commit | 43992d86844f4fa77b6e6613ce62b96d0e115bd5 (patch) | |
tree | b796950986f05c73256f0bace01204dec8d1e0e8 /win32/Kbuild | |
parent | 22c4fb20d407f464813ce1031308bc4c6db13bb4 (diff) | |
download | busybox-w32-43992d86844f4fa77b6e6613ce62b96d0e115bd5.tar.gz busybox-w32-43992d86844f4fa77b6e6613ce62b96d0e115bd5.tar.bz2 busybox-w32-43992d86844f4fa77b6e6613ce62b96d0e115bd5.zip |
win32: add getenv(), setenv(), unsetenv() and clearenv()
clearenv() is not supported yet.
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 22f8252d0..878330fc3 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | lib-y:= | 5 | lib-y:= |
6 | 6 | ||
7 | lib-$(CONFIG_PLATFORM_MINGW32) += env.o | ||
7 | lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o | 8 | lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o |
8 | lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o | 9 | lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o |
9 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o | 10 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o |