forked from KolibriOS/kolibrios
Adding auto-mounting additional directory to the nightly build.
git-svn-id: svn://kolibrios.org@3665 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d958c90d39
commit
fe4ea34ebe
@ -75,6 +75,7 @@ FASM_PROGRAMS:=\
|
||||
rdsave:RDSAVE:$(PROGS)/system/rdsave/trunk/rdsave.asm \
|
||||
rtfread:RTFREAD:$(PROGS)/other/rtfread/trunk/rtfread.asm \
|
||||
run:RUN:$(PROGS)/system/run/trunk/run.asm \
|
||||
searchap:SEARCHAP:$(PROGS)/system/searchap/searchap.asm \
|
||||
scrshoot:SCRSHOOT:$(PROGS)/media/scrshoot/scrshoot.asm \
|
||||
setup:SETUP:$(PROGS)/system/setup/trunk/setup.asm \
|
||||
test:TEST:$(PROGS)/system/test/trunk/test.asm \
|
||||
@ -277,7 +278,7 @@ OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
||||
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
||||
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
||||
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 pipetka:PIPETKA setup.dat:SETUP.DAT \
|
||||
shell:SHELL table:TABLE vmode:VMODE \
|
||||
3d/cubeline:3D/CUBELINE 3d/gears:3D/GEARS 3d/house.3ds:3D/HOUSE.3DS \
|
||||
@ -370,6 +371,7 @@ DISTRIBUTION_EXTRA:=\
|
||||
$(EXTRA) \
|
||||
/readme.txt=distr_data/readme_distr.txt \
|
||||
/readme_dos.txt=distr_data/readme_dos_distr.txt \
|
||||
/kolibri.lbl=kolibri.lbl \
|
||||
#end of list
|
||||
MKISOFS_EXTRA:=\
|
||||
$(EXTRA) \
|
||||
|
@ -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/SEARCHAP "" 1 # Search and mount additional system directory
|
||||
#/RD/1/CROPFLAT "XS800 YS480" 1 # set limits of screen
|
||||
#/RD/1/COMMOUSE "" 1 # COM mice detector
|
||||
#/RD/1/DEVELOP/BOARD "" 1 # Load DEBUG board
|
||||
|
7
data/rus/kolibri.lbl
Normal file
7
data/rus/kolibri.lbl
Normal file
@ -0,0 +1,7 @@
|
||||
KolibriOS
|
||||
version 0770
|
||||
svnr 3665
|
||||
language RU
|
||||
|
||||
;just comment
|
||||
; Hi, curious person! :-)
|
Loading…
Reference in New Issue
Block a user