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 256... Line 256...
256
# Spaces should be represented as |.
256
# Spaces should be represented as |.
257
#
257
#
258
# yogev_ezra: Removed '3dsheart' to free some space on RAMDISK. This demo has 90% in common with VIEW3DS 
258
# yogev_ezra: Removed '3dsheart' to free some space on RAMDISK. This demo has 90% in common with VIEW3DS 
259
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
259
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
260
 background.png:background.png default.skn:DEFAULT.SKN \
260
 background.png:background.png default.skn:DEFAULT.SKN \
261
 e80:E80 graph:GRAPH hdread:HDREAD \
261
 graph:GRAPH hdread:HDREAD \
262
 icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
262
 icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
263
 kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
263
 kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
264
 kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
264
 kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
265
 menu.dat:MENU.DAT \
265
 menu.dat:MENU.DAT \
266
 panel.ini:PANEL.INI pipetka:PIPETKA setup.dat:SETUP.DAT \
266
 panel.ini:PANEL.INI pipetka:PIPETKA setup.dat:SETUP.DAT \
Line 291... Line 291...
291
	cut -f1 $< | $(SHELL) $(REPOSITORY)/data/generate_makefile_skins.sh > $@
291
	cut -f1 $< | $(SHELL) $(REPOSITORY)/data/generate_makefile_skins.sh > $@
292
include Makefile.skins
292
include Makefile.skins
Line 293... Line 293...
293
 
293
 
294
# Extra targets for LiveCD image in the syntax of mkisofs
294
# Extra targets for LiveCD image in the syntax of mkisofs
-
 
295
MKISOFS_EXTRA:=\
295
MKISOFS_EXTRA:=\
296
 emu/e80/e80=E80 \
296
 dosbox/=$(PROGS)/emulator/DosBox/dosbox \
297
 emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
297
 dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
298
 emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
298
 dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
299
 emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
299
 /=distr_data/autorun.inf \
300
 /=distr_data/autorun.inf \
300
 /=distr_data/KolibriOS_icon.ico \
301
 /=distr_data/KolibriOS_icon.ico \
301
 /=distr_data/readme.txt \
302
 /=distr_data/readme.txt \
302
 /=distr_data/readme_dos.txt \
303
 /=distr_data/readme_dos.txt \