mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Uniquely name gfx/scaler/filter.c for MSVC
This commit is contained in:
parent
b4592f6286
commit
390d198812
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ OBJ = frontend/frontend.o \
|
||||
gfx/shader_parse.o \
|
||||
gfx/scaler/pixconv.o \
|
||||
gfx/scaler/scaler_int.o \
|
||||
gfx/scaler/filter.o \
|
||||
gfx/scaler/scaler_filter.o \
|
||||
gfx/image/image.o \
|
||||
gfx/fonts/fonts.o \
|
||||
gfx/fonts/bitmapfont.o \
|
||||
|
@ -30,7 +30,7 @@ OBJ = frontend/platform/platform_emscripten.o \
|
||||
gfx/scaler/scaler.o \
|
||||
gfx/scaler/pixconv.o \
|
||||
gfx/scaler/scaler_int.o \
|
||||
gfx/scaler/filter.o \
|
||||
gfx/scaler/scaler_filter.o \
|
||||
gfx/state_tracker.o \
|
||||
gfx/shader_parse.o \
|
||||
gfx/fonts/fonts.o \
|
||||
|
@ -35,7 +35,7 @@ OBJ = frontend/frontend.o \
|
||||
gfx/scaler/scaler.o \
|
||||
gfx/scaler/pixconv.o \
|
||||
gfx/scaler/scaler_int.o \
|
||||
gfx/scaler/filter.o \
|
||||
gfx/scaler/scaler_filter.o \
|
||||
gfx/state_tracker.o \
|
||||
gfx/shader_parse.o \
|
||||
gfx/fonts/fonts.o \
|
||||
|
@ -467,7 +467,7 @@ DRIVERS
|
||||
/*============================================================
|
||||
SCALERS
|
||||
============================================================ */
|
||||
#include "../gfx/scaler/filter.c"
|
||||
#include "../gfx/scaler/scaler_filter.c"
|
||||
#include "../gfx/scaler/pixconv.c"
|
||||
#include "../gfx/scaler/scaler.c"
|
||||
#include "../gfx/scaler/scaler_int.c"
|
||||
|
@ -282,7 +282,7 @@
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\gfx\math\matrix_3x3.c">
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\gfx\scaler\filter.c">
|
||||
<ClCompile Include="..\..\gfx\scaler\scaler_filter.c">
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\gfx\scaler\pixconv.c">
|
||||
</ClCompile>
|
||||
@ -334,4 +334,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
@ -131,7 +131,7 @@
|
||||
<ClCompile Include="..\..\gfx\scaler\scaler_int.c">
|
||||
<Filter>gfx\scaler</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\gfx\scaler\filter.c">
|
||||
<ClCompile Include="..\..\gfx\scaler\scaler_filter.c">
|
||||
<Filter>gfx\scaler</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\gfx\d3d9\render_chain.cpp">
|
||||
@ -298,4 +298,4 @@
|
||||
<UniqueIdentifier>{bc290b55-620e-4351-b3b8-4d7a0a3b8792}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user