Subversion Repositories Kolibri OS

Rev

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

Rev 4047 Rev 4048
Line 231... Line 231...
231
 
231
 
232
# The list of all NASM programs with one main NASM file.
232
# The list of all NASM programs with one main NASM file.
233
# Format of an item is exactly the same as in the previous list.
233
# Format of an item is exactly the same as in the previous list.
234
NASM_PROGRAMS:=\
234
NASM_PROGRAMS:=\
235
 demos/aclock:DEMOS/ACLOCK:$(PROGS)/demos/aclock/trunk/aclock.asm \
235
 demos/aclock:DEMOS/ACLOCK:$(PROGS)/demos/aclock/trunk/aclock.asm \
236
 demos/timer:DEMOS/Timer:$(PROGS)/other/Timer/Timer.asm \
236
 demos/timer:DEMOS/TIMER:$(PROGS)/other/Timer/Timer.asm \
237
 games/c4:GAMES/C4:$(PROGS)/games/c4/trunk/c4.asm \
237
 games/c4:GAMES/C4:$(PROGS)/games/c4/trunk/c4.asm \
Line 238... Line 238...
238
# end of list
238
# end of list
239
 
239