forked from KolibriOS/kolibrios
Adding REFRSCRN to the nightly builds
git-svn-id: svn://kolibrios.org@2701 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
943e20580c
commit
34566cb094
@ -45,6 +45,7 @@ FASM_PROGRAMS:=\
|
||||
@panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
|
||||
@rb:@RB:$(PROGS)/system/rb/trunk/@RB.ASM \
|
||||
@ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
|
||||
refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.ASM \
|
||||
asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
|
||||
calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
|
||||
calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
|
||||
|
@ -4,6 +4,7 @@
|
||||
# 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/refrscrn "" 1 # Refresh screen
|
||||
#/RD/1/COMMOUSE "" 1 # COM mice detector
|
||||
/RD/1/MEDIA/KIV \T__background.gif -1 # Desktop background image
|
||||
/RD/1/@CLIP "" 1 # Clipboard
|
||||
|
@ -45,6 +45,7 @@ FASM_PROGRAMS:=\
|
||||
@panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
|
||||
@rb:@RB:$(PROGS)/system/rb/trunk/@RB.ASM \
|
||||
@ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
|
||||
refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.ASM \
|
||||
asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
|
||||
calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
|
||||
calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
|
||||
|
@ -4,6 +4,7 @@
|
||||
# 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/refrscrn "" 1 # Refresh screen
|
||||
/RD/1/COMMOUSE "" 1 # COM mice detector
|
||||
/RD/1/MEDIA/KIV \T__background.gif -1 # Desktop background image
|
||||
/RD/1/@CLIP "" 1 # Clipboard
|
||||
|
@ -47,6 +47,7 @@ FASM_PROGRAMS:=\
|
||||
@panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
|
||||
@rb:@RB:$(PROGS)/system/rb/trunk/@RB.ASM \
|
||||
@ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
|
||||
refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.ASM \
|
||||
asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
|
||||
calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
|
||||
calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
|
||||
|
@ -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/refrscrn "" 1 # Refresh screen
|
||||
/RD/1/COMMOUSE "" 1 # COM mice detector
|
||||
/RD/1/MEDIA/KIV \T__background.gif -1 # Desktop background image
|
||||
/RD/1/@CLIP "" 1 # Clipboard
|
||||
|
@ -45,6 +45,7 @@ FASM_PROGRAMS:=\
|
||||
@panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
|
||||
@rb:@RB:$(PROGS)/system/rb/trunk/@RB.ASM \
|
||||
@ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm \
|
||||
refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.ASM \
|
||||
asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
|
||||
calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
|
||||
calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
|
||||
|
@ -4,6 +4,7 @@
|
||||
# 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/refrscrn "" 1 # Refresh screen
|
||||
/RD/1/COMMOUSE "" 1 # COM mice detector
|
||||
/RD/1/MEDIA/KIV \T__background.gif -1 # Desktop background image
|
||||
/RD/1/@CLIP "" 1 # Clipboard
|
||||
|
Loading…
Reference in New Issue
Block a user