Some improvements on installation from source.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@785 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-02-19 21:17:10 +00:00
parent ceb1cc1e56
commit 03b6d952b5
12 changed files with 35 additions and 18 deletions
+21
View File
@@ -0,0 +1,21 @@
ESC=""
ANSI_BOLD="${ESC}[1m"
ANSI_NORMAL="${ESC}[0m"
ANSI_BLK="${ESC}[30m"
ANSI_RED="${ESC}[31m"
ANSI_GRN="${ESC}[32m"
ANSI_YLW="${ESC}[33m"
ANSI_BLU="${ESC}[34m"
ANSI_MGN="${ESC}[35m"
ANSI_CYN="${ESC}[36m"
ANSI_WHT="${ESC}[37m"
ANSI_LBLK="${ESC}[1;30m"
ANSI_LRED="${ESC}[1;31m"
ANSI_LGRN="${ESC}[1;32m"
ANSI_LYLW="${ESC}[1;33m"
ANSI_LBLU="${ESC}[1;34m"
ANSI_LMGN="${ESC}[1;35m"
ANSI_LCYN="${ESC}[1;36m"
ANSI_LWHT="${ESC}[1;37m"