<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archive/ioquake3-aero/code/tools/lcc/Makefile, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/archive/ioquake3-aero/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/archive/ioquake3-aero/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/'/>
<updated>2007-09-12T23:37:33Z</updated>
<entry>
<title>* Improve Makefile startup time</title>
<updated>2007-09-12T23:37:33Z</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-09-12T23:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=e6524da35e4fe6014606455676b174e903fa1036'/>
<id>urn:sha1:e6524da35e4fe6014606455676b174e903fa1036</id>
<content type='text'>
  + Merge q3asm and q3lcc Makefiles into the core Makefile
  + Don't find .d files, create a list from .o
  + .asm files now depend on q3lcc
  + .qvm files now depend on q3asm
* IMPORTANT NOTE: do a "make distclean" if you have problems


git-svn-id: svn://svn.icculus.org/quake3/trunk@1178 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>SunOS -&gt; sunos (patch by Vincent Cojot)</title>
<updated>2006-04-23T20:59:06Z</updated>
<author>
<name>ludwig</name>
<email>ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2006-04-23T20:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=bd7a4ae69cca984000975ac3d2cee724f6ad8ce9'/>
<id>urn:sha1:bd7a4ae69cca984000975ac3d2cee724f6ad8ce9</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@723 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Support for MinGW cross compilation</title>
<updated>2005-12-29T00:04:41Z</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2005-12-29T00:04:41Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=85b16a6050111701725b7f6eb335da97cea23de1'/>
<id>urn:sha1:85b16a6050111701725b7f6eb335da97cea23de1</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@451 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>Must explicitly define MACOS_X here or lcc won't build on the Mac.</title>
<updated>2005-11-28T09:50:55Z</updated>
<author>
<name>icculus</name>
<email>icculus@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2005-11-28T09:50:55Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=a1ffde619ca3a48d7a4a88e17b5fc4328f0f3c71'/>
<id>urn:sha1:a1ffde619ca3a48d7a4a88e17b5fc4328f0f3c71</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@383 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.local</title>
<updated>2005-11-26T15:01:28Z</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2005-11-26T15:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=59b6a5ccdb397cdd3a47c97d6cda5438a225a338'/>
<id>urn:sha1:59b6a5ccdb397cdd3a47c97d6cda5438a225a338</id>
<content type='text'>
* Remove -gfull from linux section in Makefile -- it's darwin only
* Cast away some warnings that surfaced from using "new" AL headers
* Various whitespace and consistency fixes


git-svn-id: svn://svn.icculus.org/quake3/trunk@375 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>Mac OS X work...lots of little changes that touch a lot of random places.</title>
<updated>2005-11-26T07:46:21Z</updated>
<author>
<name>icculus</name>
<email>icculus@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2005-11-26T07:46:21Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=441c7633e0aa67faa91dc5896ee83e6c29de0ba6'/>
<id>urn:sha1:441c7633e0aa67faa91dc5896ee83e6c29de0ba6</id>
<content type='text'>
 Still work to be done, but this at least matches the PowerPC Linux status
 now.

MacOS-specific directory (and XCode project) is gone...this now uses SDL,
 OpenAL, and the Unix Makefiles.

--ryan.




git-svn-id: svn://svn.icculus.org/quake3/trunk@373 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* I'm so anal</title>
<updated>2005-11-06T16:51:28Z</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2005-11-06T16:51:28Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=a2ef6b164a7f3dc518b49c284c7c18a898758ba4'/>
<id>urn:sha1:a2ef6b164a7f3dc518b49c284c7c18a898758ba4</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@299 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
</feed>
