diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-01 20:53:28 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-01 20:53:28 +0000 |
commit | 83e8a543db55e77ce8519bb93debd546065826c1 (patch) | |
tree | 276d7337b68620598f736e42252c14a141d8273f /code/AL/VERSION | |
parent | 7dbeecaccbc4897dd81113aa00448eec8916c8fa (diff) | |
download | ioquake3-aero-83e8a543db55e77ce8519bb93debd546065826c1.tar.gz ioquake3-aero-83e8a543db55e77ce8519bb93debd546065826c1.zip |
* Updated AL headers
* Added a Makefile option USE_LOCAL_HEADERS which can be disabled to use system
headers if desired
git-svn-id: svn://svn.icculus.org/quake3/trunk@402 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/AL/VERSION')
-rw-r--r-- | code/AL/VERSION | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/code/AL/VERSION b/code/AL/VERSION new file mode 100644 index 0000000..1af4e3f --- /dev/null +++ b/code/AL/VERSION @@ -0,0 +1,16 @@ +This file identifies the version of the AL headers in this directory. If you +change or update the AL headers in any way, please make sure you also update +this file. + +SVN revision >= 402 +------------------- +Headers are from OpenAL CVS 6th August 2005: +$ cvs -d:pserver:guest@opensource.creative.com:/usr/local/cvs-repository +login +(use password "guest") +$ cvs -d:pserver:guest@opensource.creative.com:/usr/local/cvs-repository +co -D "6 Aug 2005" openal + +SVN revision >= 374 +------------------- +Standard OpenAL 1.0 headers |