Libretro: Fixed tabs/spaces in makefile
This commit is contained in:
parent
66e3291039
commit
ba357c6f6d
3 changed files with 6 additions and 2 deletions
|
@ -118,13 +118,13 @@ SOURCES_CXX := $(LIBRETRO_DIR)/libretro.cpp \
|
||||||
$(UTIL_DIR)/ArchiveReader.cpp \
|
$(UTIL_DIR)/ArchiveReader.cpp \
|
||||||
$(UTIL_DIR)/AutoResetEvent.cpp \
|
$(UTIL_DIR)/AutoResetEvent.cpp \
|
||||||
$(UTIL_DIR)/AviRecorder.cpp \
|
$(UTIL_DIR)/AviRecorder.cpp \
|
||||||
$(UTIL_DIR)/AviWriter.cpp \
|
$(UTIL_DIR)/AviWriter.cpp \
|
||||||
$(UTIL_DIR)/blip_buf.cpp \
|
$(UTIL_DIR)/blip_buf.cpp \
|
||||||
$(UTIL_DIR)/BpsPatcher.cpp \
|
$(UTIL_DIR)/BpsPatcher.cpp \
|
||||||
$(UTIL_DIR)/CamstudioCodec.cpp \
|
$(UTIL_DIR)/CamstudioCodec.cpp \
|
||||||
$(UTIL_DIR)/CRC32.cpp \
|
$(UTIL_DIR)/CRC32.cpp \
|
||||||
$(UTIL_DIR)/FolderUtilities.cpp \
|
$(UTIL_DIR)/FolderUtilities.cpp \
|
||||||
$(UTIL_DIR)/GifRecorder.cpp \
|
$(UTIL_DIR)/GifRecorder.cpp \
|
||||||
$(UTIL_DIR)/HexUtilities.cpp \
|
$(UTIL_DIR)/HexUtilities.cpp \
|
||||||
$(UTIL_DIR)/IpsPatcher.cpp \
|
$(UTIL_DIR)/IpsPatcher.cpp \
|
||||||
$(UTIL_DIR)/md5.cpp \
|
$(UTIL_DIR)/md5.cpp \
|
||||||
|
|
|
@ -428,6 +428,7 @@
|
||||||
<ClInclude Include="CamstudioCodec.h" />
|
<ClInclude Include="CamstudioCodec.h" />
|
||||||
<ClInclude Include="CRC32.h" />
|
<ClInclude Include="CRC32.h" />
|
||||||
<ClInclude Include="FolderUtilities.h" />
|
<ClInclude Include="FolderUtilities.h" />
|
||||||
|
<ClInclude Include="gif.h" />
|
||||||
<ClInclude Include="GifRecorder.h" />
|
<ClInclude Include="GifRecorder.h" />
|
||||||
<ClInclude Include="HexUtilities.h" />
|
<ClInclude Include="HexUtilities.h" />
|
||||||
<ClInclude Include="HQX\common.h" />
|
<ClInclude Include="HQX\common.h" />
|
||||||
|
|
|
@ -172,6 +172,9 @@
|
||||||
<ClInclude Include="AviRecorder.h">
|
<ClInclude Include="AviRecorder.h">
|
||||||
<Filter>Avi</Filter>
|
<Filter>Avi</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="gif.h">
|
||||||
|
<Filter>Misc</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="xBRZ\xbrz.cpp">
|
<ClCompile Include="xBRZ\xbrz.cpp">
|
||||||
|
|
Loading…
Add table
Reference in a new issue