Visual Studio Projects: Fix build of FrontPanelTest pthread component
This commit is contained in:
parent
f77332112f
commit
4471e0525d
1 changed files with 19 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue