zzogl: fix Visual studio build. thank Miseru for the patch

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5163 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2012-04-18 17:01:24 +00:00
parent ea98450eb0
commit fc5dd5a180
3 changed files with 19 additions and 3 deletions

View File

@ -134,6 +134,7 @@
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\GSDump.cpp" />
<ClCompile Include="..\ZZClut.cpp" /> <ClCompile Include="..\ZZClut.cpp" />
<ClCompile Include="..\ZZoglDrawing.cpp" /> <ClCompile Include="..\ZZoglDrawing.cpp" />
<ClCompile Include="..\ZZoglFlushHack.cpp" /> <ClCompile Include="..\ZZoglFlushHack.cpp" />
@ -187,6 +188,7 @@
<None Include="..\ps2hw.dat" /> <None Include="..\ps2hw.dat" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\GSDump.h" />
<ClInclude Include="aviUtil.h" /> <ClInclude Include="aviUtil.h" />
<ClInclude Include="..\GifTransfer.h" /> <ClInclude Include="..\GifTransfer.h" />
<ClInclude Include="..\CRC.h" /> <ClInclude Include="..\CRC.h" />
@ -275,4 +277,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>

View File

@ -111,6 +111,9 @@
<ClCompile Include="..\ZZoglFlushHack.cpp"> <ClCompile Include="..\ZZoglFlushHack.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\GSDump.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="GSsoftdx.def"> <None Include="GSsoftdx.def">
@ -197,6 +200,9 @@
<ClInclude Include="..\ZZLog.h"> <ClInclude Include="..\ZZLog.h">
<Filter>Header Files</Filter> <Filter>Header Files</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\GSDump.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ResourceCompile Include="zerogs.rc"> <ResourceCompile Include="zerogs.rc">
@ -208,4 +214,4 @@
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</CustomBuild> </CustomBuild>
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="windows-1253"?> <?xml version="1.0" encoding="windows-1253"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9.00" Version="9,00"
Name="ZZOgl" Name="ZZOgl"
ProjectGUID="{2D4E85B2-F47F-4D65-B091-701E5C031DAC}" ProjectGUID="{2D4E85B2-F47F-4D65-B091-701E5C031DAC}"
RootNamespace="ZZogl" RootNamespace="ZZogl"
@ -265,6 +265,10 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\GSDump.cpp"
>
</File>
<File <File
RelativePath="..\GSmain.cpp" RelativePath="..\GSmain.cpp"
> >
@ -429,6 +433,10 @@
RelativePath="..\GS.h" RelativePath="..\GS.h"
> >
</File> </File>
<File
RelativePath="..\GSDump.h"
>
</File>
<File <File
RelativePath="..\HostMemory.h" RelativePath="..\HostMemory.h"
> >