put all remaining WinForms targets together

so it is easier to get rid of them
This commit is contained in:
Matthias Mailänder
2014-05-17 09:36:19 +02:00
parent 65829bb58c
commit 991ddf035a

View File

@@ -66,7 +66,7 @@ INSTALL_PROGRAM = $(INSTALL) -m755
INSTALL_DATA = $(INSTALL) -m644
# program targets
CORE = rsdl2 rnull game utility irc crashdialog
CORE = rsdl2 rnull game utility irc
TOOLS = editor tsbuild ralint
VERSION = $(shell git name-rev --name-only --tags --no-undefined HEAD 2>/dev/null || echo git-`git rev-parse --short HEAD`)
@@ -253,11 +253,11 @@ $(foreach prog,$(PROGRAMS),$(eval $(call BUILD_ASSEMBLY,$(prog))))
#
default: dependencies core
core: game renderers mods utility crashdialog
core: game renderers mods utility ralint
tools: editor tsbuild ralint
tools: editor tsbuild crashdialog
package: dependencies core editor docs version
package: dependencies core editor crashdialog docs version
mods: mod_ra mod_cnc mod_d2k mod_ts