summary refs log tree commit diff stats
path: root/win32/release-src.bat
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-12-11 14:29:37 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-12-11 14:29:37 +0100
commit2012320d0eed36e0461e44ac9be8cc162c135bf5 (patch)
tree6c8674c36fa245b421c38b60f7031a71a0b2ad4b /win32/release-src.bat
parent1b84f0467a169e2b20018dce0787973a0ba52273 (diff)
restructuring
Diffstat (limited to 'win32/release-src.bat')
-rw-r--r--win32/release-src.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/release-src.bat b/win32/release-src.bat
new file mode 100644
index 00000000..9df98250
--- /dev/null
+++ b/win32/release-src.bat
@@ -0,0 +1,7 @@
+@echo off
+set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\Git\bin
+git clone --branch wdk https://xchat-wdk.googlecode.com/git/ xchat-wdk
+rmdir /q /s xchat-wdk\.git
+7z a xchat-wdk-head.7z xchat-wdk
+rmdir /q /s xchat-wdk
+pause