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
commitb563bc2c40764ea9bde1204e6ac0f9e0db2f222a (patch)
treeab1bb7c1c7ecfeeb3a40dd287883ea4f5cb70489 /source.list
parent7734c3d295ced54277e1fa886bae23520e788939 (diff)
downloadopenttd-b563bc2c40764ea9bde1204e6ac0f9e0db2f222a.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