forked from KolibriOS/kolibrios
Adding auto-mounting additional directory to the nightly build. For ENG/IT/SP.
git-svn-id: svn://kolibrios.org@3667 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
dd5c155657
commit
00e16fc52e
@ -74,6 +74,7 @@ FASM_PROGRAMS:=\
|
|||||||
rdsave:RDSAVE:$(PROGS)/system/rdsave/trunk/rdsave.asm \
|
rdsave:RDSAVE:$(PROGS)/system/rdsave/trunk/rdsave.asm \
|
||||||
rtfread:RTFREAD:$(PROGS)/other/rtfread/trunk/rtfread.asm \
|
rtfread:RTFREAD:$(PROGS)/other/rtfread/trunk/rtfread.asm \
|
||||||
run:RUN:$(PROGS)/system/run/trunk/run.asm \
|
run:RUN:$(PROGS)/system/run/trunk/run.asm \
|
||||||
|
searchap:SEARCHAP:$(PROGS)/system/searchap/searchap.asm \
|
||||||
scrshoot:SCRSHOOT:$(PROGS)/media/scrshoot/scrshoot.asm \
|
scrshoot:SCRSHOOT:$(PROGS)/media/scrshoot/scrshoot.asm \
|
||||||
setup:SETUP:$(PROGS)/system/setup/trunk/setup.asm \
|
setup:SETUP:$(PROGS)/system/setup/trunk/setup.asm \
|
||||||
test:TEST:$(PROGS)/system/test/trunk/test.asm \
|
test:TEST:$(PROGS)/system/test/trunk/test.asm \
|
||||||
@ -283,7 +284,7 @@ OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
|||||||
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
||||||
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
||||||
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
||||||
menu.dat:MENU.DAT \
|
menu.dat:MENU.DAT kolibri.lbl:KOLIBRI.LBL \
|
||||||
panel.ini:PANEL.INI setup.dat:SETUP.DAT \
|
panel.ini:PANEL.INI setup.dat:SETUP.DAT \
|
||||||
shell:SHELL table:TABLE \
|
shell:SHELL table:TABLE \
|
||||||
vmode:VMODE 3d/3dsheart:3D/3DSHEART \
|
vmode:VMODE 3d/3dsheart:3D/3DSHEART \
|
||||||
@ -363,10 +364,12 @@ EXTRA:=\
|
|||||||
DISTRIBUTION_EXTRA:=\
|
DISTRIBUTION_EXTRA:=\
|
||||||
$(EXTRA) \
|
$(EXTRA) \
|
||||||
/readme.txt=distr_data/readme_distr.txt \
|
/readme.txt=distr_data/readme_distr.txt \
|
||||||
|
/kolibri.lbl=kolibri.lbl \
|
||||||
#end of list
|
#end of list
|
||||||
MKISOFS_EXTRA:=\
|
MKISOFS_EXTRA:=\
|
||||||
$(EXTRA) \
|
$(EXTRA) \
|
||||||
/=distr_data/readme.txt \
|
/=distr_data/readme.txt \
|
||||||
|
/=kolibri.lbl \
|
||||||
#end of list
|
#end of list
|
||||||
|
|
||||||
# Some macro for convenient work.
|
# Some macro for convenient work.
|
||||||
|
@ -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.
|
# 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
|
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
|
||||||
#
|
#
|
||||||
|
/RD/1/SEARCHAP "" 1 # Search and mount additional system directory
|
||||||
#/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen
|
#/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen
|
||||||
#/RD/1/COMMOUSE "" 1 # COM mice detector
|
#/RD/1/COMMOUSE "" 1 # COM mice detector
|
||||||
#/RD/1/DEVELOP/BOARD "" 1 # Load DEBUG board
|
#/RD/1/DEVELOP/BOARD "" 1 # Load DEBUG board
|
||||||
|
7
data/eng/kolibri.lbl
Normal file
7
data/eng/kolibri.lbl
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
KolibriOS
|
||||||
|
version 0770
|
||||||
|
svnr 3665
|
||||||
|
language EN
|
||||||
|
|
||||||
|
;just comment
|
||||||
|
; Hi, curious person! :-)
|
@ -74,6 +74,7 @@ FASM_PROGRAMS:=\
|
|||||||
rdsave:RDSAVE:$(PROGS)/system/rdsave/trunk/rdsave.asm \
|
rdsave:RDSAVE:$(PROGS)/system/rdsave/trunk/rdsave.asm \
|
||||||
rtfread:RTFREAD:$(PROGS)/other/rtfread/trunk/rtfread.asm \
|
rtfread:RTFREAD:$(PROGS)/other/rtfread/trunk/rtfread.asm \
|
||||||
run:RUN:$(PROGS)/system/run/trunk/run.asm \
|
run:RUN:$(PROGS)/system/run/trunk/run.asm \
|
||||||
|
searchap:SEARCHAP:$(PROGS)/system/searchap/searchap.asm \
|
||||||
scrshoot:SCRSHOOT:$(PROGS)/media/scrshoot/scrshoot.asm \
|
scrshoot:SCRSHOOT:$(PROGS)/media/scrshoot/scrshoot.asm \
|
||||||
setup:SETUP:$(PROGS)/system/setup/trunk/setup.asm \
|
setup:SETUP:$(PROGS)/system/setup/trunk/setup.asm \
|
||||||
test:TEST:$(PROGS)/system/test/trunk/test.asm \
|
test:TEST:$(PROGS)/system/test/trunk/test.asm \
|
||||||
@ -282,7 +283,7 @@ OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
|||||||
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
||||||
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
||||||
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
||||||
menu.dat:MENU.DAT \
|
menu.dat:MENU.DAT kolibri.lbl:KOLIBRI.LBL \
|
||||||
panel.ini:PANEL.INI setup.dat:SETUP.DAT \
|
panel.ini:PANEL.INI setup.dat:SETUP.DAT \
|
||||||
shell:SHELL table:TABLE \
|
shell:SHELL table:TABLE \
|
||||||
vmode:VMODE 3d/3dsheart:3D/3DSHEART \
|
vmode:VMODE 3d/3dsheart:3D/3DSHEART \
|
||||||
@ -324,6 +325,7 @@ MKISOFS_EXTRA:=\
|
|||||||
/=distr_data/autorun.inf \
|
/=distr_data/autorun.inf \
|
||||||
/=distr_data/KolibriOS_icon.ico \
|
/=distr_data/KolibriOS_icon.ico \
|
||||||
/=distr_data/readme.txt \
|
/=distr_data/readme.txt \
|
||||||
|
/=kolibri.lbl \
|
||||||
Skins/=$(REPOSITORY)/skins/authors.txt \
|
Skins/=$(REPOSITORY)/skins/authors.txt \
|
||||||
Docs/config.txt=docs/CONFIG.TXT \
|
Docs/config.txt=docs/CONFIG.TXT \
|
||||||
Docs/copying.txt=docs/COPYING.TXT \
|
Docs/copying.txt=docs/COPYING.TXT \
|
||||||
|
@ -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.
|
# 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
|
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
|
||||||
#
|
#
|
||||||
|
/RD/1/SEARCHAP "" 1 # Search and mount additional system directory
|
||||||
#/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen
|
#/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen
|
||||||
#/RD/1/COMMOUSE "" 1 # COM mice detector
|
#/RD/1/COMMOUSE "" 1 # COM mice detector
|
||||||
#/RD/1/DEVELOP/BOARD "" 1 # Load DEBUG board
|
#/RD/1/DEVELOP/BOARD "" 1 # Load DEBUG board
|
||||||
|
7
data/it/kolibri.lbl
Normal file
7
data/it/kolibri.lbl
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
KolibriOS
|
||||||
|
version 0770
|
||||||
|
svnr 3665
|
||||||
|
language IT
|
||||||
|
|
||||||
|
;just comment
|
||||||
|
; Hi, curious person! :-)
|
@ -74,6 +74,7 @@ FASM_PROGRAMS:=\
|
|||||||
rdsave:RDSAVE:$(PROGS)/system/rdsave/trunk/rdsave.asm \
|
rdsave:RDSAVE:$(PROGS)/system/rdsave/trunk/rdsave.asm \
|
||||||
rtfread:RTFREAD:$(PROGS)/other/rtfread/trunk/rtfread.asm \
|
rtfread:RTFREAD:$(PROGS)/other/rtfread/trunk/rtfread.asm \
|
||||||
run:RUN:$(PROGS)/system/run/trunk/run.asm \
|
run:RUN:$(PROGS)/system/run/trunk/run.asm \
|
||||||
|
searchap:SEARCHAP:$(PROGS)/system/searchap/searchap.asm \
|
||||||
scrshoot:SCRSHOOT:$(PROGS)/media/scrshoot/scrshoot.asm \
|
scrshoot:SCRSHOOT:$(PROGS)/media/scrshoot/scrshoot.asm \
|
||||||
setup:SETUP:$(PROGS)/system/setup/trunk/setup.asm \
|
setup:SETUP:$(PROGS)/system/setup/trunk/setup.asm \
|
||||||
test:TEST:$(PROGS)/system/test/trunk/test.asm \
|
test:TEST:$(PROGS)/system/test/trunk/test.asm \
|
||||||
@ -282,7 +283,7 @@ OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
|||||||
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
||||||
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
||||||
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
||||||
menu.dat:MENU.DAT \
|
menu.dat:MENU.DAT kolibri.lbl:KOLIBRI.LBL \
|
||||||
panel.ini:PANEL.INI setup.dat:SETUP.DAT \
|
panel.ini:PANEL.INI setup.dat:SETUP.DAT \
|
||||||
shell:SHELL table:TABLE \
|
shell:SHELL table:TABLE \
|
||||||
vmode:VMODE 3d/3dsheart:3D/3DSHEART \
|
vmode:VMODE 3d/3dsheart:3D/3DSHEART \
|
||||||
@ -362,10 +363,12 @@ EXTRA:=\
|
|||||||
DISTRIBUTION_EXTRA:=\
|
DISTRIBUTION_EXTRA:=\
|
||||||
$(EXTRA) \
|
$(EXTRA) \
|
||||||
/readme.txt=distr_data/readme_distr.txt \
|
/readme.txt=distr_data/readme_distr.txt \
|
||||||
|
/kolibri.lbl=kolibri.lbl \
|
||||||
#end of list
|
#end of list
|
||||||
MKISOFS_EXTRA:=\
|
MKISOFS_EXTRA:=\
|
||||||
$(EXTRA) \
|
$(EXTRA) \
|
||||||
/=distr_data/readme.txt \
|
/=distr_data/readme.txt \
|
||||||
|
/=kolibri.lbl \
|
||||||
#end of list
|
#end of list
|
||||||
|
|
||||||
# Some macro for convenient work.
|
# Some macro for convenient work.
|
||||||
|
@ -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.
|
# 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
|
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
|
||||||
#
|
#
|
||||||
|
/RD/1/SEARCHAP "" 1 # Search and mount additional system directory
|
||||||
#/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen
|
#/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen
|
||||||
#/RD/1/COMMOUSE "" 1 # COM mice detector
|
#/RD/1/COMMOUSE "" 1 # COM mice detector
|
||||||
#/RD/1/DEVELOP/BOARD "" 1 # Load DEBUG board
|
#/RD/1/DEVELOP/BOARD "" 1 # Load DEBUG board
|
||||||
|
7
data/sp/kolibri.lbl
Normal file
7
data/sp/kolibri.lbl
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
KolibriOS
|
||||||
|
version 0770
|
||||||
|
svnr 3665
|
||||||
|
language SP
|
||||||
|
|
||||||
|
;just comment
|
||||||
|
; Hi, curious person! :-)
|
Loading…
Reference in New Issue
Block a user