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-8/txt-converter-login.vcproj | |
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-8/txt-converter-login.vcproj')
-rw-r--r-- | vcproj-8/txt-converter-login.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcproj-8/txt-converter-login.vcproj b/vcproj-8/txt-converter-login.vcproj index fcdafc35c..4e43fd147 100644 --- a/vcproj-8/txt-converter-login.vcproj +++ b/vcproj-8/txt-converter-login.vcproj @@ -270,6 +270,14 @@ RelativePath="..\src\common\timer.h" > </File> + <File + RelativePath="..\src\common\utils.c" + > + </File> + <File + RelativePath="..\src\common\utils.h" + > + </File> </Filter> <File RelativePath="..\src\login\account.h" |