more README updates.

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@646 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2012-03-13 05:10:26 +00:00
parent 52ddd6aa7f
commit 495d1308c2
3 changed files with 4 additions and 0 deletions

View file

@ -167,6 +167,7 @@ Compile time options include
<LI> Disable mouse acceleration in Mac OS X</LI> <LI> Disable mouse acceleration in Mac OS X</LI>
<LI> Worked around recursive calling of the anisotropic filter callback</LI> <LI> Worked around recursive calling of the anisotropic filter callback</LI>
<LI> Console word wrap and long input line fixes</LI> <LI> Console word wrap and long input line fixes</LI>
<LI> Verified correct compilation by clang (using v3.0)</LI>
<LI> Several other small changes mostly invisible to the end-user</LI> <LI> Several other small changes mostly invisible to the end-user</LI>
</UL> </UL>
</P> </P>

View file

@ -98,6 +98,7 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
<item> Disable mouse acceleration in Mac OS X <item> Disable mouse acceleration in Mac OS X
<item> Worked around recursive calling of the anisotropic filter callback <item> Worked around recursive calling of the anisotropic filter callback
<item> Console word wrap and long input line fixes <item> Console word wrap and long input line fixes
<item> Verified correct compilation by clang (using v3.0)
<item> Several other small changes mostly invisible to the end-user <item> Several other small changes mostly invisible to the end-user
</itemize> </itemize>
</p> </p>

View file

@ -163,6 +163,8 @@
o Console word wrap and long input line fixes o Console word wrap and long input line fixes
o Verified correct compilation by clang (using v3.0)
o Several other small changes mostly invisible to the end-user o Several other small changes mostly invisible to the end-user