From 70f03e3728ab94528fff4d137ba41cc15257cac6 Mon Sep 17 00:00:00 2001 From: verhaegs Date: Sun, 19 Mar 2006 09:57:50 +0000 Subject: [PATCH] bootmenu is now a resource git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@24188 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/i386-pc/boot/mmakefile.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/i386-pc/boot/mmakefile.src b/arch/i386-pc/boot/mmakefile.src index b58f3bd7b6..679fae6ffa 100644 --- a/arch/i386-pc/boot/mmakefile.src +++ b/arch/i386-pc/boot/mmakefile.src @@ -8,11 +8,11 @@ DEPLIBS := $(addprefix $(LIBDIR)/lib,$(addsuffix .a,$(USELIBS))) KLIBS := exec boot aros dos graphics utility intuition keymap \ mathieeesingbas expansion oop layers workbench cybergraphics \ - bootmenu partition + partition KDEVS := timer input keyboard console gameport ata trackdisk KHNDLRS := con nil ram cdrom afs KHIDDS := hiddclass serial mouse irq graphics kbd vesagfx vgah pci pcipc -KRSRCS := battclock bootloader misc +KRSRCS := battclock bootloader bootmenu misc #Disabled RSRC cpu #Disabled HIDD vmwaregfx usbuhci -- 2.11.4.GIT