From: John Hodge (sonata) Date: Sun, 20 Jan 2013 06:31:15 +0000 (+0800) Subject: Makefile - Added libunicode and GUI terminal X-Git-Tag: rel0.15~598^2~17 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=40d03ffa445137c3e6c5b864ac1e96dba382af63;p=tpg%2Facess2.git Makefile - Added libunicode and GUI terminal --- diff --git a/Makefile b/Makefile index 32f1ffb4..c2ef59ff 100644 --- a/Makefile +++ b/Makefile @@ -12,12 +12,12 @@ SUBMAKE = $(MAKE) --no-print-directory USRLIBS := crt0.o acess.ld ld-acess.so libc.so libposix.so USRLIBS += libreadline.so libnet.so liburi.so libpsocket.so -USRLIBS += libimage_sif.so +USRLIBS += libimage_sif.so libunicode.so USRAPPS := init login CLIShell cat ls mount USRAPPS += bomb lspci USRAPPS += ip dhcpclient ping telnet irc wget telnetd -USRAPPS += axwin3 gui_ate +USRAPPS += axwin3 gui_ate gui_shell ALL_DYNMODS = $(addprefix all-,$(DYNMODS)) ALL_MODULES := $(addprefix all-,$(MODULES))