* Fixed sql target not including the save target in the Makefile, needed by the map server for save/mapreg.txt. (bugreport:131)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11320 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
58d610dc2b
commit
43ddb195f7
@ -3,6 +3,9 @@ Date Added
|
|||||||
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
||||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
|
2007/09/28
|
||||||
|
* Fixed sql target not including the save target in the Makefile, needed
|
||||||
|
by the map server for save/mapreg.txt. (bugreport:131) [FlavioJS]
|
||||||
2007/09/27
|
2007/09/27
|
||||||
* Loot code using charid's instead of id's in pick priority.
|
* Loot code using charid's instead of id's in pick priority.
|
||||||
* configure script using svn:eol-style LF and require mysql/pcre when
|
* configure script using svn:eol-style LF and require mysql/pcre when
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
HAVE_MYSQL=@HAVE_MYSQL@
|
HAVE_MYSQL=@HAVE_MYSQL@
|
||||||
ifeq ($(HAVE_MYSQL),yes)
|
ifeq ($(HAVE_MYSQL),yes)
|
||||||
ALL_DEPENDS=common common_sql login login_sql char char_sql map map_sql ladmin tools converters plugins save
|
ALL_DEPENDS=common common_sql login login_sql char char_sql map map_sql ladmin tools converters plugins save
|
||||||
SQL_DEPENDS=common_sql login_sql char_sql map_sql
|
SQL_DEPENDS=common_sql login_sql char_sql map_sql save
|
||||||
COMMON_SQL_DEPENDS=
|
COMMON_SQL_DEPENDS=
|
||||||
LOGIN_SQL_DEPENDS=common_sql
|
LOGIN_SQL_DEPENDS=common_sql
|
||||||
CHAR_SQL_DEPENDS=common_sql
|
CHAR_SQL_DEPENDS=common_sql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user