update vcproj with xbrz files
This commit is contained in:
parent
875ae2cc4b
commit
c76469cbc1
|
@ -2351,6 +2351,14 @@
|
|||
RelativePath="..\filter\scanline.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\filter\xbrz.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\filter\xbrz.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\agg2d.h"
|
||||
|
|
|
@ -1869,6 +1869,14 @@
|
|||
RelativePath="..\filter\scanline.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\filter\xbrz.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\filter\xbrz.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
@ -2533,7 +2541,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag
"
|
||||
AdditionalDependencies="7z.exe;un7z_and_touch.bat"
|
||||
Outputs=".libs\glib.tag"
|
||||
/>
|
||||
|
@ -2543,7 +2551,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag
"
|
||||
AdditionalDependencies="7z.exe;un7z_and_touch.bat"
|
||||
Outputs=".libs\glib.tag"
|
||||
/>
|
||||
|
@ -2553,7 +2561,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag
"
|
||||
AdditionalDependencies="7z.exe;un7z_and_touch.bat"
|
||||
Outputs=".libs\glib.tag"
|
||||
/>
|
||||
|
@ -2563,7 +2571,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag
"
|
||||
AdditionalDependencies="7z.exe;un7z_and_touch.bat"
|
||||
Outputs=".libs\glib.tag"
|
||||
/>
|
||||
|
@ -2573,7 +2581,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag
"
|
||||
AdditionalDependencies="7z.exe;un7z_and_touch.bat"
|
||||
Outputs=".libs\glib.tag"
|
||||
/>
|
||||
|
@ -2583,7 +2591,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag"
|
||||
CommandLine="un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* .libs\glib.tag
"
|
||||
AdditionalDependencies="7z.exe;un7z_and_touch.bat"
|
||||
Outputs=".libs\glib.tag"
|
||||
/>
|
||||
|
|
|
@ -409,6 +409,7 @@
|
|||
<ClCompile Include="..\filter\hq4x.cpp" />
|
||||
<ClCompile Include="..\filter\lq2x.cpp" />
|
||||
<ClCompile Include="..\filter\scanline.cpp" />
|
||||
<ClCompile Include="..\filter\xbrz.cpp" />
|
||||
<ClCompile Include="..\firmware.cpp" />
|
||||
<ClCompile Include="..\fs-windows.cpp" />
|
||||
<ClCompile Include="..\gfx3d.cpp" />
|
||||
|
@ -679,6 +680,7 @@
|
|||
<ClInclude Include="..\filter\hq4x.h" />
|
||||
<ClInclude Include="..\filter\interp.h" />
|
||||
<ClInclude Include="..\filter\lq2x.h" />
|
||||
<ClInclude Include="..\filter\xbrz.h" />
|
||||
<ClInclude Include="..\firmware.h" />
|
||||
<ClInclude Include="..\fs.h" />
|
||||
<ClInclude Include="..\gfx3d.h" />
|
||||
|
|
|
@ -807,6 +807,9 @@
|
|||
<ClCompile Include="..\addons\slot2_auto.cpp">
|
||||
<Filter>Core\addons</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\filter\xbrz.cpp">
|
||||
<Filter>Core\filter</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\armcpu.h">
|
||||
|
@ -1547,6 +1550,9 @@
|
|||
<ClInclude Include="..\slot2.h">
|
||||
<Filter>Core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\filter\xbrz.h">
|
||||
<Filter>Core\filter</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\instruction_tabdef.inc">
|
||||
|
|
|
@ -426,6 +426,7 @@
|
|||
<ClCompile Include="..\filter\hq4x.cpp" />
|
||||
<ClCompile Include="..\filter\lq2x.cpp" />
|
||||
<ClCompile Include="..\filter\scanline.cpp" />
|
||||
<ClCompile Include="..\filter\xbrz.cpp" />
|
||||
<ClCompile Include="..\firmware.cpp" />
|
||||
<ClCompile Include="..\fs-windows.cpp" />
|
||||
<ClCompile Include="..\gfx3d.cpp" />
|
||||
|
@ -697,6 +698,7 @@
|
|||
<ClInclude Include="..\filter\hq4x.h" />
|
||||
<ClInclude Include="..\filter\interp.h" />
|
||||
<ClInclude Include="..\filter\lq2x.h" />
|
||||
<ClInclude Include="..\filter\xbrz.h" />
|
||||
<ClInclude Include="..\firmware.h" />
|
||||
<ClInclude Include="..\fs.h" />
|
||||
<ClInclude Include="..\gfx3d.h" />
|
||||
|
|
|
@ -799,6 +799,9 @@
|
|||
<ClCompile Include="..\addons\slot2_auto.cpp">
|
||||
<Filter>Core\addons</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\filter\xbrz.cpp">
|
||||
<Filter>Core\filter</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\arm_jit.h">
|
||||
|
@ -1413,6 +1416,9 @@
|
|||
<ClInclude Include="fsnitroView.h">
|
||||
<Filter>Windows\tools</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\filter\xbrz.h">
|
||||
<Filter>Core\filter</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\instruction_tabdef.inc">
|
||||
|
|
Loading…
Reference in New Issue