* Added install/uninstall rules to the lcc and q3asm Makefiles
* Moved the q3asm dir to asm so that is doesn't clash with the binary when installed
This commit is contained in:
parent
c3f30ff9a8
commit
e414f46c4d
14 changed files with 11 additions and 14 deletions
31
code/tools/asm/lib.txt
Normal file
31
code/tools/asm/lib.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
|
||||
strlen
|
||||
strcasecmp
|
||||
tolower
|
||||
strcat
|
||||
strncpy
|
||||
strcmp
|
||||
strcpy
|
||||
strchr
|
||||
|
||||
vsprintf
|
||||
|
||||
memcpy
|
||||
memset
|
||||
rand
|
||||
|
||||
atoi
|
||||
atof
|
||||
|
||||
abs
|
||||
|
||||
floor
|
||||
fabs
|
||||
tan
|
||||
atan
|
||||
sqrt
|
||||
log
|
||||
cos
|
||||
sin
|
||||
atan2
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue