export health, cost and damage per section into a CSV file

closes #3855
This commit is contained in:
Matthias Mailänder
2014-06-15 20:10:51 +02:00
parent 60d973aab4
commit 8249012e4b
4 changed files with 57 additions and 2 deletions

View File

@@ -219,10 +219,11 @@ crashdialog: $(crashdialog_TARGET)
utility_SRCS := $(shell find OpenRA.Utility/ -iname '*.cs')
utility_TARGET = OpenRA.Utility.exe
utility_KIND = exe
utility_DEPS = $(game_TARGET)
utility_DEPS = $(game_TARGET) $(mod_ra_TARGET)
utility_LIBS = $(COMMON_LIBS) $(utility_DEPS) thirdparty/ICSharpCode.SharpZipLib.dll
PROGRAMS += utility
utility: $(utility_TARGET)
@$(CP) $(mod_ra_TARGET) .
# Patches binary headers to work around a mono bug