Install the batch file for prospector tool on windows. Prospector-related readme update.

develop
Petr Mrázek 2011-04-20 01:32:34 +02:00
parent 66bb9d448c
commit 2ed7dca69e
3 changed files with 10 additions and 6 deletions

@ -133,9 +133,10 @@ Can be used to determine tile properties like temperature.
dfprospector dfprospector
============ ============
Lists all available minerals on the map and how much of them there is. Lists all available minerals on the map and how much of them there is.
It has two parameters: It has one parameter:
-a processes all tiles, even hidden ones. * -a processes all tiles, even hidden ones.
-b includes layer rocks into the count.
On windows, it's possible to run dfprsopector-all.bat to process all the tiles without messing with terminal windows.
dfreveal dfreveal
======== ========

@ -474,9 +474,9 @@ You just lost a fortress and gained an adventurer.</p>
<div class="section" id="dfprospector"> <div class="section" id="dfprospector">
<h2><a class="toc-backref" href="#id22">dfprospector</a></h2> <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. <p>Lists all available minerals on the map and how much of them there is.
It has two parameters: It has one parameter:
-a processes all tiles, even hidden ones. * -a processes all tiles, even hidden ones.</p>
-b includes layer rocks into the count.</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>
<div class="section" id="dfreveal"> <div class="section" id="dfreveal">
<h2><a class="toc-backref" href="#id23">dfreveal</a></h2> <h2><a class="toc-backref" href="#id23">dfreveal</a></h2>

@ -28,6 +28,9 @@ DFHACK_TOOL(dfpause forcepause.cpp)
# prospector - produces a list of available materials and their quantities # prospector - produces a list of available materials and their quantities
DFHACK_TOOL(dfprospector prospector.cpp) DFHACK_TOOL(dfprospector prospector.cpp)
IF(WIN32)
INSTALL(PROGRAMS dfprospector-all.bat DESTINATION ${DFHACK_BINARY_DESTINATION})
ENDIF()
# vdig - dig the vein under the cursor # vdig - dig the vein under the cursor
DFHACK_TOOL(dfvdig vdig.cpp) DFHACK_TOOL(dfvdig vdig.cpp)