summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-02-21 17:59:34 +0000
committerrubidium <rubidium@openttd.org>2007-02-21 17:59:34 +0000
commit45b662c679e0f443883e2408b9db4614e95fc3e4 (patch)
treeab1bb7c1c7ecfeeb3a40dd287883ea4f5cb70489 /source.list
parent9907e496b1ec010570afc54fdd596406cac043bb (diff)
downloadopenttd-45b662c679e0f443883e2408b9db4614e95fc3e4.tar.xz
(svn r8832) -Change: rewrite the solution file generator a little so it makes project files that look more like the ones generated by respectively MSVC2003 and MSVC2005.
For some reason the internal formatting of the XML between MSVC2003 and MSVC2005 differs, so adding a file in MSVC2005 would result in basically adding the entire openttd_vs80.vcproj to the diff.
Diffstat (limited to 'source.list')
-rw-r--r--source.list28
1 files changed, 15 insertions, 13 deletions
diff --git a/source.list b/source.list
index b4e4b2c6f..571b5fc3c 100644
--- a/source.list
+++ b/source.list
@@ -33,10 +33,6 @@ misc.cpp
mixer.cpp
music.cpp
namegen.cpp
-network/core/core.cpp
-network/core/packet.cpp
-network/core/tcp.cpp
-network/core/udp.cpp
network/network.cpp
network/network_client.cpp
network/network_data.cpp
@@ -113,9 +109,9 @@ music/dmusic.h
driver.h
economy.h
engine.h
-fontcache.h
fileio.h
fios.h
+fontcache.h
functions.h
genworld.h
gfx.h
@@ -131,13 +127,6 @@ map.h
md5.h
mixer.h
music.h
-network/core/config.h
-network/core/core.h
-network/core/game.h
-network/core/os_abstraction.h
-network/core/packet.h
-network/core/tcp.h
-network/core/udp.h
network/network.h
network/network_client.h
network/network_data.h
@@ -278,8 +267,8 @@ table/water_land.h
# AI Files
ai/ai.cpp
-ai/default/default.cpp
ai/trolly/build.cpp
+ai/default/default.cpp
ai/trolly/pathfinder.cpp
ai/trolly/shared.cpp
ai/trolly/trolly.cpp
@@ -323,6 +312,19 @@ misc/crc32.hpp
misc/fixedsizearray.hpp
misc/hashtable.hpp
+# Network Core
+network/core/config.h
+network/core/core.cpp
+network/core/core.h
+network/core/game.h
+network/core/os_abstraction.h
+network/core/packet.cpp
+network/core/packet.h
+network/core/tcp.cpp
+network/core/tcp.h
+network/core/udp.cpp
+network/core/udp.h
+
# YAPF
yapf/follow_track.cpp
yapf/follow_track.hpp