update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@864 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
169ddd77b8
commit
7334101da8
@ -1,6 +1,6 @@
|
|||||||
Date Added
|
Date Added
|
||||||
12/29
|
12/29
|
||||||
* Fixing a crash if you change the name of a pet you don't have (SVN 862) [MouseJstr]
|
* Fixing a crash if you change the name of a pet you don't have (SVN 863) [MouseJstr]
|
||||||
* Eliminated src/common/malloc.c when not needed [MouseJstr]
|
* Eliminated src/common/malloc.c when not needed [MouseJstr]
|
||||||
* Some code cleanup in prep for new debugging malloc (SVN 861) [MouseJstr]
|
* Some code cleanup in prep for new debugging malloc (SVN 861) [MouseJstr]
|
||||||
* Updated Soul Breaker's damage calculation [celest]
|
* Updated Soul Breaker's damage calculation [celest]
|
||||||
|
2
Makefile
2
Makefile
@ -3,10 +3,12 @@
|
|||||||
CC = gcc -pipe
|
CC = gcc -pipe
|
||||||
# CC = gcc -pipe -x c++
|
# CC = gcc -pipe -x c++
|
||||||
# CC = gcc -pipe -DGCOLLECT
|
# CC = gcc -pipe -DGCOLLECT
|
||||||
|
# CC = gcc -pipe -DDMALLOC -DDMALLOC_FUNC_CHECK
|
||||||
# CC = /usr/local/bin/gcc -fbounds-checking -pipe -DBCHECK
|
# CC = /usr/local/bin/gcc -fbounds-checking -pipe -DBCHECK
|
||||||
|
|
||||||
# GCLIB = -lgc
|
# GCLIB = -lgc
|
||||||
GCLIB =
|
GCLIB =
|
||||||
|
# GCLIB = -ldmalloc
|
||||||
|
|
||||||
PACKETDEF = -DPACKETVER=6 -DNEW_006b -DSO_REUSEPORT
|
PACKETDEF = -DPACKETVER=6 -DNEW_006b -DSO_REUSEPORT
|
||||||
#PACKETDEF = -DPACKETVER=5 -DNEW_006b
|
#PACKETDEF = -DPACKETVER=5 -DNEW_006b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user