include the utility in the core target, since the game needs it for package download now
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
PHONY = core tools package all mods clean distclean
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
core: game renderers mod_ra mod_cnc
|
core: game renderers mod_ra mod_cnc utility
|
||||||
tools: editor ralint seqed filex tsbuild utility
|
tools: editor ralint seqed filex tsbuild
|
||||||
package: fixheader core editor utility
|
package: fixheader core editor
|
||||||
mods: mod_ra mod_cnc
|
mods: mod_ra mod_cnc
|
||||||
all: core tools
|
all: core tools
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user