ioq3quest/code/tools/asm
Tim Angus c7c2ee1b84 * Improve Makefile startup time
+ 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
2007-09-12 23:37:33 +00:00
..
README.Id * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
cmdlib.c gcc 4.2 patch from nyhm of gentoo (thanks!) 2007-06-13 20:41:06 +00:00
cmdlib.h * Added STATUS 2005-10-29 01:53:09 +00:00
lib.txt * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
mathlib.h * Added STATUS 2005-10-29 01:53:09 +00:00
notes.txt * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
ops.txt * Added install/uninstall rules to the lcc and q3asm Makefiles 2005-10-04 18:34:21 +00:00
opstrings.h * Added STATUS 2005-10-29 01:53:09 +00:00
q3asm.c Potential fix to https://bugzilla.icculus.org/show_bug.cgi?id=2486 2005-11-15 17:02:45 +00:00

README.Id

2002-10-25  Timothee Besset <ttimo@idsoftware.com>
If you are looking for a faster version of the q3asm tool, try:
http://www.icculus.org/~phaethon/q3/q3asm-turbo/q3asm-turbo.html

2001-10-31  Timothee Besset <ttimo@idsoftware.com>
updated from the $/source/q3asm code
modified for portability and use with >= 1.31 mod source release

the cmdlib.c cmdlib.h mathlib.h qfiles.h have been copied from
$/source/common