diff --git a/data/Vortex86MX-eng/Makefile b/data/Vortex86MX-eng/Makefile index b27a990597..c67717a419 100644 --- a/data/Vortex86MX-eng/Makefile +++ b/data/Vortex86MX-eng/Makefile @@ -66,6 +66,7 @@ FASM_PROGRAMS:=\ magnify:MAGNIFY:$(PROGS)/demos/magnify/trunk/magnify.asm \ mgb:MGB:$(PROGS)/system/mgb/trunk/mgb.asm \ mousemul:MOUSEMUL:$(PROGS)/system/mousemul/trunk/mousemul.asm \ + madmouse:MADMOUSE:$(PROGS)/other/madmouse/madmouse.asm \ mykey:MYKEY:$(PROGS)/system/MyKey/trunk/MyKey.asm \ pcidev:PCIDEV:$(PROGS)/system/pcidev/trunk/PCIDEV.ASM \ period:PERIOD:$(PROGS)/other/period/trunk/period.asm \ diff --git a/data/eng/Makefile b/data/eng/Makefile index 11c2720fa2..e09295e3f3 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -66,6 +66,7 @@ FASM_PROGRAMS:=\ magnify:MAGNIFY:$(PROGS)/demos/magnify/trunk/magnify.asm \ mgb:MGB:$(PROGS)/system/mgb/trunk/mgb.asm \ mousemul:MOUSEMUL:$(PROGS)/system/mousemul/trunk/mousemul.asm \ + madmouse:MADMOUSE:$(PROGS)/other/madmouse/madmouse.asm \ mykey:MYKEY:$(PROGS)/system/MyKey/trunk/MyKey.asm \ pcidev:PCIDEV:$(PROGS)/system/pcidev/trunk/PCIDEV.ASM \ period:PERIOD:$(PROGS)/other/period/trunk/period.asm \ diff --git a/data/new-stack/Makefile b/data/new-stack/Makefile index e3342f89e3..dd3adb6e57 100644 --- a/data/new-stack/Makefile +++ b/data/new-stack/Makefile @@ -67,6 +67,7 @@ FASM_PROGRAMS:=\ magnify:MAGNIFY:$(PROGS)/demos/magnify/trunk/magnify.asm \ mgb:MGB:$(PROGS)/system/mgb/trunk/mgb.asm \ mousemul:MOUSEMUL:$(PROGS)/system/mousemul/trunk/mousemul.asm \ + madmouse:MADMOUSE:$(PROGS)/other/madmouse/madmouse.asm \ mykey:MYKEY:$(PROGS)/system/MyKey/trunk/MyKey.asm \ pcidev:PCIDEV:$(PROGS)/system/pcidev/trunk/PCIDEV.ASM \ period:PERIOD:$(PROGS)/other/period/trunk/period.asm \ diff --git a/data/rus/Makefile b/data/rus/Makefile index 1f34234c8b..108806d284 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -66,6 +66,7 @@ FASM_PROGRAMS:=\ magnify:MAGNIFY:$(PROGS)/demos/magnify/trunk/magnify.asm \ mgb:MGB:$(PROGS)/system/mgb/trunk/mgb.asm \ mousemul:MOUSEMUL:$(PROGS)/system/mousemul/trunk/mousemul.asm \ + madmouse:MADMOUSE:$(PROGS)/other/madmouse/madmouse.asm \ mykey:MYKEY:$(PROGS)/system/MyKey/trunk/MyKey.asm \ pcidev:PCIDEV:$(PROGS)/system/pcidev/trunk/PCIDEV.ASM \ period:PERIOD:$(PROGS)/other/period/trunk/period.asm \