changeset 601:0166150e6366

renamed gc.exe to greatcode.exe because on Unix based system a command gc may already exist. Also added xmlindent to the build script and changed "make release" to "make". git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@851 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 20 Oct 2008 11:39:55 +0000
parents 1c9f4a2c1c02
children 485d9e1e49cb
files buildRelease.sh indenters/uigui_greatcode.ini
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/buildRelease.sh	Mon Oct 20 11:37:50 2008 +0000
+++ b/buildRelease.sh	Mon Oct 20 11:39:55 2008 +0000
@@ -259,7 +259,7 @@
 
 echo "Calling make release"
 echo "--------------------"
-make release --silent
+make --silent
 if [ $? -gt 0 ]; then
     echo "ERROR: Calling make release failed!"
     exit 1
@@ -290,7 +290,7 @@
 indenters="astyle$ext astyle.html uncrustify$ext uncrustify.txt xmlindent$ext xmlindent.txt"
 # For win32 and Linux add some indenters that do not run or exist under MaxOSX
 if [ "$targetSystem" = "win32" ] || [ "$targetSystem" = "linux" ]; then
-    indenters="$indenters bcpp$ext bcpp.txt csstidy$ext gc.exe gc.txt htb.exe htb.html indent$ext indent.html tidy$ext tidy.html"
+    indenters="$indenters bcpp$ext bcpp.txt csstidy$ext greatcode.exe greatcode.txt htb.exe htb.html indent$ext indent.html tidy$ext tidy.html xmlindent$ext xmlindent.html"
 fi
    
 
--- a/indenters/uigui_greatcode.ini	Mon Oct 20 11:37:50 2008 +0000
+++ b/indenters/uigui_greatcode.ini	Mon Oct 20 11:39:55 2008 +0000
@@ -3,7 +3,7 @@
 cfgFileParameterEnding=cr
 configFilename=gc.cfg
 fileTypes=*.cpp|*.c|*.h|*.hpp
-indenterFileName=gc
+indenterFileName=greatcode
 indenterName=GreatCode (C, C++)
 inputFileName=indentinput
 inputFileParameter=-file-