diff -r 40be5c189e2e -r 5eb765a7a793 ui/wpf/objs.mk --- a/ui/wpf/objs.mk Sat Jan 24 19:17:35 2015 +0100 +++ b/ui/wpf/objs.mk Sun Jan 25 15:01:04 2015 +0100 @@ -31,6 +31,7 @@ WPFOBJ = toolkit.o WPFOBJ += window.o +WPFOBJ += menu.o TOOLKITOBJS += $(WPFOBJ:%=$(WPF_OBJPRE)%) TOOLKITSOURCE += $(WPFOBJ:%.o=wpf/%.c)