aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-02-16 18:24:06 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-02-17 02:16:50 -0300
commit0b15b5f450b5e1e569255b41457b187154e39e5b (patch)
tree7e5599164045d423535f2f4697e4b9244b55031c /win32
parentc3d13d216ae6be883491b929c1961b84e739a621 (diff)
downloadluarocks-0b15b5f450b5e1e569255b41457b187154e39e5b.tar.gz
luarocks-0b15b5f450b5e1e569255b41457b187154e39e5b.tar.bz2
luarocks-0b15b5f450b5e1e569255b41457b187154e39e5b.zip
win32: use Windows's own MKDIR and RMDIR
Diffstat (limited to 'win32')
-rw-r--r--win32/COPYING4
-rw-r--r--win32/tools/mkdir.exebin32768 -> 0 bytes
-rw-r--r--win32/tools/rmdir.exebin25088 -> 0 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/win32/COPYING b/win32/COPYING
index d28b2efd..7fd84ab1 100644
--- a/win32/COPYING
+++ b/win32/COPYING
@@ -4,8 +4,8 @@ following licenses:
4 4
5* For 7z.exe and 7z.dll, please see COPYING_7z for details. 5* For 7z.exe and 7z.dll, please see COPYING_7z for details.
6 6
7* find.exe, mv.exe, wget.exe, ls.exe, pwd.exe, rmdir.exe, md5sum.exe, 7* find.exe, mv.exe, wget.exe, ls.exe, pwd.exe, md5sum.exe,
8 cp.exe, mkdir.exe, and uname.exe are part of UnxUtils, check 8 cp.exe, and uname.exe are part of UnxUtils, check
9 http://unxutils.sourceforge.net/ for license information. 9 http://unxutils.sourceforge.net/ for license information.
10 10
11* Files under win32/lua5.1, except for Microsoft.VC80.CRT.manifest and msv*.*, 11* Files under win32/lua5.1, except for Microsoft.VC80.CRT.manifest and msv*.*,
diff --git a/win32/tools/mkdir.exe b/win32/tools/mkdir.exe
deleted file mode 100644
index 83e57d97..00000000
--- a/win32/tools/mkdir.exe
+++ /dev/null
Binary files differ
diff --git a/win32/tools/rmdir.exe b/win32/tools/rmdir.exe
deleted file mode 100644
index 6a85c3c4..00000000
--- a/win32/tools/rmdir.exe
+++ /dev/null
Binary files differ