From 3ef2cace1af524cf23e1f1fd4491e1d00ece13b0 Mon Sep 17 00:00:00 2001 From: rampaging-poet Date: Thu, 13 Oct 2011 18:27:59 -0700 Subject: [PATCH] Moved buildprobe to developer plugins --- plugins/CMakeLists.txt | 1 - plugins/devel/CMakeLists.txt | 1 + plugins/{ => devel}/buildprobe.cpp | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename plugins/{ => devel}/buildprobe.cpp (100%) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 10a3b3d32..844e7cabe 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -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) diff --git a/plugins/devel/CMakeLists.txt b/plugins/devel/CMakeLists.txt index 10bda678f..31c31a224 100644 --- a/plugins/devel/CMakeLists.txt +++ b/plugins/devel/CMakeLists.txt @@ -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) diff --git a/plugins/buildprobe.cpp b/plugins/devel/buildprobe.cpp similarity index 100% rename from plugins/buildprobe.cpp rename to plugins/devel/buildprobe.cpp