Browse Source

* 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
ai4rei 14 years ago
parent
commit
00a72ed8b9

+ 1 - 0
Changelog-Trunk.txt

@@ -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]

+ 2 - 0
src/txt-converter/Makefile.in

@@ -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 = \

+ 2 - 0
vcproj-10/txt-converter-login.vcxproj

@@ -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" />

+ 8 - 0
vcproj-8/txt-converter-login.vcproj

@@ -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"

+ 8 - 0
vcproj-9/txt-converter-login.vcproj

@@ -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"