summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-12 18:05:54 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-12 18:05:54 +0200
commit7f86fbad1eb794dc0f91da04c8e17bad7b5803f6 (patch)
tree744c446fa269c0b92d136fbe2a79033adf950a99 /win32
parent30fa189cbb0bcbac07cd7a7c83a309fd79b410c7 (diff)
We ship bundles, this is unnecessary too
Diffstat (limited to 'win32')
-rw-r--r--win32/deps-extract-x64.bat7
-rw-r--r--win32/deps-extract-x86.bat7
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