Subversion Repositories Kolibri OS

Rev

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

Rev 3087 Rev 3094
Line 242... Line 242...
242
# Some of them are auto-built with special rules, some just exist before build.
242
# Some of them are auto-built with special rules, some just exist before build.
243
# Each item is of the form :.
243
# Each item is of the form :.
244
# Spaces should be represented as |.
244
# Spaces should be represented as |.
245
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
245
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
246
 background.png:background.png default.skn:DEFAULT.SKN \
246
 background.png:background.png default.skn:DEFAULT.SKN \
247
 e80:E80 graph:GRAPH hdread:HDREAD \
247
 graph:GRAPH hdread:HDREAD \
248
 icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
248
 icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
249
 kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
249
 kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
250
 kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
250
 kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
251
 menu.dat:MENU.DAT \
251
 menu.dat:MENU.DAT \
252
 panel.ini:PANEL.INI setup.dat:SETUP.DAT \
252
 panel.ini:PANEL.INI setup.dat:SETUP.DAT \
Line 268... Line 268...
268
#end of list
268
#end of list
269
#3d/logio.bmp:3D/LOGIO.BMP 3d/cubetext:3D/CUBETEXT
269
#3d/logio.bmp:3D/LOGIO.BMP 3d/cubetext:3D/CUBETEXT
Line 270... Line 270...
270
 
270
 
271
# Extra targets for LiveCD image in the syntax of mkisofs
271
# Extra targets for LiveCD image in the syntax of mkisofs
-
 
272
MKISOFS_EXTRA:=\
272
MKISOFS_EXTRA:=\
273
 emu/e80/e80=E80 \
273
 dosbox/=$(PROGS)/emulator/DosBox/dosbox \
274
 emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
274
 dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
275
 emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
275
 dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
276
 emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
Line 276... Line 277...
276
#end of list
277
#end of list
277
 
278
 
278
# Some macro for convenient work.
279
# Some macro for convenient work.