From 9d962d63035c21e3b69ec043aaff8fa510de5dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 15 Mar 2011 01:25:55 +0100 Subject: [PATCH] Don't build things that don't work. --- tools/supported/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/supported/CMakeLists.txt b/tools/supported/CMakeLists.txt index bc78eb127..d8cc6dad7 100644 --- a/tools/supported/CMakeLists.txt +++ b/tools/supported/CMakeLists.txt @@ -57,8 +57,8 @@ TARGET_LINK_LIBRARIES(dfliquids dfhack) # Solves the problem of unusable items after reclaim by clearing the 'in_job' bit of all items. # Original author: Quietust -ADD_EXECUTABLE(dfcleartask cleartask.cpp) -TARGET_LINK_LIBRARIES(dfcleartask dfhack) +#ADD_EXECUTABLE(dfcleartask cleartask.cpp) +#TARGET_LINK_LIBRARIES(dfcleartask dfhack) # position - check the DF window and cursor parameters ADD_EXECUTABLE(dfposition position.cpp) @@ -77,8 +77,8 @@ ADD_EXECUTABLE(dfweather weather.cpp) TARGET_LINK_LIBRARIES(dfweather dfhack) # incrementalsearch - a bit like cheat engine, only DF-specific, very basic -ADD_EXECUTABLE(dfautosearch autosearch.cpp) -TARGET_LINK_LIBRARIES(dfautosearch dfhack) +#ADD_EXECUTABLE(dfautosearch autosearch.cpp) +#TARGET_LINK_LIBRARIES(dfautosearch dfhack) ADD_EXECUTABLE(dfincremental incrementalsearch.cpp) TARGET_LINK_LIBRARIES(dfincremental dfhack) @@ -131,13 +131,13 @@ dfprobe dfpause dfdoffsets dfattachtest -dfcleartask +#dfcleartask dfexpbench dfsuspend dfflows dfliquids dfweather -dfautosearch +#dfautosearch dfincremental RUNTIME DESTINATION bin )