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

This reverts commit 8249012e4b.

Conflicts:
	OpenRA.Utility/Command.cs
This commit is contained in:
Paul Chote
2014-06-23 09:31:40 +12:00
parent 2e605ba0f7
commit 7cf2a32a2a
4 changed files with 2 additions and 109 deletions

View File

@@ -219,11 +219,10 @@ crashdialog: $(crashdialog_TARGET)
utility_SRCS := $(shell find OpenRA.Utility/ -iname '*.cs')
utility_TARGET = OpenRA.Utility.exe
utility_KIND = exe
utility_DEPS = $(game_TARGET) $(mod_ra_TARGET)
utility_DEPS = $(game_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