Added VS 2008 solution and project files

To compile with VS 2008 you have to disable the fist line in "Standard Gaming Platform\input.cpp". Just look for comment "// VS2008"

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2426 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2008-11-21 22:15:22 +00:00
parent acac231089
commit 647afe10c8
19 changed files with 8828 additions and 6 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
//It make trouble in vs2008, uncomment it if you need it
#define _WIN32_WINNT WINVER//dnl this should be defined globaly on project
// VS2008: If compiling with VS2008 disable the next line!
#define _WIN32_WINNT WINVER
#ifdef JA2_PRECOMPILED_HEADERS
#include "JA2 SGP ALL.H"
#elif defined( WIZ8_PRECOMPILED_HEADERS )