Subversion Repositories Kolibri OS

Rev

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

Rev 3092 Rev 3094
Line 262... Line 262...
262
# Some of them are auto-built with special rules, some just exist before build.
262
# Some of them are auto-built with special rules, some just exist before build.
263
# Each item is of the form :.
263
# Each item is of the form :.
264
# Spaces should be represented as |.
264
# Spaces should be represented as |.
265
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
265
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
266
 background.png:background.png default.skn:DEFAULT.SKN \
266
 background.png:background.png default.skn:DEFAULT.SKN \
267
 e80:E80 graph:GRAPH hdread:HDREAD \
267
 graph:GRAPH hdread:HDREAD \
268
 icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
268
 icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
269
 kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
269
 kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
270
 kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
270
 kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
271
 menu.dat:MENU.DAT \
271
 menu.dat:MENU.DAT \
272
 panel.ini:PANEL.INI setup.dat:SETUP.DAT \
272
 panel.ini:PANEL.INI setup.dat:SETUP.DAT \
Line 295... Line 295...
295
	cut -f1 $< | $(SHELL) $(REPOSITORY)/data/generate_makefile_skins.sh > $@
295
	cut -f1 $< | $(SHELL) $(REPOSITORY)/data/generate_makefile_skins.sh > $@
296
include Makefile.skins
296
include Makefile.skins
Line 297... Line 297...
297
 
297
 
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
 emu/e80/e80=E80 \
300
 dosbox/=$(PROGS)/emulator/DosBox/dosbox \
301
 emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
301
 dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
302
 emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
302
 dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
303
 emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
303
 /=distr_data/autorun.inf \
304
 /=distr_data/autorun.inf \
304
 /=distr_data/KolibriOS_icon.ico \
305
 /=distr_data/KolibriOS_icon.ico \
305
 /=distr_data/readme.txt \
306
 /=distr_data/readme.txt \
306
 Skins/=$(REPOSITORY)/skins/authors.txt \
307
 Skins/=$(REPOSITORY)/skins/authors.txt \