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:
hidnplayr 2013-01-21 21:12:50 +00:00
parent fbf1d3eec3
commit 16d87523bb
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -41,6 +41,7 @@ export DOCDIR
# Spaces separate items, so spaces in names should be
# represented as '|'.
FASM_PROGRAMS:=\
@panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
@clip:@CLIP:$(PROGS)/system/clip/trunk/@clip.ASM \
@menu:@MENU:$(PROGS)/system/menu/trunk/menu.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/intelac97.obj:DRIVERS/INTELAC97.OBJ:$(TRUNKKERNEL)/drivers/intelac97.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/kfm:File|Managers/KFM:$(PROGS)/fs/kfm/trunk/kfm.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>.
# Spaces should be represented as |.
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
@panel:@PANEL \
background.png:background.png default.skn:DEFAULT.SKN \
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \