Moved buildprobe to developer plugins

develop
rampaging-poet 2011-10-13 18:27:59 -07:00
parent 8dea0db83f
commit 3ef2cace1a
3 changed files with 1 additions and 1 deletions

@ -45,7 +45,6 @@ DFHACK_PLUGIN(cleanowned cleanowned.cpp)
DFHACK_PLUGIN(deramp deramp.cpp)
DFHACK_PLUGIN(flows flows.cpp)
DFHACK_PLUGIN(filltraffic filltraffic.cpp)
DFHACK_PLUGIN(buildprobe buildprobe.cpp)
# this is the skeleton plugin. If you want to make your own, make a copy and then change it
OPTION(BUILD_SKELETON "Build the skeleton plugin." OFF)

@ -7,4 +7,5 @@ DFHACK_PLUGIN(rawdump rawdump.cpp)
DFHACK_PLUGIN(itemhacks itemhacks.cpp)
DFHACK_PLUGIN(notes notes.cpp)
DFHACK_PLUGIN(memview memview.cpp)
DFHACK_PLUGIN(buildprobe buildprobe.cpp)
#DFHACK_PLUGIN(tiles tiles.cpp)