From 98cf4223abb20322530bbea81efd29e11a91f4ea Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 19 Aug 2011 12:58:47 +0200 Subject: [PATCH] Do not try to remove dead hqflt :D --- Makefile.win32 | 2 -- Makefile.win64 | 8 +++----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile.win32 b/Makefile.win32 index 8d0bd8898b..d55f526fb6 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -154,9 +154,7 @@ clean: rm -f gfx/*.o rm -f gfx/py_state/*.o rm -f record/*.o - rm -f hqflt/*.o rm -f input/*.o - rm -f hqflt/snes_ntsc/*.o rm -f $(TARGET) rm -f ssnes-joyconfig.exe rm -f tools/*.o diff --git a/Makefile.win64 b/Makefile.win64 index 432ffd335b..e08446616e 100644 --- a/Makefile.win64 +++ b/Makefile.win64 @@ -9,9 +9,9 @@ CXX = g++ HAVE_DINPUT = 1 HAVE_SRC = 0 HAVE_SDL = 1 -HAVE_XML = 1 -HAVE_FREETYPE = 1 -HAVE_XAUDIO = 1 +HAVE_XML = 0 +HAVE_FREETYPE = 0 +HAVE_XAUDIO = 0 HAVE_DSOUND = 1 HAVE_RSOUND = 0 HAVE_DYLIB = 1 @@ -141,9 +141,7 @@ clean: rm -f conf/*.o rm -f gfx/*.o rm -f record/*.o - rm -f hqflt/*.o rm -f input/*.o - rm -f hqflt/snes_ntsc/*.o rm -f $(TARGET) rm -f ssnes-joyconfig.exe rm -f tools/*.o