diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-08 00:15:48 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-08 00:15:48 +0000 |
commit | bb1236158fb4699b60163f9dd811a1832f1b529f (patch) | |
tree | 3952c66d46dba48a6b10a845216524e3e4eef684 /vcproj-10 | |
parent | 2d770c1e6197bf2b65b8274894c5b3a3d55ff998 (diff) | |
download | hercules-bb1236158fb4699b60163f9dd811a1832f1b529f.tar.gz hercules-bb1236158fb4699b60163f9dd811a1832f1b529f.tar.bz2 hercules-bb1236158fb4699b60163f9dd811a1832f1b529f.tar.xz hercules-bb1236158fb4699b60163f9dd811a1832f1b529f.zip |
* 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14569 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-10')
-rw-r--r-- | vcproj-10/txt-converter-login.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-10/txt-converter-login.vcxproj b/vcproj-10/txt-converter-login.vcxproj index 4bd41e16e..842388705 100644 --- a/vcproj-10/txt-converter-login.vcxproj +++ b/vcproj-10/txt-converter-login.vcxproj @@ -135,6 +135,7 @@ <ClCompile Include="..\src\common\sql.c" /> <ClCompile Include="..\src\common\strlib.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_txt.c" /> <ClCompile Include="..\src\txt-converter\login-converter.c" /> @@ -149,6 +150,7 @@ <ClInclude Include="..\src\common\sql.h" /> <ClInclude Include="..\src\common\strlib.h" /> <ClInclude Include="..\src\common\timer.h" /> + <ClInclude Include="..\src\common\utils.h" /> <ClInclude Include="..\src\login\account.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |