Use the existing settings mechanism for --settings-value. Allows the defaults to be queried.

This commit is contained in:
Paul Chote
2011-01-27 19:34:52 +13:00
parent 562d07f11a
commit 746c3d068c
3 changed files with 10 additions and 35 deletions

View File

@@ -157,7 +157,7 @@ PHONY += fixheader
utility_SRCS = $(shell find OpenRA.Utility/ -iname '*.cs')
utility_TARGET = OpenRA.Utility.exe
utility_KIND = exe
utility_DEPS = $(fileformats_TARGET)
utility_DEPS = $(fileformats_TARGET) $(game_TARGET)
utility_LIBS = $(COMMON_LIBS) $(utility_DEPS) thirdparty/ICSharpCode.SharpZipLib.dll System.Windows.Forms.dll
PROGRAMS += utility
utility: $(utility_TARGET)