diff options
-rw-r--r-- | openttd_vs80.vcproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openttd_vs80.vcproj b/openttd_vs80.vcproj index 0998558fc..77e91ecff 100644 --- a/openttd_vs80.vcproj +++ b/openttd_vs80.vcproj @@ -592,6 +592,14 @@ /> </FileConfiguration> <FileConfiguration + Name="Release|x64" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> + <FileConfiguration Name="Debug|Win32" > <Tool @@ -599,6 +607,14 @@ CompileAs="2" /> </FileConfiguration> + <FileConfiguration + Name="Debug|x64" + > + <Tool + Name="VCCLCompilerTool" + CompileAs="2" + /> + </FileConfiguration> </File> <File RelativePath=".\landscape.c" |