diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-12 18:05:54 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-12 18:05:54 +0200 |
commit | 7f86fbad1eb794dc0f91da04c8e17bad7b5803f6 (patch) | |
tree | 744c446fa269c0b92d136fbe2a79033adf950a99 | |
parent | 30fa189cbb0bcbac07cd7a7c83a309fd79b410c7 (diff) |
We ship bundles, this is unnecessary too
-rw-r--r-- | win32/deps-extract-x64.bat | 7 | ||||
-rw-r--r-- | win32/deps-extract-x86.bat | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/win32/deps-extract-x64.bat b/win32/deps-extract-x64.bat deleted file mode 100644 index 33a7fcab..00000000 --- a/win32/deps-extract-x64.bat +++ /dev/null @@ -1,7 +0,0 @@ -:: run this from a command prompt -@echo off -set PATH=%PATH%;%ProgramFiles%\7-zip - -cd x64 -7z x *.7z -pause diff --git a/win32/deps-extract-x86.bat b/win32/deps-extract-x86.bat deleted file mode 100644 index dc6e64e8..00000000 --- a/win32/deps-extract-x86.bat +++ /dev/null @@ -1,7 +0,0 @@ -:: run this from a command prompt -@echo off -set PATH=%PATH%;%ProgramFiles%\7-zip - -cd Win32 -7z x *.7z -pause |