summary refs log tree commit diff stats
path: root/build/release-src.bat
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-05-07 22:32:08 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-05-07 22:32:08 +0200
commit8c7d6502b99cfcfa034be2a9295eb7657f38dea1 (patch)
tree9c3fa11cb8b84d743b3e33b28f4c5d28bf41356f /build/release-src.bat
parent008c108e307e04b6ce83a452733e71280fa1421d (diff)
source release is much simpler now thanks to the restructured source repo
Diffstat (limited to 'build/release-src.bat')
-rw-r--r--build/release-src.bat11
1 files changed, 2 insertions, 9 deletions
diff --git a/build/release-src.bat b/build/release-src.bat
index f3833cf1..93c78352 100644
--- a/build/release-src.bat
+++ b/build/release-src.bat
@@ -1,14 +1,7 @@
 @echo off
-set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMW6432%\TortoiseSVN\bin;%PROGRAMFILES(X86)%\TortoiseHg
-hg clone https://xchat-wdk.googlecode.com/hg/ xchat-wdk
+set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\TortoiseHg
+hg clone --branch wdk https://xchat-wdk.googlecode.com/hg/ xchat-wdk
 rmdir /q /s xchat-wdk\.hg
-TortoiseProc /closeonend:1 /notempfile /command:export /url:https://xchat.svn.sourceforge.net/svnroot/xchat /path:xchat-wdk-svn
-rm xchat-wdk-svn\COPYING
-xcopy /E xchat-wdk-svn xchat-wdk
-rmdir /q /s xchat-wdk-svn
-cd xchat-wdk
-patch -i xchat-wdk.patch -p1
-cd ..
 7z a xchat-wdk-tip.7z xchat-wdk
 rmdir /q /s xchat-wdk
 pause