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:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user