Uniquely name gfx/scaler/filter.c for MSVC

This commit is contained in:
twinaphex 2014-04-16 15:48:33 +02:00
parent b4592f6286
commit 390d198812
7 changed files with 8 additions and 8 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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"

View File

@ -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>

View File

@ -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>