forked from KolibriOS/kolibrios
Added tmpdisk driver to net branch, removed old panel and restored latest version.
git-svn-id: svn://kolibrios.org@3188 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
fbf1d3eec3
commit
16d87523bb
Binary file not shown.
@ -41,6 +41,7 @@ export DOCDIR
|
|||||||
# Spaces separate items, so spaces in names should be
|
# Spaces separate items, so spaces in names should be
|
||||||
# represented as '|'.
|
# represented as '|'.
|
||||||
FASM_PROGRAMS:=\
|
FASM_PROGRAMS:=\
|
||||||
|
@panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
|
||||||
@clip:@CLIP:$(PROGS)/system/clip/trunk/@clip.ASM \
|
@clip:@CLIP:$(PROGS)/system/clip/trunk/@clip.ASM \
|
||||||
@menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
|
@menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
|
||||||
@ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
|
@ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
|
||||||
@ -97,6 +98,7 @@ FASM_PROGRAMS:=\
|
|||||||
drivers/sound.obj:DRIVERS/SOUND.OBJ:$(TRUNKKERNEL)/drivers/sound.asm \
|
drivers/sound.obj:DRIVERS/SOUND.OBJ:$(TRUNKKERNEL)/drivers/sound.asm \
|
||||||
drivers/intelac97.obj:DRIVERS/INTELAC97.OBJ:$(TRUNKKERNEL)/drivers/intelac97.asm \
|
drivers/intelac97.obj:DRIVERS/INTELAC97.OBJ:$(TRUNKKERNEL)/drivers/intelac97.asm \
|
||||||
drivers/vt823x.obj:DRIVERS/VT823X.OBJ:$(TRUNKKERNEL)/drivers/vt823x.asm \
|
drivers/vt823x.obj:DRIVERS/VT823X.OBJ:$(TRUNKKERNEL)/drivers/vt823x.asm \
|
||||||
|
drivers/tmpdisk.obj:DRIVERS/TMPDISK.OBJ:$(KERNEL)/drivers/tmpdisk.asm \
|
||||||
File|Managers/kfar:File|Managers/KFAR:$(PROGS)/fs/kfar/trunk/kfar.asm \
|
File|Managers/kfar:File|Managers/KFAR:$(PROGS)/fs/kfar/trunk/kfar.asm \
|
||||||
File|Managers/kfm:File|Managers/KFM:$(PROGS)/fs/kfm/trunk/kfm.asm \
|
File|Managers/kfm:File|Managers/KFM:$(PROGS)/fs/kfm/trunk/kfm.asm \
|
||||||
File|Managers/opendial:File|Managers/OPENDIAL:$(PROGS)/fs/opendial/opendial.asm \
|
File|Managers/opendial:File|Managers/OPENDIAL:$(PROGS)/fs/opendial/opendial.asm \
|
||||||
@ -187,7 +189,6 @@ CMM_PROGRAMS:=\
|
|||||||
# Each item is of the form <local name>:<name inside image>.
|
# Each item is of the form <local name>:<name inside image>.
|
||||||
# Spaces should be represented as |.
|
# Spaces should be represented as |.
|
||||||
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
||||||
@panel:@PANEL \
|
|
||||||
background.png:background.png default.skn:DEFAULT.SKN \
|
background.png:background.png default.skn:DEFAULT.SKN \
|
||||||
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user