Subversion Repositories Kolibri OS

Rev

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

Rev 2834 Rev 2969
Line 1... Line 1...
1
# General rule for naming: variables with CAPITALIZED names hold settings,
1
# General rule for naming: variables with CAPITALIZED names hold settings,
2
# you can - and are expected - to modify it; variables with lowercase names
2
# you can - and are expected - to modify it; variables with lowercase names
3
# are intermediate variables and macroses not to be modified unless you
3
# are intermediate variables and macroses not to be modified unless you
4
# know what you're doing.
4
# know what you're doing.
Line 5... Line 5...
5
 
5
 
Line 298... Line 298...
298
# Extra targets for LiveCD image in the syntax of mkisofs
298
# Extra targets for LiveCD image in the syntax of mkisofs
299
MKISOFS_EXTRA:=\
299
MKISOFS_EXTRA:=\
300
 dosbox/=$(PROGS)/emulator/DosBox/dosbox \
300
 dosbox/=$(PROGS)/emulator/DosBox/dosbox \
301
 dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
301
 dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
302
 dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
302
 dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
303
 /=drivers/atikms \
-
 
304
 /=drivers/atikms.dll \
-
 
305
 /=distr_data/autorun.inf \
303
 /=distr_data/autorun.inf \
306
 /=distr_data/KolibriOS_icon.ico \
304
 /=distr_data/KolibriOS_icon.ico \
307
 /=distr_data/readme.txt \
305
 /=distr_data/readme.txt \
308
 /=distr_data/readme_dos.txt \
306
 /=distr_data/readme_dos.txt \
309
 Skins/=$(REPOSITORY)/skins/authors.txt \
307
 Skins/=$(REPOSITORY)/skins/authors.txt \