Subversion Repositories Kolibri OS

Rev

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

Rev 3073 Rev 3074
Line 42... Line 42...
42
# Spaces separate items, so spaces in names should be
42
# Spaces separate items, so spaces in names should be
43
# represented as '|'.
43
# represented as '|'.
44
FASM_PROGRAMS:=\
44
FASM_PROGRAMS:=\
45
 @clip:@CLIP:$(PROGS)/system/clip/trunk/@clip.ASM \
45
 @clip:@CLIP:$(PROGS)/system/clip/trunk/@clip.ASM \
46
 @menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
46
 @menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
47
 @notify:@NOTIFY:$(PROGS)/system/notify/trunk/@notify.asm \
-
 
48
 @panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
47
 @panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
49
 @rb:@RB:$(PROGS)/system/rb/trunk/@RB.ASM \
-
 
50
 @ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm \
48
 @ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm \
51
 refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
49
 refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
52
 asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
50
 asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
53
 calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
51
 calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
54
 calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
52
 calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
Line 248... Line 246...
248
 games/clicks:GAMES/CLICKS:$(PROGS)/games/clicks/trunk/clicks.c \
246
 games/clicks:GAMES/CLICKS:$(PROGS)/games/clicks/trunk/clicks.c \
249
 games/FindNumbers:GAMES/FindNumbers:$(PROGS)/games/FindNumbers/trunk/FindNumbers.c-- \
247
 games/FindNumbers:GAMES/FindNumbers:$(PROGS)/games/FindNumbers/trunk/FindNumbers.c-- \
250
 games/flood-it:GAMES/flood-it:$(PROGS)/games/flood-it/trunk/flood-it.c \
248
 games/flood-it:GAMES/flood-it:$(PROGS)/games/flood-it/trunk/flood-it.c \
251
 games/mine:GAMES/MINE:$(PROGS)/games/mine/trunk/mine.c--:/MEOS \
249
 games/mine:GAMES/MINE:$(PROGS)/games/mine/trunk/mine.c--:/MEOS \
252
 HTMLv:HTMLv:$(PROGS)/cmm/browser/HTMLv.c \
250
 HTMLv:HTMLv:$(PROGS)/cmm/browser/HTMLv.c \
-
 
251
 @notify:@notify:$(PROGS)/cmm/notify/notify.c \
-
 
252
 @rb:@rb:$(PROGS)/cmm/rb/rb.c \
253
# end of list
253
# end of list
Line 254... Line 254...
254
 
254
 
255
# List of other files to be included in the image file.
255
# List of other files to be included in the image file.
256
# Some of them are auto-built with special rules, some just exist before build.
256
# Some of them are auto-built with special rules, some just exist before build.