diff --git a/data/Vortex86MX-eng/Makefile b/data/Vortex86MX-eng/Makefile index ae80193e08..99335de9e0 100644 --- a/data/Vortex86MX-eng/Makefile +++ b/data/Vortex86MX-eng/Makefile @@ -58,6 +58,7 @@ FASM_PROGRAMS:=\ gmon:GMON:$(PROGS)/system/gmon/gmon.asm \ hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \ icon:ICON:$(PROGS)/system/icon/trunk/icon.asm \ + cropflat:CROPFLAT:$(PROGS)/system/cropflat/cropflat.asm \ kbd:KBD:$(PROGS)/system/kbd/trunk/kbd.ASM \ kpack:KPACK:$(PROGS)/other/kpack/trunk/kpack.asm \ launcher:LAUNCHER:$(PROGS)/system/launcher/trunk/launcher.asm \ diff --git a/data/Vortex86MX-eng/autorun.dat b/data/Vortex86MX-eng/autorun.dat index 40538cb437..d7a17de69e 100644 --- a/data/Vortex86MX-eng/autorun.dat +++ b/data/Vortex86MX-eng/autorun.dat @@ -3,6 +3,7 @@ # Delay time means how much the system should wait, before running the next line. It is measured in 1/100 seconds. # If delay is negative, wait for termination of the spawned process. Otherwise, simply wait # +#/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen #/RD/1/COMMOUSE "" 1 # COM mice detector /RD/1/MEDIA/KIV \T__background.gif -1 # Desktop background image /RD/1/@CLIP "" 1 # Clipboard diff --git a/data/eng/Makefile b/data/eng/Makefile index d850864987..dc41624828 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -58,6 +58,7 @@ FASM_PROGRAMS:=\ gmon:GMON:$(PROGS)/system/gmon/gmon.asm \ hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \ icon:ICON:$(PROGS)/system/icon/trunk/icon.asm \ + cropflat:CROPFLAT:$(PROGS)/system/cropflat/cropflat.asm \ kbd:KBD:$(PROGS)/system/kbd/trunk/kbd.ASM \ kpack:KPACK:$(PROGS)/other/kpack/trunk/kpack.asm \ launcher:LAUNCHER:$(PROGS)/system/launcher/trunk/launcher.asm \ diff --git a/data/eng/autorun.dat b/data/eng/autorun.dat index 2b2d31a162..550d3ce582 100644 --- a/data/eng/autorun.dat +++ b/data/eng/autorun.dat @@ -3,6 +3,7 @@ # Delay time means how much the system should wait, before running the next line. It is measured in 1/100 seconds. # If delay is negative, wait for termination of the spawned process. Otherwise, simply wait # +#/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen /RD/1/COMMOUSE "" 1 # COM mice detector /RD/1/MEDIA/KIV \T__background.gif -1 # Desktop background image /RD/1/@CLIP "" 1 # Clipboard diff --git a/data/rus/Makefile b/data/rus/Makefile index 35250150a3..3d1cbc128c 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -58,6 +58,7 @@ FASM_PROGRAMS:=\ gmon:GMON:$(PROGS)/system/gmon/gmon.asm \ hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \ icon:ICON:$(PROGS)/system/icon/trunk/icon.asm \ + cropflat:CROPFLAT:$(PROGS)/system/cropflat/cropflat.asm \ kbd:KBD:$(PROGS)/system/kbd/trunk/kbd.ASM \ kpack:KPACK:$(PROGS)/other/kpack/trunk/kpack.asm \ launcher:LAUNCHER:$(PROGS)/system/launcher/trunk/launcher.asm \ diff --git a/data/rus/autorun.dat b/data/rus/autorun.dat index 2b2d31a162..550d3ce582 100644 --- a/data/rus/autorun.dat +++ b/data/rus/autorun.dat @@ -3,6 +3,7 @@ # Delay time means how much the system should wait, before running the next line. It is measured in 1/100 seconds. # If delay is negative, wait for termination of the spawned process. Otherwise, simply wait # +#/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen /RD/1/COMMOUSE "" 1 # COM mice detector /RD/1/MEDIA/KIV \T__background.gif -1 # Desktop background image /RD/1/@CLIP "" 1 # Clipboard