Skip to content

Commit

Permalink
Added new source files to the vs vcproj and sln. Also added the missi…
Browse files Browse the repository at this point in the history
…ng lib libcmt to the includes for a release build.
  • Loading branch information
danij committed Mar 16, 2008
1 parent 12a2c6a commit bea0962
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 1 deletion.
1 change: 1 addition & 0 deletions doomsday/build/win32/vs8/doomsday.sln
Expand Up @@ -118,6 +118,7 @@ Global
{C9C45D56-D51C-45C7-8509-020DE447638B}.Release|Win32.ActiveCfg = Release|Win32
{C9C45D56-D51C-45C7-8509-020DE447638B}.Release|Win32.Build.0 = Release|Win32
{CA7A0565-5F80-4E69-A3C2-12B81FC35768}.Debug|Win32.ActiveCfg = Debug|Win32
{CA7A0565-5F80-4E69-A3C2-12B81FC35768}.Debug|Win32.Build.0 = Debug|Win32
{CA7A0565-5F80-4E69-A3C2-12B81FC35768}.Mesa Release|Win32.ActiveCfg = Release|Win32
{CA7A0565-5F80-4E69-A3C2-12B81FC35768}.Mesa Release|Win32.Build.0 = Release|Win32
{CA7A0565-5F80-4E69-A3C2-12B81FC35768}.Release|Win32.ActiveCfg = Release|Win32
Expand Down
74 changes: 73 additions & 1 deletion doomsday/build/win32/vs8/doomsday.vcproj
Expand Up @@ -74,7 +74,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="dxguid.lib dxerr.lib dinput8.lib dsound.lib opengl32.lib glu32.lib comctl32.lib curllib.lib sdl_net.lib sdl.lib zlib1.lib libpng13.lib lzss.lib wsock32.lib winmm.lib"
AdditionalDependencies="libcmt.lib dxguid.lib dxerr.lib dinput8.lib dsound.lib opengl32.lib glu32.lib comctl32.lib curllib.lib sdl_net.lib sdl.lib zlib1.lib libpng13.lib lzss.lib wsock32.lib winmm.lib"
OutputFile="./Bin/Release/Doomsday.exe"
Version="1.0"
LinkIncremental="1"
Expand Down Expand Up @@ -572,6 +572,10 @@
RelativePath="..\..\..\engine\portable\src\p_intercept.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_linedef.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_maputil.c"
>
Expand All @@ -584,6 +588,10 @@
RelativePath="..\..\..\engine\portable\src\p_particle.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_plane.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_players.c"
>
Expand All @@ -592,10 +600,34 @@
RelativePath="..\..\..\engine\portable\src\p_polyob.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_polyobj.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_sector.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_seg.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_sidedef.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_sight.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_subsector.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_surface.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_think.c"
>
Expand All @@ -604,6 +636,10 @@
RelativePath="..\..\..\engine\portable\src\p_ticker.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\p_vertex.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\r_data.c"
>
Expand Down Expand Up @@ -1631,6 +1667,10 @@
RelativePath="..\..\..\engine\portable\include\p_intercept.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_linedef.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_mapdata.h"
>
Expand All @@ -1651,6 +1691,10 @@
RelativePath="..\..\..\engine\portable\include\p_particle.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_plane.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_players.h"
>
Expand All @@ -1659,10 +1703,34 @@
RelativePath="..\..\..\engine\portable\include\p_polyob.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_polyobj.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_sector.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_seg.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_sidedef.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_sight.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_subsector.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_surface.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_think.h"
>
Expand All @@ -1671,6 +1739,10 @@
RelativePath="..\..\..\engine\portable\include\p_ticker.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\p_vertex.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\r_data.h"
>
Expand Down

0 comments on commit bea0962

Please sign in to comment.