Merge pull request #77 from darkstar/msvc2019

MSVC2019: the usual
This commit is contained in:
Fred N. van Kempen
2019-05-17 11:18:35 -04:00
committed by GitHub
3 changed files with 9 additions and 1 deletions

View File

@@ -174,6 +174,7 @@
<ClCompile Include="..\..\..\devices\system\pci.c" />
<ClCompile Include="..\..\..\devices\system\pic.c" />
<ClCompile Include="..\..\..\devices\system\pit.c" />
<ClCompile Include="..\..\..\devices\system\port92.c" />
<ClCompile Include="..\..\..\devices\system\ppi.c" />
<ClCompile Include="..\..\..\devices\floppy\fdc.c" />
<ClCompile Include="..\..\..\devices\floppy\fdd.c" />
@@ -515,6 +516,7 @@
<ClInclude Include="..\..\..\devices\system\pci.h" />
<ClInclude Include="..\..\..\devices\system\pic.h" />
<ClInclude Include="..\..\..\devices\system\pit.h" />
<ClInclude Include="..\..\..\devices\system\port92.h" />
<ClInclude Include="..\..\..\devices\system\ppi.h" />
<ClInclude Include="..\..\..\devices\video\vid_ati.h" />
<ClInclude Include="..\..\..\devices\video\vid_att20c49x_ramdac.h" />

View File

@@ -934,6 +934,9 @@
<ClCompile Include="..\..\..\devices\video\vid_ht216.c">
<Filter>devices\video</Filter>
</ClCompile>
<ClCompile Include="..\..\..\devices\system\port92.c">
<Filter>devices\system</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\config.h" />
@@ -1701,6 +1704,9 @@
<ClInclude Include="..\..\..\devices\system\clk.h">
<Filter>devices\system</Filter>
</ClInclude>
<ClInclude Include="..\..\..\devices\system\port92.h">
<Filter>devices\system</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="cpu">

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>_USE_MATH_DEFINES;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_STDIO_ISO_WIDE_SPECIFIERS;USE_DYNAREC;USE_OPENAL;USE_SDL;USE_FLUIDSYNTH;USE_MUNT;USE_D2D=2;USE_D3DX</PreprocessorDefinitions>
<PreprocessorDefinitions>_USE_MATH_DEFINES;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_STDIO_ISO_WIDE_SPECIFIERS;USE_DYNAREC;USE_OPENAL;USE_SDL;USE_FLUIDSYNTH;USE_MUNT;USE_D2D=2;USE_D3DX;USE_WONDER;USE_XL24;USE_GUSMAX;USE_PAS16;USE_WD1002;USE_ST11;USE_MICRAL;USE_COMPAQ;USE_SIS496;USE_SIS471</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup />