(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.
This commit is contained in:
rubidium
2007-02-21 17:59:34 +00:00
parent 7734c3d295
commit b563bc2c40
12 changed files with 995 additions and 658 deletions

View File

@@ -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