From 16f52bd90649603c21f3c7f1556bd4db1d869d50 Mon Sep 17 00:00:00 2001 From: panaut0lordv Date: Fri, 30 Jan 2009 16:54:29 +0100 Subject: VC80 project file fix. Patch by deicide. --HG-- branch : trunk --- win/VC80/game.vcproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj index bf4b93c1ef6..46911487f83 100644 --- a/win/VC80/game.vcproj +++ b/win/VC80/game.vcproj @@ -415,7 +415,10 @@ > + + + - + Name="Objects" + > -- cgit v1.2.3 From c9e7cd86c10fbd1c104ab57dc2295e644ed94d6e Mon Sep 17 00:00:00 2001 From: panaut0lordv Date: Fri, 30 Jan 2009 19:12:30 +0100 Subject: Removed revision.h as it restores on both linux&win when building. --HG-- branch : trunk --- src/shared/revision.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/shared/revision.h diff --git a/src/shared/revision.h b/src/shared/revision.h deleted file mode 100644 index e60dcfdb657..00000000000 --- a/src/shared/revision.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef __REVISION_H__ -#define __REVISION_H__ - #define _REVISION "1116" - #define _HASH "81edc7393bc6" - #define _REVISION_DATE "*" - #define _REVISION_TIME "*" -#endif // __REVISION_H__ -- cgit v1.2.3