From a97b8311d2faabf03e3a29f31590b1c71d439de2 Mon Sep 17 00:00:00 2001 From: Salja Date: Tue, 7 Aug 2012 18:38:23 +0200 Subject: [PATCH] [0007] Fix VC100 build. Signed-off-by: Salja --- src/shared/revision_nr.h | 2 +- win/VC100/game.vcxproj | 1 + win/VC100/game.vcxproj.filters | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index bad26e83a..3a8ee52aa 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 "0006" + #define REVISION_NR "0007" #endif // __REVISION_NR_H__ diff --git a/win/VC100/game.vcxproj b/win/VC100/game.vcxproj index ba31d1e46..4bb7b7100 100644 --- a/win/VC100/game.vcxproj +++ b/win/VC100/game.vcxproj @@ -603,6 +603,7 @@ + diff --git a/win/VC100/game.vcxproj.filters b/win/VC100/game.vcxproj.filters index c609a05de..d8a667ff1 100644 --- a/win/VC100/game.vcxproj.filters +++ b/win/VC100/game.vcxproj.filters @@ -948,6 +948,9 @@ vmaps + + Movement + Movement