1
0
mirror of https://github.com/simh/simh.git synced 2026-04-26 03:57:11 +00:00

Visual Studio Projects: Allow building network capable simulators with C++

This commit is contained in:
Mark Pizzolato
2016-05-17 23:01:05 -07:00
parent e8ce83073f
commit 0c2bc4c617
10 changed files with 20 additions and 0 deletions

View File

@@ -279,6 +279,7 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;__CLEANUP_C;$(NOINHERIT)"
CompileAs="1"
/>
</FileConfiguration>
<FileConfiguration
@@ -288,6 +289,7 @@
Name="VCCLCompilerTool"
WholeProgramOptimization="false"
PreprocessorDefinitions="HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;__CLEANUP_C;$(NOINHERIT)"
CompileAs="1"
/>
</FileConfiguration>
</File>