From 7f86fbad1eb794dc0f91da04c8e17bad7b5803f6 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 12 Apr 2013 18:05:54 +0200 Subject: We ship bundles, this is unnecessary too --- win32/deps-extract-x64.bat | 7 ------- win32/deps-extract-x86.bat | 7 ------- 2 files changed, 14 deletions(-) delete mode 100644 win32/deps-extract-x64.bat delete mode 100644 win32/deps-extract-x86.bat 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 -- cgit 1.4.1