(MSVC) Had to rename vdc.cpp in hw_video/huc6270 - one object file vdc.o

would override the other vdc.o
This commit is contained in:
twinaphex 2013-01-16 06:00:28 +01:00
parent bbfb015dc8
commit a3e89953a2
3 changed files with 3 additions and 10 deletions

View File

@ -50,8 +50,7 @@
<ClCompile Include="..\..\..\mednafen\hw_cpu\huc6280\huc6280.cpp" />
<ClCompile Include="..\..\..\mednafen\hw_misc\arcade_card\arcade_card.cpp" />
<ClCompile Include="..\..\..\mednafen\hw_sound\pce_psg\pce_psg.cpp" />
<ClCompile Include="..\..\..\mednafen\hw_video\huc6270\backup\vdc.cpp" />
<ClCompile Include="..\..\..\mednafen\hw_video\huc6270\vdc.cpp" />
<ClCompile Include="..\..\..\mednafen\hw_video\huc6270\vdc_video.cpp" />
<ClCompile Include="..\..\..\mednafen\math_ops.cpp" />
<ClCompile Include="..\..\..\mednafen\md5.cpp" />
<ClCompile Include="..\..\..\mednafen\mednafen.cpp" />

View File

@ -51,9 +51,6 @@
<Filter Include="Source Files\mednafen\hw_video\huc6270">
<UniqueIdentifier>{384ba939-89be-4acd-b3ff-5f6460b0fcf1}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files\mednafen\hw_video\huc6270\backup">
<UniqueIdentifier>{1cc5eff6-d78d-42d0-b3b9-83afda75abf1}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\mednafen\Stream.cpp">
@ -194,14 +191,11 @@
<ClCompile Include="..\..\..\mednafen\hw_sound\pce_psg\pce_psg.cpp">
<Filter>Source Files\mednafen\hw_sound\pce_psg</Filter>
</ClCompile>
<ClCompile Include="..\..\..\mednafen\hw_video\huc6270\vdc.cpp">
<Filter>Source Files\mednafen\hw_video\huc6270</Filter>
</ClCompile>
<ClCompile Include="..\..\..\mednafen\cdrom\pcecd.cpp">
<Filter>Source Files\mednafen\cdrom</Filter>
</ClCompile>
<ClCompile Include="..\..\..\mednafen\hw_video\huc6270\backup\vdc.cpp">
<Filter>Source Files\mednafen\hw_video\huc6270\backup</Filter>
<ClCompile Include="..\..\..\mednafen\hw_video\huc6270\vdc_video.cpp">
<Filter>Source Files\mednafen\hw_video\huc6270</Filter>
</ClCompile>
</ItemGroup>
</Project>