mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +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 \
|
||||
WorldPacket.h \
|
||||
revision_nr.h \
|
||||
revision_sql.h \
|
||||
revision.h
|
||||
|
||||
# Get revision (git or svn)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8835"
|
||||
#define REVISION_NR "8836"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
|
|
@ -497,6 +497,7 @@
|
|||
<ClInclude Include="..\..\src\shared\MemoryLeaks.h" />
|
||||
<ClInclude Include="..\..\src\shared\ProgressBar.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\Threading.h" />
|
||||
<ClInclude Include="..\..\src\shared\Timer.h" />
|
||||
|
|
|
|||
|
|
@ -913,6 +913,10 @@
|
|||
RelativePath="..\..\src\shared\revision_nr.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\shared\revision_sql.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\shared\ServiceWin32.cpp"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -941,6 +941,10 @@
|
|||
RelativePath="..\..\src\shared\revision_nr.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\shared\revision_sql.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\shared\ServiceWin32.cpp"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue