mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[8836] Include revision_sql.h in src/shared makefile and VC project
This commit is contained in:
parent
d27f889b2b
commit
120719c564
5 changed files with 11 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ libmangosshared_a_SOURCES = \
|
||||||
Util.h \
|
Util.h \
|
||||||
WorldPacket.h \
|
WorldPacket.h \
|
||||||
revision_nr.h \
|
revision_nr.h \
|
||||||
|
revision_sql.h \
|
||||||
revision.h
|
revision.h
|
||||||
|
|
||||||
# Get revision (git or svn)
|
# Get revision (git or svn)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8835"
|
#define REVISION_NR "8836"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
|
|
@ -497,6 +497,7 @@
|
||||||
<ClInclude Include="..\..\src\shared\MemoryLeaks.h" />
|
<ClInclude Include="..\..\src\shared\MemoryLeaks.h" />
|
||||||
<ClInclude Include="..\..\src\shared\ProgressBar.h" />
|
<ClInclude Include="..\..\src\shared\ProgressBar.h" />
|
||||||
<ClInclude Include="..\..\src\shared\revision_nr.h" />
|
<ClInclude Include="..\..\src\shared\revision_nr.h" />
|
||||||
|
<ClInclude Include="..\..\src\shared\revision_sql.h" />
|
||||||
<ClInclude Include="..\..\src\shared\ServiceWin32.h" />
|
<ClInclude Include="..\..\src\shared\ServiceWin32.h" />
|
||||||
<ClInclude Include="..\..\src\shared\Threading.h" />
|
<ClInclude Include="..\..\src\shared\Threading.h" />
|
||||||
<ClInclude Include="..\..\src\shared\Timer.h" />
|
<ClInclude Include="..\..\src\shared\Timer.h" />
|
||||||
|
|
|
||||||
|
|
@ -913,6 +913,10 @@
|
||||||
RelativePath="..\..\src\shared\revision_nr.h"
|
RelativePath="..\..\src\shared\revision_nr.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\shared\revision_sql.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\shared\ServiceWin32.cpp"
|
RelativePath="..\..\src\shared\ServiceWin32.cpp"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -941,6 +941,10 @@
|
||||||
RelativePath="..\..\src\shared\revision_nr.h"
|
RelativePath="..\..\src\shared\revision_nr.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\shared\revision_sql.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\shared\ServiceWin32.cpp"
|
RelativePath="..\..\src\shared\ServiceWin32.cpp"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue