c.sexchat/build/release-src.bat

8 lines
233 B
Batchfile
Raw Normal View History

2011-02-28 18:59:32 +01:00
@echo off
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\TortoiseHg
hg clone --branch wdk https://xchat-wdk.googlecode.com/hg/ xchat-wdk
2011-02-28 18:59:32 +01:00
rmdir /q /s xchat-wdk\.hg
7z a xchat-wdk-tip.7z xchat-wdk
rmdir /q /s xchat-wdk
pause