Skip to content

Commit

Permalink
looks like VS2010 doesn't understand 'None' as DebugInformationFormat.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Apr 13, 2024
1 parent 0604ce8 commit 7e00445
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Windows/VisualStudio/quakespasm-sdl2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ copy "$(SolutionDir)\..\SDL2\lib\*.dll" "$(TargetDir)"
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>None</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Link>
Expand Down Expand Up @@ -191,7 +190,6 @@ copy "$(SolutionDir)\..\SDL2\lib64\*.dll" "$(TargetDir)"
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>None</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Link>
Expand Down
2 changes: 0 additions & 2 deletions Windows/VisualStudio/quakespasm.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ copy "$(SolutionDir)\..\SDL\lib\*.dll" "$(TargetDir)"
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>None</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Link>
Expand Down Expand Up @@ -191,7 +190,6 @@ copy "$(SolutionDir)\..\SDL\lib64\*.dll" "$(TargetDir)"
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>None</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Link>
Expand Down

0 comments on commit 7e00445

Please sign in to comment.