From 00e16fc52ee7de9f87a2c1f94adf884b6225ca14 Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Sun, 16 Jun 2013 07:25:52 +0000 Subject: [PATCH] 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 --- data/eng/Makefile | 5 ++++- data/eng/autorun.dat | 1 + data/eng/kolibri.lbl | 7 +++++++ data/it/Makefile | 4 +++- data/it/autorun.dat | 1 + data/it/kolibri.lbl | 7 +++++++ data/sp/Makefile | 5 ++++- data/sp/autorun.dat | 1 + data/sp/kolibri.lbl | 7 +++++++ 9 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 data/eng/kolibri.lbl create mode 100644 data/it/kolibri.lbl create mode 100644 data/sp/kolibri.lbl diff --git a/data/eng/Makefile b/data/eng/Makefile index b2a4cad5f6..fd9777faa2 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -74,6 +74,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 \ @@ -283,7 +284,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 setup.dat:SETUP.DAT \ shell:SHELL table:TABLE \ vmode:VMODE 3d/3dsheart:3D/3DSHEART \ @@ -363,10 +364,12 @@ EXTRA:=\ DISTRIBUTION_EXTRA:=\ $(EXTRA) \ /readme.txt=distr_data/readme_distr.txt \ + /kolibri.lbl=kolibri.lbl \ #end of list MKISOFS_EXTRA:=\ $(EXTRA) \ /=distr_data/readme.txt \ + /=kolibri.lbl \ #end of list # Some macro for convenient work. diff --git a/data/eng/autorun.dat b/data/eng/autorun.dat index f24f781be3..256e882759 100644 --- a/data/eng/autorun.dat +++ b/data/eng/autorun.dat @@ -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 diff --git a/data/eng/kolibri.lbl b/data/eng/kolibri.lbl new file mode 100644 index 0000000000..075a34a8be --- /dev/null +++ b/data/eng/kolibri.lbl @@ -0,0 +1,7 @@ +KolibriOS +version 0770 +svnr 3665 +language EN + +;just comment +; Hi, curious person! :-) \ No newline at end of file diff --git a/data/it/Makefile b/data/it/Makefile index 1fa23f8793..2013b2ad49 100644 --- a/data/it/Makefile +++ b/data/it/Makefile @@ -74,6 +74,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 \ @@ -282,7 +283,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 setup.dat:SETUP.DAT \ shell:SHELL table:TABLE \ vmode:VMODE 3d/3dsheart:3D/3DSHEART \ @@ -324,6 +325,7 @@ MKISOFS_EXTRA:=\ /=distr_data/autorun.inf \ /=distr_data/KolibriOS_icon.ico \ /=distr_data/readme.txt \ + /=kolibri.lbl \ Skins/=$(REPOSITORY)/skins/authors.txt \ Docs/config.txt=docs/CONFIG.TXT \ Docs/copying.txt=docs/COPYING.TXT \ diff --git a/data/it/autorun.dat b/data/it/autorun.dat index c5914a45b8..cd493054ab 100644 --- a/data/it/autorun.dat +++ b/data/it/autorun.dat @@ -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 diff --git a/data/it/kolibri.lbl b/data/it/kolibri.lbl new file mode 100644 index 0000000000..51e5d1594e --- /dev/null +++ b/data/it/kolibri.lbl @@ -0,0 +1,7 @@ +KolibriOS +version 0770 +svnr 3665 +language IT + +;just comment +; Hi, curious person! :-) \ No newline at end of file diff --git a/data/sp/Makefile b/data/sp/Makefile index c9b25ddcbc..1fe9b9d072 100644 --- a/data/sp/Makefile +++ b/data/sp/Makefile @@ -74,6 +74,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 \ @@ -282,7 +283,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 setup.dat:SETUP.DAT \ shell:SHELL table:TABLE \ vmode:VMODE 3d/3dsheart:3D/3DSHEART \ @@ -362,10 +363,12 @@ EXTRA:=\ DISTRIBUTION_EXTRA:=\ $(EXTRA) \ /readme.txt=distr_data/readme_distr.txt \ + /kolibri.lbl=kolibri.lbl \ #end of list MKISOFS_EXTRA:=\ $(EXTRA) \ /=distr_data/readme.txt \ + /=kolibri.lbl \ #end of list # Some macro for convenient work. diff --git a/data/sp/autorun.dat b/data/sp/autorun.dat index c5914a45b8..cd493054ab 100644 --- a/data/sp/autorun.dat +++ b/data/sp/autorun.dat @@ -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 diff --git a/data/sp/kolibri.lbl b/data/sp/kolibri.lbl new file mode 100644 index 0000000000..5024795022 --- /dev/null +++ b/data/sp/kolibri.lbl @@ -0,0 +1,7 @@ +KolibriOS +version 0770 +svnr 3665 +language SP + +;just comment +; Hi, curious person! :-) \ No newline at end of file