summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek2011-04-20 01:32:34 +0200
committerPetr Mrázek2011-04-20 01:32:34 +0200
commit2ed7dca69e4b20c629c7dd30cd0e0f0e19749409 (patch)
treeee25dd13bebb35635b963e30f856b21dcccf3933
parent66bb9d448c3fca2135815129a1d1666d21843385 (diff)
downloaddfhack-2ed7dca69e4b20c629c7dd30cd0e0f0e19749409.tar.gz
dfhack-2ed7dca69e4b20c629c7dd30cd0e0f0e19749409.tar.bz2
dfhack-2ed7dca69e4b20c629c7dd30cd0e0f0e19749409.tar.xz
Install the batch file for prospector tool on windows. Prospector-related readme update.
-rw-r--r--README.rst7
-rw-r--r--Readme.html6
-rw-r--r--tools/supported/CMakeLists.txt3
3 files changed, 10 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index f5185c3e..e2330551 100644
--- a/README.rst
+++ b/README.rst
@@ -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)