Use CC environment variable at ./configure (patch 1061836 from Frank Loeffler).
This commit is contained in:
parent
93e58c1c9c
commit
9653085f96
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
##
|
||||
|
||||
# Compile commands
|
||||
CC=gcc
|
||||
CC=@CC@
|
||||
CCLD=$(CC)
|
||||
RM=rm -f
|
||||
MAKE=make
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
<ul>
|
||||
<p><li>2.2 Released<p>
|
||||
<ul>
|
||||
<li>Use CC environment variable at ./configure (patch 1061836 from Frank Loeffler).
|
||||
<li>Added offset parameter to unittype (from Frank Loeffler).
|
||||
<li>Unit with no movement can attack manualy (from Joris Dauphin).
|
||||
<li>Split Decoration unit flag into IsNotSelectable, Indestructible and Decoration(act as tile) (from Joris Dauphin).
|
||||
|
|
Loading…
Reference in a new issue