Move dfstatus to supported.

develop
Petr Mrázek 2011-05-23 03:23:56 +02:00
parent e5e0391d76
commit b7aef4d84c
3 changed files with 3 additions and 4 deletions

@ -28,10 +28,6 @@ DFHACK_TOOL(dfmoodump moodump.cpp)
# Author: mizipzor
DFHACK_TOOL(dfdigger digger.cpp)
# dfstatus - watches DF and prints stuff in a window
DFHACK_CURSES_TOOL(dfstatus dfstatus.cpp)
find_package(Curses QUIET)
# digger2 - designate for digging from a text file
# Author: rOut
DFHACK_TOOL(dfdigger2 digger2.cpp)

@ -118,3 +118,6 @@ DFHACK_TOOL(dftiletypes tiletypes.cpp)
# veinlook - look at the map... sort of, kind of
DFHACK_CURSES_TOOL(dfveinlook veinlook.cpp)
# dfstatus - watches DF and prints stuff in a window
DFHACK_CURSES_TOOL(dfstatus dfstatus.cpp)