* Fixed txt-converter-login was no longer compilable with supplied project/make files, due to missing reference to function exists in utils.c (bugreport:4626, since r14528).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14569 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ai4rei 2010-12-08 00:15:48 +00:00
parent 437a082a1a
commit 00a72ed8b9
5 changed files with 21 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Date Added Date Added
2010/12/07 2010/12/07
* Fixed txt-converter-login was no longer compilable with supplied project/make files, due to missing reference to function exists in utils.c (bugreport:4626, since r14528). [Ai4rei]
* Applied svn:eol-style to VS2010 project files (follow up to r14562). [Ai4rei] * Applied svn:eol-style to VS2010 project files (follow up to r14562). [Ai4rei]
* Reverted r14563, due to multiple issues which render the source malfunctioning or uncompilable. To be redone later (bugreport:4627). [Ai4rei] * Reverted r14563, due to multiple issues which render the source malfunctioning or uncompilable. To be redone later (bugreport:4627). [Ai4rei]
* Removed unnecessary reference operator from scanf calls passing character strings as arguments in adduser tool. [Paradox924X] * Removed unnecessary reference operator from scanf calls passing character strings as arguments in adduser tool. [Paradox924X]

View File

@ -10,6 +10,7 @@ LOGIN_CONVERTER_OBJ = \
../common/obj_all/showmsg.o \ ../common/obj_all/showmsg.o \
../common/obj_all/strlib.o \ ../common/obj_all/strlib.o \
../common/obj_all/timer.o \ ../common/obj_all/timer.o \
../common/obj_all/utils.o \
../common/obj_sql/sql.o ../common/obj_sql/sql.o
LOGIN_CONVERTER_H = \ LOGIN_CONVERTER_H = \
../login/account.h \ ../login/account.h \
@ -23,6 +24,7 @@ LOGIN_CONVERTER_H = \
../common/showmsg.h \ ../common/showmsg.h \
../common/strlib.h \ ../common/strlib.h \
../common/timer.h \ ../common/timer.h \
../common/utils.h \
../common/sql.h ../common/sql.h
CHAR_CONVERTER_OBJ = \ CHAR_CONVERTER_OBJ = \

View File

@ -135,6 +135,7 @@
<ClCompile Include="..\src\common\sql.c" /> <ClCompile Include="..\src\common\sql.c" />
<ClCompile Include="..\src\common\strlib.c" /> <ClCompile Include="..\src\common\strlib.c" />
<ClCompile Include="..\src\common\timer.c" /> <ClCompile Include="..\src\common\timer.c" />
<ClCompile Include="..\src\common\utils.c" />
<ClCompile Include="..\src\login\account_sql.c" /> <ClCompile Include="..\src\login\account_sql.c" />
<ClCompile Include="..\src\login\account_txt.c" /> <ClCompile Include="..\src\login\account_txt.c" />
<ClCompile Include="..\src\txt-converter\login-converter.c" /> <ClCompile Include="..\src\txt-converter\login-converter.c" />
@ -149,6 +150,7 @@
<ClInclude Include="..\src\common\sql.h" /> <ClInclude Include="..\src\common\sql.h" />
<ClInclude Include="..\src\common\strlib.h" /> <ClInclude Include="..\src\common\strlib.h" />
<ClInclude Include="..\src\common\timer.h" /> <ClInclude Include="..\src\common\timer.h" />
<ClInclude Include="..\src\common\utils.h" />
<ClInclude Include="..\src\login\account.h" /> <ClInclude Include="..\src\login\account.h" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View File

@ -270,6 +270,14 @@
RelativePath="..\src\common\timer.h" RelativePath="..\src\common\timer.h"
> >
</File> </File>
<File
RelativePath="..\src\common\utils.c"
>
</File>
<File
RelativePath="..\src\common\utils.h"
>
</File>
</Filter> </Filter>
<File <File
RelativePath="..\src\login\account.h" RelativePath="..\src\login\account.h"

View File

@ -275,6 +275,14 @@
RelativePath="..\src\common\timer.h" RelativePath="..\src\common\timer.h"
> >
</File> </File>
<File
RelativePath="..\src\common\utils.c"
>
</File>
<File
RelativePath="..\src\common\utils.h"
>
</File>
</Filter> </Filter>
<File <File
RelativePath="..\src\login\account.h" RelativePath="..\src\login\account.h"