diff options
| -rw-r--r-- | README.rst | 7 | ||||
| -rw-r--r-- | Readme.html | 6 | ||||
| -rw-r--r-- | tools/supported/CMakeLists.txt | 3 |
3 files changed, 10 insertions, 6 deletions
@@ -133,9 +133,10 @@ Can be used to determine tile properties like temperature. dfprospector ============ Lists all available minerals on the map and how much of them there is. -It has two parameters: --a processes all tiles, even hidden ones. --b includes layer rocks into the count. +It has one parameter: +* -a processes all tiles, even hidden ones. + +On windows, it's possible to run dfprsopector-all.bat to process all the tiles without messing with terminal windows. dfreveal ======== diff --git a/Readme.html b/Readme.html index f407065d..75083c2d 100644 --- a/Readme.html +++ b/Readme.html @@ -474,9 +474,9 @@ You just lost a fortress and gained an adventurer.</p> <div class="section" id="dfprospector"> <h2><a class="toc-backref" href="#id22">dfprospector</a></h2> <p>Lists all available minerals on the map and how much of them there is. -It has two parameters: --a processes all tiles, even hidden ones. --b includes layer rocks into the count.</p> +It has one parameter: +* -a processes all tiles, even hidden ones.</p> +<p>On windows, it's possible to run dfprsopector-all.bat to process all the tiles without messing with terminal windows.</p> </div> <div class="section" id="dfreveal"> <h2><a class="toc-backref" href="#id23">dfreveal</a></h2> diff --git a/tools/supported/CMakeLists.txt b/tools/supported/CMakeLists.txt index 88f8f22c..bc6a0150 100644 --- a/tools/supported/CMakeLists.txt +++ b/tools/supported/CMakeLists.txt @@ -28,6 +28,9 @@ DFHACK_TOOL(dfpause forcepause.cpp) # prospector - produces a list of available materials and their quantities DFHACK_TOOL(dfprospector prospector.cpp) +IF(WIN32) + INSTALL(PROGRAMS dfprospector-all.bat DESTINATION ${DFHACK_BINARY_DESTINATION}) +ENDIF() # vdig - dig the vein under the cursor DFHACK_TOOL(dfvdig vdig.cpp) |
