forked from KolibriOS/kolibrios
Add CROPFLAT for nightly builds
git-svn-id: svn://kolibrios.org@2657 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8ebfc0eca4
commit
72810d8d6a
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user