From 56e56f797f2bd129c70ff1119d67eb069dcf8246 Mon Sep 17 00:00:00 2001 From: Russell Rice Date: Fri, 31 Oct 2008 09:12:19 +0000 Subject: - Delete the "all-in-one" project file and rename the solution file to chocolate.sln - Create separate msvc projects for all games supported, which work the same as the codeblocks ones - Include fixes (nothing compiler specific, just additions of stdio.h) to build with msvc Subversion-branch: /branches/raven-branch Subversion-revision: 1371 --- msvc/ChocolateDoom.sln | 32 - msvc/ChocolateDoom.vcproj | 9638 --------------------------------------------- msvc/chocolate.sln | 71 + msvc/doom.vcproj | 1011 +++++ msvc/heretic.vcproj | 694 ++++ msvc/hexen.vcproj | 740 ++++ msvc/libpcsound.vcproj | 188 + msvc/libtextscreen.vcproj | 320 ++ msvc/server.vcproj | 304 ++ msvc/setup.vcproj | 312 ++ setup/joystick.c | 1 + src/d_dedicated.c | 1 + src/deh_str.c | 1 + src/doom/deh_frame.c | 1 + src/doom/deh_text.c | 1 + src/doom/deh_weapon.c | 1 + src/doom/doomstat.c | 2 +- src/doom/f_finale.c | 2 +- src/doom/info.c | 2 +- src/doom/p_enemy.c | 2 +- src/doom/p_map.c | 2 +- src/doom/p_mobj.c | 1 + src/doom/p_plats.c | 2 +- src/doom/p_switch.c | 2 +- src/doom/r_data.c | 2 +- src/doom/r_plane.c | 2 +- src/doom/r_segs.c | 2 +- src/doom/st_lib.c | 2 +- src/hexen/h2def.h | 2 +- src/i_scale.c | 1 + src/m_config.c | 1 + src/net_client.c | 1 + src/net_dedicated.c | 1 + src/net_gui.c | 1 + src/net_io.c | 2 + src/net_structrw.c | 1 + src/v_video.c | 2 + src/w_file.c | 2 + src/w_file_win32.c | 2 + src/w_merge.c | 1 + 40 files changed, 3674 insertions(+), 9682 deletions(-) delete mode 100644 msvc/ChocolateDoom.sln delete mode 100644 msvc/ChocolateDoom.vcproj create mode 100644 msvc/chocolate.sln create mode 100644 msvc/doom.vcproj create mode 100644 msvc/heretic.vcproj create mode 100644 msvc/hexen.vcproj create mode 100644 msvc/libpcsound.vcproj create mode 100644 msvc/libtextscreen.vcproj create mode 100644 msvc/server.vcproj create mode 100644 msvc/setup.vcproj diff --git a/msvc/ChocolateDoom.sln b/msvc/ChocolateDoom.sln deleted file mode 100644 index b1ea0e67..00000000 --- a/msvc/ChocolateDoom.sln +++ /dev/null @@ -1,32 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual C++ Express 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chocolate Doom", "ChocolateDoom.vcproj", "{8B744A3B-8F18-41A0-85A3-293816E85B6E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug Client|Win32 = Debug Client|Win32 - Debug Server|Win32 = Debug Server|Win32 - Debug Setup|Win32 = Debug Setup|Win32 - Release Client|Win32 = Release Client|Win32 - Release Server|Win32 = Release Server|Win32 - Release Setup|Win32 = Release Setup|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Client|Win32.ActiveCfg = Debug|Win32 - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Client|Win32.Build.0 = Debug|Win32 - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Server|Win32.ActiveCfg = Debug Server|Win32 - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Server|Win32.Build.0 = Debug Server|Win32 - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Setup|Win32.ActiveCfg = Debug Setup|Win32 - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Setup|Win32.Build.0 = Debug Setup|Win32 - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Client|Win32.ActiveCfg = Release|Win32 - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Client|Win32.Build.0 = Release|Win32 - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Server|Win32.ActiveCfg = Release Server|Win32 - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Server|Win32.Build.0 = Release Server|Win32 - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Setup|Win32.ActiveCfg = Release Setup|Win32 - {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Setup|Win32.Build.0 = Release Setup|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/msvc/ChocolateDoom.vcproj b/msvc/ChocolateDoom.vcproj deleted file mode 100644 index 6302ac86..00000000 --- a/msvc/ChocolateDoom.vcproj +++ /dev/null @@ -1,9638 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/msvc/chocolate.sln b/msvc/chocolate.sln new file mode 100644 index 00000000..cafe8241 --- /dev/null +++ b/msvc/chocolate.sln @@ -0,0 +1,71 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual C++ Express 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Doom", "doom.vcproj", "{8B744A3B-8F18-41A0-85A3-293816E85B6E}" + ProjectSection(ProjectDependencies) = postProject + {66CD7F50-73B9-482F-8B69-1AF54983F845} = {66CD7F50-73B9-482F-8B69-1AF54983F845} + {35F435DB-AC4A-4F28-BA2D-812E638FB01A} = {35F435DB-AC4A-4F28-BA2D-812E638FB01A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Heretic", "heretic.vcproj", "{8D4FF322-7414-4668-94BD-D63B45D9CBF8}" + ProjectSection(ProjectDependencies) = postProject + {66CD7F50-73B9-482F-8B69-1AF54983F845} = {66CD7F50-73B9-482F-8B69-1AF54983F845} + {35F435DB-AC4A-4F28-BA2D-812E638FB01A} = {35F435DB-AC4A-4F28-BA2D-812E638FB01A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Hexen", "hexen.vcproj", "{8FBB8720-340B-4185-9442-A76781FD6278}" + ProjectSection(ProjectDependencies) = postProject + {66CD7F50-73B9-482F-8B69-1AF54983F845} = {66CD7F50-73B9-482F-8B69-1AF54983F845} + {35F435DB-AC4A-4F28-BA2D-812E638FB01A} = {35F435DB-AC4A-4F28-BA2D-812E638FB01A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Server", "server.vcproj", "{10DCBB24-F8BB-4796-A653-6DE9C8AAC24B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Setup", "setup.vcproj", "{01975BB6-D2DA-48E7-AE0D-6A8AC8ECF48A}" + ProjectSection(ProjectDependencies) = postProject + {35F435DB-AC4A-4F28-BA2D-812E638FB01A} = {35F435DB-AC4A-4F28-BA2D-812E638FB01A} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpcsound", "libpcsound.vcproj", "{66CD7F50-73B9-482F-8B69-1AF54983F845}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtextscreen", "libtextscreen.vcproj", "{35F435DB-AC4A-4F28-BA2D-812E638FB01A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug|Win32.ActiveCfg = Debug|Win32 + {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug|Win32.Build.0 = Debug|Win32 + {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release|Win32.ActiveCfg = Release|Win32 + {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release|Win32.Build.0 = Release|Win32 + {8D4FF322-7414-4668-94BD-D63B45D9CBF8}.Debug|Win32.ActiveCfg = Debug|Win32 + {8D4FF322-7414-4668-94BD-D63B45D9CBF8}.Debug|Win32.Build.0 = Debug|Win32 + {8D4FF322-7414-4668-94BD-D63B45D9CBF8}.Release|Win32.ActiveCfg = Release|Win32 + {8D4FF322-7414-4668-94BD-D63B45D9CBF8}.Release|Win32.Build.0 = Release|Win32 + {8FBB8720-340B-4185-9442-A76781FD6278}.Debug|Win32.ActiveCfg = Debug|Win32 + {8FBB8720-340B-4185-9442-A76781FD6278}.Debug|Win32.Build.0 = Debug|Win32 + {8FBB8720-340B-4185-9442-A76781FD6278}.Release|Win32.ActiveCfg = Release|Win32 + {8FBB8720-340B-4185-9442-A76781FD6278}.Release|Win32.Build.0 = Release|Win32 + {10DCBB24-F8BB-4796-A653-6DE9C8AAC24B}.Debug|Win32.ActiveCfg = Debug|Win32 + {10DCBB24-F8BB-4796-A653-6DE9C8AAC24B}.Debug|Win32.Build.0 = Debug|Win32 + {10DCBB24-F8BB-4796-A653-6DE9C8AAC24B}.Release|Win32.ActiveCfg = Release|Win32 + {10DCBB24-F8BB-4796-A653-6DE9C8AAC24B}.Release|Win32.Build.0 = Release|Win32 + {01975BB6-D2DA-48E7-AE0D-6A8AC8ECF48A}.Debug|Win32.ActiveCfg = Debug|Win32 + {01975BB6-D2DA-48E7-AE0D-6A8AC8ECF48A}.Debug|Win32.Build.0 = Debug|Win32 + {01975BB6-D2DA-48E7-AE0D-6A8AC8ECF48A}.Release|Win32.ActiveCfg = Release|Win32 + {01975BB6-D2DA-48E7-AE0D-6A8AC8ECF48A}.Release|Win32.Build.0 = Release|Win32 + {66CD7F50-73B9-482F-8B69-1AF54983F845}.Debug|Win32.ActiveCfg = Debug|Win32 + {66CD7F50-73B9-482F-8B69-1AF54983F845}.Debug|Win32.Build.0 = Debug|Win32 + {66CD7F50-73B9-482F-8B69-1AF54983F845}.Release|Win32.ActiveCfg = Release|Win32 + {66CD7F50-73B9-482F-8B69-1AF54983F845}.Release|Win32.Build.0 = Release|Win32 + {35F435DB-AC4A-4F28-BA2D-812E638FB01A}.Debug|Win32.ActiveCfg = Debug|Win32 + {35F435DB-AC4A-4F28-BA2D-812E638FB01A}.Debug|Win32.Build.0 = Debug|Win32 + {35F435DB-AC4A-4F28-BA2D-812E638FB01A}.Release|Win32.ActiveCfg = Release|Win32 + {35F435DB-AC4A-4F28-BA2D-812E638FB01A}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/msvc/doom.vcproj b/msvc/doom.vcproj new file mode 100644 index 00000000..2c3eb38e --- /dev/null +++ b/msvc/doom.vcproj @@ -0,0 +1,1011 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/heretic.vcproj b/msvc/heretic.vcproj new file mode 100644 index 00000000..c005da49 --- /dev/null +++ b/msvc/heretic.vcproj @@ -0,0 +1,694 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/hexen.vcproj b/msvc/hexen.vcproj new file mode 100644 index 00000000..5f279530 --- /dev/null +++ b/msvc/hexen.vcproj @@ -0,0 +1,740 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/libpcsound.vcproj b/msvc/libpcsound.vcproj new file mode 100644 index 00000000..2ecda5c7 --- /dev/null +++ b/msvc/libpcsound.vcproj @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/libtextscreen.vcproj b/msvc/libtextscreen.vcproj new file mode 100644 index 00000000..161d7c2d --- /dev/null +++ b/msvc/libtextscreen.vcproj @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/server.vcproj b/msvc/server.vcproj new file mode 100644 index 00000000..2ba219a6 --- /dev/null +++ b/msvc/server.vcproj @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/msvc/setup.vcproj b/msvc/setup.vcproj new file mode 100644 index 00000000..cff08ff4 --- /dev/null +++ b/msvc/setup.vcproj @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/setup/joystick.c b/setup/joystick.c index fa59c559..69c0e508 100644 --- a/setup/joystick.c +++ b/setup/joystick.c @@ -19,6 +19,7 @@ // 02111-1307, USA. // +#include #include #include "doomtype.h" diff --git a/src/d_dedicated.c b/src/d_dedicated.c index 100c9b22..158fa40c 100644 --- a/src/d_dedicated.c +++ b/src/d_dedicated.c @@ -21,6 +21,7 @@ // Code specific to the standalone dedicated server. // +#include #include #include diff --git a/src/deh_str.c b/src/deh_str.c index d2cc3ae6..3ede4508 100644 --- a/src/deh_str.c +++ b/src/deh_str.c @@ -24,6 +24,7 @@ // //----------------------------------------------------------------------------- +#include #include #include diff --git a/src/doom/deh_frame.c b/src/doom/deh_frame.c index 3972f8df..e59f09f4 100644 --- a/src/doom/deh_frame.c +++ b/src/doom/deh_frame.c @@ -24,6 +24,7 @@ // //----------------------------------------------------------------------------- +#include #include #include "doomtype.h" diff --git a/src/doom/deh_text.c b/src/doom/deh_text.c index caac59a3..31e23db2 100644 --- a/src/doom/deh_text.c +++ b/src/doom/deh_text.c @@ -24,6 +24,7 @@ // //----------------------------------------------------------------------------- +#include #include #include "doomtype.h" diff --git a/src/doom/deh_weapon.c b/src/doom/deh_weapon.c index 7ffa159a..b0c2400c 100644 --- a/src/doom/deh_weapon.c +++ b/src/doom/deh_weapon.c @@ -24,6 +24,7 @@ // //----------------------------------------------------------------------------- +#include #include #include diff --git a/src/doom/doomstat.c b/src/doom/doomstat.c index 22804459..b591358f 100644 --- a/src/doom/doomstat.c +++ b/src/doom/doomstat.c @@ -24,7 +24,7 @@ // //----------------------------------------------------------------------------- - +#include #include "doomstat.h" diff --git a/src/doom/f_finale.c b/src/doom/f_finale.c index 586e096d..ece82b43 100644 --- a/src/doom/f_finale.c +++ b/src/doom/f_finale.c @@ -25,7 +25,7 @@ //----------------------------------------------------------------------------- - +#include #include // Functions. diff --git a/src/doom/info.c b/src/doom/info.c index c21a4a4c..30d9f51d 100644 --- a/src/doom/info.c +++ b/src/doom/info.c @@ -26,7 +26,7 @@ // //----------------------------------------------------------------------------- - +#include #include // Data. diff --git a/src/doom/p_enemy.c b/src/doom/p_enemy.c index 4729dbc5..0253095b 100644 --- a/src/doom/p_enemy.c +++ b/src/doom/p_enemy.c @@ -26,7 +26,7 @@ // //----------------------------------------------------------------------------- - +#include #include #include "m_random.h" diff --git a/src/doom/p_map.c b/src/doom/p_map.c index 42f2a60f..9198d59e 100644 --- a/src/doom/p_map.c +++ b/src/doom/p_map.c @@ -25,7 +25,7 @@ // //----------------------------------------------------------------------------- - +#include #include #include "deh_misc.h" diff --git a/src/doom/p_mobj.c b/src/doom/p_mobj.c index 15025139..a2cc227a 100644 --- a/src/doom/p_mobj.c +++ b/src/doom/p_mobj.c @@ -24,6 +24,7 @@ // //----------------------------------------------------------------------------- +#include #include "i_system.h" #include "z_zone.h" diff --git a/src/doom/p_plats.c b/src/doom/p_plats.c index 03d1acbc..dbd45161 100644 --- a/src/doom/p_plats.c +++ b/src/doom/p_plats.c @@ -24,7 +24,7 @@ // //----------------------------------------------------------------------------- - +#include #include "i_system.h" #include "z_zone.h" diff --git a/src/doom/p_switch.c b/src/doom/p_switch.c index 28b59fae..362ecccf 100644 --- a/src/doom/p_switch.c +++ b/src/doom/p_switch.c @@ -25,7 +25,7 @@ // //----------------------------------------------------------------------------- - +#include #include "i_system.h" #include "deh_main.h" diff --git a/src/doom/r_data.c b/src/doom/r_data.c index d03becd5..b999e916 100644 --- a/src/doom/r_data.c +++ b/src/doom/r_data.c @@ -25,7 +25,7 @@ // //----------------------------------------------------------------------------- - +#include #include "deh_main.h" #include "i_swap.h" diff --git a/src/doom/r_plane.c b/src/doom/r_plane.c index 400821d5..752f5d14 100644 --- a/src/doom/r_plane.c +++ b/src/doom/r_plane.c @@ -27,7 +27,7 @@ //----------------------------------------------------------------------------- - +#include #include #include "i_system.h" diff --git a/src/doom/r_segs.c b/src/doom/r_segs.c index 5150b694..29ed32a5 100644 --- a/src/doom/r_segs.c +++ b/src/doom/r_segs.c @@ -29,7 +29,7 @@ - +#include #include #include "i_system.h" diff --git a/src/doom/st_lib.c b/src/doom/st_lib.c index c7e87951..c90540cb 100644 --- a/src/doom/st_lib.c +++ b/src/doom/st_lib.c @@ -25,7 +25,7 @@ //----------------------------------------------------------------------------- - +#include #include #include "deh_main.h" diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h index 2a64dee0..b1462adc 100644 --- a/src/hexen/h2def.h +++ b/src/hexen/h2def.h @@ -27,7 +27,7 @@ #include #include #include -#include +//#include #include "st_start.h" #ifdef __WATCOMC__ diff --git a/src/i_scale.c b/src/i_scale.c index a2136d3d..4f08f5d6 100644 --- a/src/i_scale.c +++ b/src/i_scale.c @@ -26,6 +26,7 @@ // //----------------------------------------------------------------------------- +#include #include #include diff --git a/src/m_config.c b/src/m_config.c index 69cd3b16..4a5c8ece 100644 --- a/src/m_config.c +++ b/src/m_config.c @@ -33,6 +33,7 @@ #include "config.h" +#include "d_englsh.h" #include "doomtype.h" #include "doomkeys.h" #include "doomfeatures.h" diff --git a/src/net_client.c b/src/net_client.c index d53b35ac..bcd5831d 100644 --- a/src/net_client.c +++ b/src/net_client.c @@ -22,6 +22,7 @@ // #include +#include #include #include diff --git a/src/net_dedicated.c b/src/net_dedicated.c index ae710c8e..b47a7924 100644 --- a/src/net_dedicated.c +++ b/src/net_dedicated.c @@ -23,6 +23,7 @@ // Dedicated server code. // +#include #include #include "doomtype.h" diff --git a/src/net_gui.c b/src/net_gui.c index cbbea09d..da7bde04 100644 --- a/src/net_gui.c +++ b/src/net_gui.c @@ -24,6 +24,7 @@ // start the game. // +#include #include #include diff --git a/src/net_io.c b/src/net_io.c index 1d576618..19c21a12 100644 --- a/src/net_io.c +++ b/src/net_io.c @@ -24,6 +24,8 @@ // //----------------------------------------------------------------------------- +#include + #include "i_system.h" #include "net_defs.h" #include "net_io.h" diff --git a/src/net_structrw.c b/src/net_structrw.c index 43263061..f049c4c0 100644 --- a/src/net_structrw.c +++ b/src/net_structrw.c @@ -21,6 +21,7 @@ // Reading and writing various structures into packets // +#include #include #include diff --git a/src/v_video.c b/src/v_video.c index 69da2aed..79de2a31 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -26,6 +26,8 @@ // //----------------------------------------------------------------------------- +#include + #include "i_system.h" #include "doomtype.h" diff --git a/src/w_file.c b/src/w_file.c index 05532a68..b5bb6a45 100644 --- a/src/w_file.c +++ b/src/w_file.c @@ -24,6 +24,8 @@ // //----------------------------------------------------------------------------- +#include + #include "config.h" #include "doomtype.h" diff --git a/src/w_file_win32.c b/src/w_file_win32.c index 15bb395a..0af7928e 100644 --- a/src/w_file_win32.c +++ b/src/w_file_win32.c @@ -31,6 +31,8 @@ #define WIN32_LEAN_AND_MEAN #include +#include + #include "i_system.h" #include "w_file.h" #include "z_zone.h" diff --git a/src/w_merge.c b/src/w_merge.c index d033eef1..8f5690c9 100644 --- a/src/w_merge.c +++ b/src/w_merge.c @@ -26,6 +26,7 @@ // //----------------------------------------------------------------------------- +#include #include #include -- cgit v1.2.3