diff options
| author | Robert Heinrich | 2012-03-31 15:41:55 +0200 |
|---|---|---|
| committer | Robert Heinrich | 2012-03-31 15:41:55 +0200 |
| commit | 39787e9cd5f336fee993c38010ab9cf2fa246555 (patch) | |
| tree | 61e87b65f725bc2437dc97f0d97689258c043d7a /plugins/CMakeLists.txt | |
| parent | a01f5127335a32e34a2d8f0775281c98ab5b9843 (diff) | |
| download | dfhack-39787e9cd5f336fee993c38010ab9cf2fa246555.tar.gz dfhack-39787e9cd5f336fee993c38010ab9cf2fa246555.tar.bz2 dfhack-39787e9cd5f336fee993c38010ab9cf2fa246555.tar.xz | |
Renamed digging commands to uniformly start with 'dig*'(vdig -> digv etc). Added command digl, diglx (dig layerstone instead of veins). Updated readme.rst.
Diffstat (limited to 'plugins/CMakeLists.txt')
| -rw-r--r-- | plugins/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 229c73e6..4fbf4b51 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -61,6 +61,7 @@ if (BUILD_SUPPORTED) DFHACK_PLUGIN(cursecheck cursecheck.cpp) # automatically assign labors to dwarves! DFHACK_PLUGIN(autolabor autolabor.cpp) + DFHACK_PLUGIN(dig dig.cpp) DFHACK_PLUGIN(drybuckets drybuckets.cpp) DFHACK_PLUGIN(getplants getplants.cpp) DFHACK_PLUGIN(plants plants.cpp) @@ -68,7 +69,6 @@ if (BUILD_SUPPORTED) DFHACK_PLUGIN(prospector prospector.cpp) DFHACK_PLUGIN(cleaners cleaners.cpp) DFHACK_PLUGIN(weather weather.cpp) - DFHACK_PLUGIN(vdig vdig.cpp) DFHACK_PLUGIN(colonies colonies.cpp) DFHACK_PLUGIN(mode mode.cpp) DFHACK_PLUGIN(liquids liquids.cpp Brushes.h) |
