ref: 7f953924ebace27c2b161468908ddafcc0573f77
parent: 098647f7fd6bfad8ac47bca2686b908d5c4b431a
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Jan 6 23:40:27 EST 2020
Make VS2003 compile everything as C++ again As recent findings in #41 have shown, the codebase appears to be C++98, not C89.
--- a/vs2003/CSE2.vcproj
+++ b/vs2003/CSE2.vcproj
@@ -243,12 +243,6 @@
</File>
<File
RelativePath="..\src\Dialog.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="1"/>
- </FileConfiguration>
</File>
<File
RelativePath="..\src\Draw.cpp">
@@ -327,30 +321,12 @@
</File>
<File
RelativePath="..\src\Stage.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="1"/>
- </FileConfiguration>
</File>
<File
RelativePath="..\src\Star.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="1"/>
- </FileConfiguration>
</File>
<File
RelativePath="..\src\TextScr.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="0"/>
- </FileConfiguration>
</File>
<File
RelativePath="..\src\Triangle.cpp">
@@ -357,12 +333,6 @@
</File>
<File
RelativePath="..\src\ValueView.cpp">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="1"/>
- </FileConfiguration>
</File>
<Filter
Name="NPC"