put all remaining WinForms targets together
so it is easier to get rid of them
This commit is contained in:
8
Makefile
8
Makefile
@@ -66,7 +66,7 @@ INSTALL_PROGRAM = $(INSTALL) -m755
|
|||||||
INSTALL_DATA = $(INSTALL) -m644
|
INSTALL_DATA = $(INSTALL) -m644
|
||||||
|
|
||||||
# program targets
|
# program targets
|
||||||
CORE = rsdl2 rnull game utility irc crashdialog
|
CORE = rsdl2 rnull game utility irc
|
||||||
TOOLS = editor tsbuild ralint
|
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`)
|
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
|
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
|
mods: mod_ra mod_cnc mod_d2k mod_ts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user