mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8120] - Typo for Linux, thanks to win32. (cherry picked from commit 389894bcee8a60f7dd59baf06f4a75e5098e9a69)
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
8d2dab1093
commit
c853c2e261
2 changed files with 12 additions and 12 deletions
22
Makefile.am
22
Makefile.am
|
|
@ -20,17 +20,6 @@
|
|||
SUBDIRS = dep doc sql src
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
# Win32 project workspace for Visual Studio .NET 2003
|
||||
EXTRA_DIST = \
|
||||
win/mangosdVC71.sln \
|
||||
win/VC71/framework.vcproj \
|
||||
win/VC71/game.vcproj \
|
||||
win/VC71/mangosd.vcproj \
|
||||
win/VC71/realmd.vcproj \
|
||||
win/VC71/shared.vcproj \
|
||||
win/VC71/zlib.vcproj \
|
||||
win/VC71/g3dlite.vcproj
|
||||
|
||||
# Win32 project workspace for Visual Studio .NET 2005
|
||||
EXTRA_DIST += \
|
||||
win/mangosdVC80.sln \
|
||||
|
|
@ -53,3 +42,14 @@ EXTRA_DIST += \
|
|||
win/VC90/zlib.vcproj \
|
||||
win/VC90/g3dlite.vcproj
|
||||
|
||||
# Win32 project workspace for Visual Studio .NET 2010
|
||||
EXTRA_DIST = \
|
||||
win/mangosdVC100.sln \
|
||||
win/VC100/framework.vcxproj \
|
||||
win/VC100/game.vcxproj \
|
||||
win/VC100/mangosd.vcxproj \
|
||||
win/VC100/realmd.vcxproj \
|
||||
win/VC100/shared.vcxproj \
|
||||
win/VC100/zlib.vcxproj \
|
||||
win/VC100/g3dlite.vcxproj
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8119"
|
||||
#define REVISION_NR "8120"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue