Fixing the txt-char converter compilation (bugreport:2171).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13245 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
dc8edb6416
commit
de25376177
@ -136,6 +136,8 @@ bool mapif_mercenary_delete(int merc_id)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef TXT_SQL_CONVERT
|
||||||
|
|
||||||
static void mapif_mercenary_send(int fd, struct s_mercenary *merc, unsigned char flag)
|
static void mapif_mercenary_send(int fd, struct s_mercenary *merc, unsigned char flag)
|
||||||
{
|
{
|
||||||
int size = sizeof(struct s_mercenary) + 5;
|
int size = sizeof(struct s_mercenary) + 5;
|
||||||
@ -216,3 +218,4 @@ int inter_mercenary_parse_frommap(int fd)
|
|||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
#endif //TXT_SQL_CONVERT
|
||||||
|
@ -374,6 +374,30 @@
|
|||||||
RelativePath="..\src\char_sql\int_guild.h"
|
RelativePath="..\src\char_sql\int_guild.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\char_sql\int_mercenary.c"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\$(InputName)_sql.obj"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\$(InputName)_sql.obj"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\char_sql\int_mercenary.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\char_sql\int_party.c"
|
RelativePath="..\src\char_sql\int_party.c"
|
||||||
>
|
>
|
||||||
|
@ -379,6 +379,30 @@
|
|||||||
RelativePath="..\src\char_sql\int_guild.h"
|
RelativePath="..\src\char_sql\int_guild.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\char_sql\int_mercenary.c"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\$(InputName)_sql.obj"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\$(InputName)_sql.obj"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\char_sql\int_mercenary.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\char_sql\int_party.c"
|
RelativePath="..\src\char_sql\int_party.c"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user