include the utility in the core target, since the game needs it for package download now

This commit is contained in:
Chris Forbes
2011-03-15 10:14:56 +13:00
parent cf9e81ea29
commit c313920c7c

View File

@@ -5,9 +5,9 @@ COMMON_LIBS = System.dll System.Core.dll System.Drawing.dll System.Xml.dll third
PHONY = core tools package all mods clean distclean
.SUFFIXES:
core: game renderers mod_ra mod_cnc
tools: editor ralint seqed filex tsbuild utility
package: fixheader core editor utility
core: game renderers mod_ra mod_cnc utility
tools: editor ralint seqed filex tsbuild
package: fixheader core editor
mods: mod_ra mod_cnc
all: core tools
clean: