Add CROPFLAT for nightly builds

git-svn-id: svn://kolibrios.org@2657 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2012-05-01 18:13:48 +00:00
parent 8ebfc0eca4
commit 72810d8d6a
6 changed files with 6 additions and 0 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -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 \

View File

@ -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