Fix linker error for Win32 tests.
This adds the new testautomation_main.c to the VisualC projects.
This commit is contained in:
parent
564d47f878
commit
2d5dc3c4ed
2 changed files with 4 additions and 2 deletions
|
@ -179,6 +179,7 @@
|
||||||
<ClCompile Include="..\..\..\test\testautomation.c" />
|
<ClCompile Include="..\..\..\test\testautomation.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_audio.c" />
|
<ClCompile Include="..\..\..\test\testautomation_audio.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_clipboard.c" />
|
<ClCompile Include="..\..\..\test\testautomation_clipboard.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_main.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_platform.c" />
|
<ClCompile Include="..\..\..\test\testautomation_platform.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_rect.c" />
|
<ClCompile Include="..\..\..\test\testautomation_rect.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_render.c" />
|
<ClCompile Include="..\..\..\test\testautomation_render.c" />
|
||||||
|
@ -203,4 +204,4 @@
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -184,6 +184,7 @@
|
||||||
<ClCompile Include="..\..\..\test\testautomation_audio.c" />
|
<ClCompile Include="..\..\..\test\testautomation_audio.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_clipboard.c" />
|
<ClCompile Include="..\..\..\test\testautomation_clipboard.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_platform.c" />
|
<ClCompile Include="..\..\..\test\testautomation_platform.c" />
|
||||||
|
<ClCompile Include="..\..\..\test\testautomation_main.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_rect.c" />
|
<ClCompile Include="..\..\..\test\testautomation_rect.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_render.c" />
|
<ClCompile Include="..\..\..\test\testautomation_render.c" />
|
||||||
<ClCompile Include="..\..\..\test\testautomation_rwops.c" />
|
<ClCompile Include="..\..\..\test\testautomation_rwops.c" />
|
||||||
|
@ -207,4 +208,4 @@
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue