changeset 70:748007ef722b

Updated to include Uncrustify git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@227 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 11 Feb 2007 17:17:35 +0000
parents 13d921bbeeca
children e27535be8ade
files buildSrcRelease.bat buildwin32release_gcc.bat
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/buildSrcRelease.bat	Sun Feb 11 17:17:08 2007 +0000
+++ b/buildSrcRelease.bat	Sun Feb 11 17:17:35 2007 +0000
@@ -11,6 +11,7 @@
 copy .\data\uigui_greatcode.ini .\UniversalIndentGUI_src\data
 copy .\data\uigui_gnuindent.ini .\UniversalIndentGUI_src\data
 copy .\data\uigui_bcpp.ini .\UniversalIndentGUI_src\data
+copy .\data\uigui_uncrustify.ini .\UniversalIndentGUI_win32\datas
 copy .\resources\* .\UniversalIndentGUI_src\resources
 copy .\src\* .\UniversalIndentGUI_src\src
 del .\UniversalIndentGUI_src\src\*.user
@@ -23,5 +24,5 @@
 copy .\VS8QtRules.rules .\UniversalIndentGUI_src\
 copy .\doc\iniFileFormat.html .\UniversalIndentGUI_src\doc\
 cd UniversalIndentGUI_src
-7z.exe a -tzip UniversalIndentGUI_0.4_Beta_src.zip
+7z.exe a -tzip UniversalIndentGUI_0.4.1_Beta_src.zip
 cd ..
--- a/buildwin32release_gcc.bat	Sun Feb 11 17:17:08 2007 +0000
+++ b/buildwin32release_gcc.bat	Sun Feb 11 17:17:35 2007 +0000
@@ -28,10 +28,14 @@
 copy .\data\gc.cfg .\UniversalIndentGUI_win32\data
 copy .\data\gc.exe .\UniversalIndentGUI_win32\data
 copy .\data\gc.txt .\UniversalIndentGUI_win32\data
+copy .\data\uncrustify.cfg .\UniversalIndentGUI_win32\data
+copy .\data\uncrustify.exe .\UniversalIndentGUI_win32\data
+copy .\data\uncrustify.txt .\UniversalIndentGUI_win32\data
 copy .\data\uigui_astyle.ini .\UniversalIndentGUI_win32\data
 copy .\data\uigui_bcpp.ini .\UniversalIndentGUI_win32\data
 copy .\data\uigui_gnuindent.ini .\UniversalIndentGUI_win32\data
 copy .\data\uigui_greatcode.ini .\UniversalIndentGUI_win32\data
+copy .\data\uigui_uncrustify.ini .\UniversalIndentGUI_win32\data
 copy .\data\example.cpp .\UniversalIndentGUI_win32\data
 copy .\CHANGELOG.txt .\UniversalIndentGUI_win32\
 copy .\LICENSE.GPL .\UniversalIndentGUI_win32\