Do not try to remove dead hqflt :D

This commit is contained in:
Themaister 2011-08-19 12:58:47 +02:00
parent ff7843cbe9
commit 98cf4223ab
2 changed files with 3 additions and 7 deletions

View File

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

View File

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