Author: ilor
Date: Mon May 18 10:45:07 2009
New Revision: 35731
URL: http://svn.gna.org/viewcvs/wesnoth?rev=35731&view=rev
Log:
add new file to build systems
Modified:
trunk/projectfiles/VC9/wesnothd.vcproj
trunk/src/CMakeLists.txt
trunk/src/Makefile.am
trunk/src/SConscript
Modified: trunk/projectfiles/VC9/wesnothd.vcproj
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/projectfiles/VC9/wesnothd.vcproj?rev=35731&r1=35730&r2=35731&view=diff
==============================================================================
--- trunk/projectfiles/VC9/wesnothd.vcproj (original)
+++ trunk/projectfiles/VC9/wesnothd.vcproj Mon May 18 10:45:07 2009
@@ -370,6 +370,10 @@
</FileConfiguration>
</File>
<File
+
RelativePath="..\..\src\server\player_network.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\src\server\proxy.cpp"
>
<FileConfiguration
@@ -559,6 +563,10 @@
>
</File>
<File
+
RelativePath="..\..\src\server\player_network.hpp"
+ >
+ </File>
+ <File
RelativePath="..\..\src\server\proxy.hpp"
>
</File>
Modified: trunk/src/CMakeLists.txt
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/CMakeLists.txt?rev=35731&r1=35730&r2=35731&view=diff
==============================================================================
--- trunk/src/CMakeLists.txt (original)
+++ trunk/src/CMakeLists.txt Mon May 18 10:45:07 2009
@@ -402,6 +402,7 @@
server/mail.cpp
server/metrics.cpp
server/player.cpp
+ server/player_network.cpp
server/proxy.cpp
server/server.cpp
server/simple_wml.cpp
Modified: trunk/src/Makefile.am
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/Makefile.am?rev=35731&r1=35730&r2=35731&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Mon May 18 10:45:07 2009
@@ -232,6 +232,7 @@
server/mail.cpp \
server/metrics.cpp \
server/player.cpp \
+ server/player_network.cpp \
server/proxy.cpp \
server/server.cpp \
server/simple_wml.cpp \
Modified: trunk/src/SConscript
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/SConscript?rev=35731&r1=35730&r2=35731&view=diff
==============================================================================
--- trunk/src/SConscript (original)
+++ trunk/src/SConscript Mon May 18 10:45:07 2009
@@ -346,6 +346,7 @@
server/input_stream.cpp
server/metrics.cpp
server/player.cpp
+ server/player_network.cpp
server/proxy.cpp
server/sample_user_handler.cpp
server/simple_wml.cpp
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits