mirror of
https://github.com/open-simh/simh.git
synced 2026-04-25 20:01:33 +00:00
Visual Studio Projects: Fix build of FrontPanelTest pthread component
This commit is contained in:
@@ -197,6 +197,25 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\windows-build\pthreads\pthread.c"
|
RelativePath="..\..\windows-build\pthreads\pthread.c"
|
||||||
>
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
PreprocessorDefinitions="HAVE_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;__CLEANUP_C;$(NOINHERIT)"
|
||||||
|
CompileAs="1"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
WholeProgramOptimization="false"
|
||||||
|
PreprocessorDefinitions="HAVE_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;__CLEANUP_C;$(NOINHERIT)"
|
||||||
|
CompileAs="1"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\sim_frontpanel.c"
|
RelativePath="..\sim_frontpanel.c"
|
||||||
|
|||||||
Reference in New Issue
Block a user