changeset 49:e4dd2a889c5f

Added 7Zip to path. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@206 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 01 Feb 2007 21:54:47 +0000
parents 37cf17a8faf0
children 4e7aaa3b07f8
files buildSrcRelease.bat
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/buildSrcRelease.bat	Thu Feb 01 21:54:28 2007 +0000
+++ b/buildSrcRelease.bat	Thu Feb 01 21:54:47 2007 +0000
@@ -1,3 +1,4 @@
+set PATH=%PATH%;D:\Programme\Tools\7-Zip
 rd UniversalIndentGUI_src /S /Q
 md UniversalIndentGUI_src
 cd UniversalIndentGUI_src
@@ -12,6 +13,7 @@
 copy .\data\uigui_bcpp.ini .\UniversalIndentGUI_src\data
 copy .\resources\* .\UniversalIndentGUI_src\resources
 copy .\src\* .\UniversalIndentGUI_src\src
+del .\UniversalIndentGUI_src\src\*.user
 copy .\CHANGELOG.txt .\UniversalIndentGUI_src\
 copy .\LICENSE.GPL .\UniversalIndentGUI_src\
 copy .\README.txt .\UniversalIndentGUI_src\