Subversion Repositories Kolibri OS

Rev

Rev 3111 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3111 Rev 3127
Line 41... Line 41...
41
# Spaces separate items, so spaces in names should be
41
# Spaces separate items, so spaces in names should be
42
# represented as '|'.
42
# represented as '|'.
43
FASM_PROGRAMS:=\
43
FASM_PROGRAMS:=\
44
 @clip:@CLIP:$(PROGS)/system/clip/trunk/@clip.ASM \
44
 @clip:@CLIP:$(PROGS)/system/clip/trunk/@clip.ASM \
45
 @menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
45
 @menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
46
 @panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
-
 
47
 @ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
46
 @ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
48
 refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
47
 refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
49
 asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
48
 asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
50
 calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
49
 calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
51
 calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
50
 calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
Line 183... Line 182...
183
# List of other files to be included in the image file.
182
# List of other files to be included in the image file.
184
# Some of them are auto-built with special rules, some just exist before build.
183
# Some of them are auto-built with special rules, some just exist before build.
185
# Each item is of the form :.
184
# Each item is of the form :.
186
# Spaces should be represented as |.
185
# Spaces should be represented as |.
187
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
186
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
-
 
187
 @panel:@PANEL \
188
 background.png:background.png default.skn:DEFAULT.SKN \
188
 background.png:background.png default.skn:DEFAULT.SKN \
189
 icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
189
 icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
190
 kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
190
 kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
191
 lang.inc:LANG.INC lang.ini:LANG.INI \
191
 lang.inc:LANG.INC lang.ini:LANG.INI \
192
 menu.dat:MENU.DAT \
192
 menu.dat:MENU.DAT \