From c853c2e26141e5b89f6eae9c621f39a98449ba71 Mon Sep 17 00:00:00 2001 From: Thyros Date: Sun, 5 Jul 2009 00:14:32 +0200 Subject: [PATCH] [8120] - Typo for Linux, thanks to win32. (cherry picked from commit 389894bcee8a60f7dd59baf06f4a75e5098e9a69) Signed-off-by: VladimirMangos --- Makefile.am | 22 +++++++++++----------- src/shared/revision_nr.h | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile.am b/Makefile.am index b63cd3472..f26fa667f 100644 --- a/Makefile.am +++ b/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 + diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 97cd30eb6..e985a0bcd 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8119" + #define REVISION_NR "8120" #endif // __REVISION_NR_H__