forked from KolibriOS/kolibrios
Notify 3: filenames to lowercase
git-svn-id: svn://kolibrios.org@4812 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
406f3db038
commit
046a098d81
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
@ -45,7 +45,7 @@ FASM_PROGRAMS:=\
|
||||
@menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
|
||||
@panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
|
||||
@docky:@DOCKY:$(PROGS)/system/docky/trunk/docky.asm \
|
||||
@notify:@NOTIFY:$(PROGS)/system/notify3/NOTIFY.ASM \
|
||||
@notify:@NOTIFY:$(PROGS)/system/notify3/notify.asm \
|
||||
@ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
|
||||
refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
|
||||
asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
|
||||
@ -307,7 +307,7 @@ OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
|
||||
settings/kolibri.lbl:SETTINGS/KOLIBRI.LBL \
|
||||
settings/panel.ini:SETTINGS/PANEL.INI \
|
||||
../common/settings/docky.ini:SETTINGS/DOCKY.INI \
|
||||
../common/NOTIFY3.PNG:NOTIFY3.PNG \
|
||||
../common/notify3.png:NOTIFY3.PNG \
|
||||
../common/settings/wallpaper.dat:SETTINGS/WALLPAPER.dat \
|
||||
settings/setup.dat:SETTINGS/SETUP.DAT \
|
||||
shell:SHELL table:TABLE \
|
||||
|
@ -45,7 +45,7 @@ FASM_PROGRAMS:=\
|
||||
@menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
|
||||
@panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
|
||||
@docky:@DOCKY:$(PROGS)/system/docky/trunk/docky.asm \
|
||||
@notify:@NOTIFY:$(PROGS)/system/notify3/NOTIFY.ASM \
|
||||
@notify:@NOTIFY:$(PROGS)/system/notify3/notify.asm \
|
||||
@ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
|
||||
refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
|
||||
asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
|
||||
@ -307,7 +307,7 @@ OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
|
||||
settings/kolibri.lbl:SETTINGS/KOLIBRI.LBL \
|
||||
settings/panel.ini:SETTINGS/PANEL.INI \
|
||||
../common/settings/docky.ini:SETTINGS/DOCKY.INI \
|
||||
../common/NOTIFY3.PNG:NOTIFY3.PNG \
|
||||
../common/notify3.png:NOTIFY3.PNG \
|
||||
../common/settings/wallpaper.dat:SETTINGS/WALLPAPER.dat \
|
||||
settings/setup.dat:SETTINGS/SETUP.DAT \
|
||||
shell:SHELL table:TABLE \
|
||||
|
@ -45,6 +45,7 @@ FASM_PROGRAMS:=\
|
||||
@menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
|
||||
@panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
|
||||
@docky:@DOCKY:$(PROGS)/system/docky/trunk/docky.asm \
|
||||
@notify:@NOTIFY:$(PROGS)/system/notify3/notify.asm \
|
||||
@ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
|
||||
refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
|
||||
asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
|
||||
@ -307,6 +308,7 @@ OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
|
||||
settings/kolibri.lbl:SETTINGS/KOLIBRI.LBL \
|
||||
settings/panel.ini:SETTINGS/PANEL.INI \
|
||||
../common/settings/docky.ini:SETTINGS/DOCKY.INI \
|
||||
../common/notify3.png:NOTIFY3.PNG \
|
||||
../common/settings/wallpaper.dat:SETTINGS/WALLPAPER.dat \
|
||||
settings/setup.dat:SETTINGS/SETUP.DAT \
|
||||
shell:SHELL table:TABLE \
|
||||
@ -716,4 +718,4 @@ updf:
|
||||
$(MAKE) -C $(REPOSITORY)/contrib/media/updf
|
||||
|
||||
clean:
|
||||
rm -rf 3d build develop 'File Managers' media demos drivers lib network asciivju calendar calc cpu desktop colrdial config.inc cpuid cropflat disptest @docky docky docpack end gmon hdd_info @icon kbd kernel.mnt kpack launcher loaddrv macros.inc madmouse magnify Makefile.skins @menu mgb mousemul mykey @panel pcidev rdsave refrscrn rtfread run scrshoot searchap setup @ss struct.inc terminal test tinypad zkey
|
||||
rm -rf 3d build develop 'File Managers' media demos drivers lib network asciivju calendar calc cpu desktop colrdial config.inc cpuid cropflat disptest @docky docky docpack end gmon hdd_info @icon kbd kernel.mnt kpack launcher loaddrv macros.inc madmouse magnify Makefile.skins @menu mgb mousemul mykey @panel pcidev rdsave refrscrn rtfread run scrshoot searchap setup @ss struct.inc terminal test tinypad zkey
|
||||
|
@ -45,7 +45,7 @@ FASM_PROGRAMS:=\
|
||||
@menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
|
||||
@panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
|
||||
@docky:@DOCKY:$(PROGS)/system/docky/trunk/docky.asm \
|
||||
@notify:@NOTIFY:$(PROGS)/system/notify3/NOTIFY.ASM \
|
||||
@notify:@NOTIFY:$(PROGS)/system/notify3/notify.asm \
|
||||
@ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm \
|
||||
refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
|
||||
asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
|
||||
@ -301,7 +301,7 @@ OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
|
||||
settings/kolibri.lbl:SETTINGS/KOLIBRI.LBL \
|
||||
settings/panel.ini:SETTINGS/PANEL.INI pipetka:PIPETKA \
|
||||
../common/settings/docky.ini:SETTINGS/DOCKY.INI \
|
||||
../common/NOTIFY3.PNG:NOTIFY3.PNG \
|
||||
../common/notify3.png:NOTIFY3.PNG \
|
||||
../common/settings/wallpaper.dat:SETTINGS/WALLPAPER.dat \
|
||||
settings/setup.dat:SETTINGS/SETUP.DAT \
|
||||
shell:SHELL table:TABLE \
|
||||
|
@ -45,7 +45,7 @@ FASM_PROGRAMS:=\
|
||||
@menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
|
||||
@panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
|
||||
@docky:@DOCKY:$(PROGS)/system/docky/trunk/docky.asm \
|
||||
@notify:@NOTIFY:$(PROGS)/system/notify3/NOTIFY.ASM \
|
||||
@notify:@NOTIFY:$(PROGS)/system/notify3/notify.asm \
|
||||
@ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
|
||||
refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
|
||||
asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
|
||||
@ -306,7 +306,7 @@ OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
|
||||
settings/kolibri.lbl:SETTINGS/KOLIBRI.LBL \
|
||||
settings/panel.ini:SETTINGS/PANEL.INI \
|
||||
../common/settings/docky.ini:SETTINGS/DOCKY.INI \
|
||||
../common/NOTIFY3.PNG:NOTIFY3.PNG \
|
||||
../common/notify3.png:NOTIFY3.PNG \
|
||||
../common/settings/wallpaper.dat:SETTINGS/WALLPAPER.dat \
|
||||
settings/setup.dat:SETTINGS/SETUP.DAT \
|
||||
shell:SHELL table:TABLE \
|
||||
|
Loading…
Reference in New Issue
Block a user