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 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
 @notify:@NOTIFY:$(PROGS)/system/notify/trunk/@notify.asm \
-
 
47
 @panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
46
 @panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
48
 @rb:@RB:$(PROGS)/system/rb/trunk/@RB.ASM \
-
 
49
 @ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
47
 @ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
50
 refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
48
 refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
51
 asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
49
 asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
52
 calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
50
 calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
53
 calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
51
 calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
Line 173... Line 171...
173
# Format of an item is exactly the same as in the previous list,
171
# Format of an item is exactly the same as in the previous list,
174
# except that there can be fourth field with parameters for a compiler.
172
# except that there can be fourth field with parameters for a compiler.
175
CMM_PROGRAMS:=\
173
CMM_PROGRAMS:=\
176
 File|Managers/Eolite:File|Managers/EOLITE:$(PROGS)/fs/Eolite/trunk/Eolite.c-- \
174
 File|Managers/Eolite:File|Managers/EOLITE:$(PROGS)/fs/Eolite/trunk/Eolite.c-- \
177
 HTMLv:HTMLv:$(PROGS)/cmm/browser/HTMLv.c \
175
 HTMLv:HTMLv:$(PROGS)/cmm/browser/HTMLv.c \
-
 
176
 @notify:@notify:$(PROGS)/cmm/notify/notify.c \
-
 
177
 @rb:@rb:$(PROGS)/cmm/rb/rb.c \
178
#develop/c--:DEVELOP/C--:$(PROGS)/develop/c--/trunk/32.c-- \
178
#develop/c--:DEVELOP/C--:$(PROGS)/develop/c--/trunk/32.c-- \
179
# end of list
179
# end of list
Line 180... Line 180...
180
 
180
 
181
# List of other files to be included in the image file.
181
# List of other files to be included in the image file.