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 255... Line 253...
255
 games/clicks:GAMES/CLICKS:$(PROGS)/games/clicks/trunk/clicks.c \
253
 games/clicks:GAMES/CLICKS:$(PROGS)/games/clicks/trunk/clicks.c \
256
 games/FindNumbers:GAMES/FindNumbers:$(PROGS)/games/FindNumbers/trunk/FindNumbers.c-- \
254
 games/FindNumbers:GAMES/FindNumbers:$(PROGS)/games/FindNumbers/trunk/FindNumbers.c-- \
257
 games/flood-it:GAMES/flood-it:$(PROGS)/games/flood-it/trunk/flood-it.c \
255
 games/flood-it:GAMES/flood-it:$(PROGS)/games/flood-it/trunk/flood-it.c \
258
 games/mine:GAMES/MINE:$(PROGS)/games/mine/trunk/mine.c--:/MEOS \
256
 games/mine:GAMES/MINE:$(PROGS)/games/mine/trunk/mine.c--:/MEOS \
259
 HTMLv:HTMLv:$(PROGS)/cmm/browser/HTMLv.c \
257
 HTMLv:HTMLv:$(PROGS)/cmm/browser/HTMLv.c \
-
 
258
 @notify:@notify:$(PROGS)/cmm/notify/notify.c \
-
 
259
 @rb:@rb:$(PROGS)/cmm/rb/rb.c \
260
#develop/c--:DEVELOP/C--:$(PROGS)/develop/c--/trunk/32.c-- \
260
#develop/c--:DEVELOP/C--:$(PROGS)/develop/c--/trunk/32.c-- \
261
# end of list
261
# end of list
Line 262... Line 262...
262
 
262
 
263
# List of other files to be included in the image file.
263
# List of other files to be included in the image file.