mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Do not try to remove dead hqflt :D
This commit is contained in:
parent
ff7843cbe9
commit
98cf4223ab
@ -154,9 +154,7 @@ clean:
|
|||||||
rm -f gfx/*.o
|
rm -f gfx/*.o
|
||||||
rm -f gfx/py_state/*.o
|
rm -f gfx/py_state/*.o
|
||||||
rm -f record/*.o
|
rm -f record/*.o
|
||||||
rm -f hqflt/*.o
|
|
||||||
rm -f input/*.o
|
rm -f input/*.o
|
||||||
rm -f hqflt/snes_ntsc/*.o
|
|
||||||
rm -f $(TARGET)
|
rm -f $(TARGET)
|
||||||
rm -f ssnes-joyconfig.exe
|
rm -f ssnes-joyconfig.exe
|
||||||
rm -f tools/*.o
|
rm -f tools/*.o
|
||||||
|
@ -9,9 +9,9 @@ CXX = g++
|
|||||||
HAVE_DINPUT = 1
|
HAVE_DINPUT = 1
|
||||||
HAVE_SRC = 0
|
HAVE_SRC = 0
|
||||||
HAVE_SDL = 1
|
HAVE_SDL = 1
|
||||||
HAVE_XML = 1
|
HAVE_XML = 0
|
||||||
HAVE_FREETYPE = 1
|
HAVE_FREETYPE = 0
|
||||||
HAVE_XAUDIO = 1
|
HAVE_XAUDIO = 0
|
||||||
HAVE_DSOUND = 1
|
HAVE_DSOUND = 1
|
||||||
HAVE_RSOUND = 0
|
HAVE_RSOUND = 0
|
||||||
HAVE_DYLIB = 1
|
HAVE_DYLIB = 1
|
||||||
@ -141,9 +141,7 @@ clean:
|
|||||||
rm -f conf/*.o
|
rm -f conf/*.o
|
||||||
rm -f gfx/*.o
|
rm -f gfx/*.o
|
||||||
rm -f record/*.o
|
rm -f record/*.o
|
||||||
rm -f hqflt/*.o
|
|
||||||
rm -f input/*.o
|
rm -f input/*.o
|
||||||
rm -f hqflt/snes_ntsc/*.o
|
|
||||||
rm -f $(TARGET)
|
rm -f $(TARGET)
|
||||||
rm -f ssnes-joyconfig.exe
|
rm -f ssnes-joyconfig.exe
|
||||||
rm -f tools/*.o
|
rm -f tools/*.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user