Author: mordante
Date: Mon Apr 13 12:08:27 2009
New Revision: 34849

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34849&view=rev
Log:
Compilation fixes for MSVC.

Add a missing include and missing files in the project. Patch provided by
Reisiger.

Modified:
    trunk/projectfiles/VC9/wesnoth.vcproj
    trunk/src/server/sample_user_handler.hpp

Modified: trunk/projectfiles/VC9/wesnoth.vcproj
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/projectfiles/VC9/wesnoth.vcproj?rev=34849&r1=34848&r2=34849&view=diff
==============================================================================
--- trunk/projectfiles/VC9/wesnoth.vcproj (original)
+++ trunk/projectfiles/VC9/wesnoth.vcproj Mon Apr 13 12:08:27 2009
@@ -275,14 +275,14 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\src\ai_actions.cpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\src\ai_attack.cpp"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\ai_actions.cpp"
-                               >
-                       </File>
-                       <File
                                RelativePath="..\..\src\ai_configuration.cpp"
                                >
                        </File>
@@ -408,6 +408,10 @@
                        </File>
                        <File
                                RelativePath="..\..\src\formula_ai.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\formula_candidates.cpp"
                                >
                        </File>
                        <File
@@ -2762,14 +2766,14 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\src\ai2.hpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\src\ai_actions.hpp"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\ai2.hpp"
-                               >
-                       </File>
-                       <File
                                RelativePath="..\..\src\ai_configuration.hpp"
                                >
                        </File>
@@ -2778,6 +2782,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\src\ai_interface.hpp"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\src\ai_manager.hpp"
                                >
                        </File>
@@ -2891,6 +2899,10 @@
                        </File>
                        <File
                                RelativePath="..\..\src\formula_callable.hpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\formula_candidates.hpp"
                                >
                        </File>
                        <File

Modified: trunk/src/server/sample_user_handler.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/sample_user_handler.hpp?rev=34849&r1=34848&r2=34849&view=diff
==============================================================================
--- trunk/src/server/sample_user_handler.hpp (original)
+++ trunk/src/server/sample_user_handler.hpp Mon Apr 13 12:08:27 2009
@@ -19,6 +19,8 @@
 
 #include <map>
 #include <vector>
+
+#include <ctime>
 
 /**
  * @class An exmple how to implement user_handler to demonstrate the interface


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to