forked from KolibriOS/kolibrios
Correct Makefiles for changes in r4947-r4954
git-svn-id: svn://kolibrios.org@4955 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
263f25f6cb
commit
10ddd32041
@ -349,10 +349,6 @@ include Makefile.skins
|
||||
|
||||
# Extra targets for the distribution kit and LiveCD image in the syntax of mkisofs
|
||||
EXTRA:=\
|
||||
emu/e80/e80=e80 \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
||||
/=distr_data/autorun.inf \
|
||||
/=distr_data/KolibriOS_icon.ico \
|
||||
Skins/=$(REPOSITORY)/skins/authors.txt \
|
||||
@ -387,15 +383,43 @@ EXTRA:=\
|
||||
HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_1251.txt \
|
||||
HD_Load/USB_boot_old/MeOSload.com=distr_data/MeOSload_for_usb_boot_old.com \
|
||||
HD_Load/USB_boot_old/enable.exe=distr_data/enable_for_usb_boot_old.exe \
|
||||
games/fceu=../common/games/fceu \
|
||||
games/pig=../common/games/pig \
|
||||
games/soko/soko=games/soko \
|
||||
games/soko=../common/games/soko/ \
|
||||
games/lrl=../common/games/lrl \
|
||||
games/lrl.hsr=../common/games/lrl.hsr \
|
||||
games/lrl.lev=../common/games/lrl.lev \
|
||||
games/fara=games/fara \
|
||||
games/fara.gfx=../common/games/fara.gfx \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/dosbox \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/dosbox.conf \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/readme.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/fce \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/ChangeLog.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/FCEU ReadMe.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/History.txt \
|
||||
kolibrios/emul/e80/e80=e80 \
|
||||
kolibrios/emul/gameboy=../common/emul/gameboy \
|
||||
kolibrios/emul/scummvm=../common/emul/scummvm \
|
||||
kolibrios/emul/zsnes=../common/emul/zsnes \
|
||||
kolibrios/games/doom/=../common/games/doom/COPYING \
|
||||
kolibrios/games/doom/=../common/games/doom/CREDITS \
|
||||
kolibrios/games/doom/=../common/games/doom/doom \
|
||||
kolibrios/games/doom/=../common/games/doom/DOOM1.WAD \
|
||||
kolibrios/games/doom/=../common/games/doom/DOOMRC.TXT \
|
||||
kolibrios/games/doom/=../common/games/doom/README.html \
|
||||
kolibrios/games/doom/=../common/games/doom/readme.txt \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/calib.dat \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/font.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/jumpbump.dat \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/JUMPBUMP.KEX \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/numbers.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/objects.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/rabbit.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/readme.txt \
|
||||
kolibrios/games/quake/=../common/games/quake/CONFIG.CFG \
|
||||
kolibrios/games/quake/=../common/games/quake/PAK0.PAK \
|
||||
kolibrios/games/quake/=../common/games/quake/sdlquake \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl.hsr \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl.lev \
|
||||
kolibrios/lib/avcodec-55.dll=../common/lib/avcodec-55.dll \
|
||||
kolibrios/lib/avdevice-55.dll=../common/lib/avdevice-55.dll \
|
||||
kolibrios/lib/avformat-55.dll=../common/lib/avformat-55.dll \
|
||||
|
@ -349,10 +349,6 @@ include Makefile.skins
|
||||
|
||||
# Extra targets for the distribution kit and LiveCD image in the syntax of mkisofs
|
||||
EXTRA:=\
|
||||
emu/e80/e80=e80 \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
||||
/=distr_data/autorun.inf \
|
||||
/=distr_data/KolibriOS_icon.ico \
|
||||
Skins/=$(REPOSITORY)/skins/authors.txt \
|
||||
@ -387,15 +383,43 @@ EXTRA:=\
|
||||
HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_1251.txt \
|
||||
HD_Load/USB_boot_old/MeOSload.com=distr_data/MeOSload_for_usb_boot_old.com \
|
||||
HD_Load/USB_boot_old/enable.exe=distr_data/enable_for_usb_boot_old.exe \
|
||||
games/fceu=../common/games/fceu \
|
||||
games/pig=../common/games/pig \
|
||||
games/soko/soko=games/soko \
|
||||
games/soko=../common/games/soko/ \
|
||||
games/lrl=../common/games/lrl \
|
||||
games/lrl.hsr=../common/games/lrl.hsr \
|
||||
games/lrl.lev=../common/games/lrl.lev \
|
||||
games/fara=games/fara \
|
||||
games/fara.gfx=../common/games/fara.gfx \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/dosbox \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/dosbox.conf \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/readme.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/fce \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/ChangeLog.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/FCEU ReadMe.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/History.txt \
|
||||
kolibrios/emul/e80/e80=e80 \
|
||||
kolibrios/emul/gameboy=../common/emul/gameboy \
|
||||
kolibrios/emul/scummvm=../common/emul/scummvm \
|
||||
kolibrios/emul/zsnes=../common/emul/zsnes \
|
||||
kolibrios/games/doom/=../common/games/doom/COPYING \
|
||||
kolibrios/games/doom/=../common/games/doom/CREDITS \
|
||||
kolibrios/games/doom/=../common/games/doom/doom \
|
||||
kolibrios/games/doom/=../common/games/doom/DOOM1.WAD \
|
||||
kolibrios/games/doom/=../common/games/doom/DOOMRC.TXT \
|
||||
kolibrios/games/doom/=../common/games/doom/README.html \
|
||||
kolibrios/games/doom/=../common/games/doom/readme.txt \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/calib.dat \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/font.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/jumpbump.dat \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/JUMPBUMP.KEX \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/numbers.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/objects.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/rabbit.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/readme.txt \
|
||||
kolibrios/games/quake/=../common/games/quake/CONFIG.CFG \
|
||||
kolibrios/games/quake/=../common/games/quake/PAK0.PAK \
|
||||
kolibrios/games/quake/=../common/games/quake/sdlquake \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl.hsr \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl.lev \
|
||||
kolibrios/lib/avcodec-55.dll=../common/lib/avcodec-55.dll \
|
||||
kolibrios/lib/avdevice-55.dll=../common/lib/avdevice-55.dll \
|
||||
kolibrios/lib/avformat-55.dll=../common/lib/avformat-55.dll \
|
||||
|
@ -346,10 +346,6 @@ include Makefile.skins
|
||||
|
||||
# Extra targets for the distribution kit and LiveCD image in the syntax of mkisofs
|
||||
EXTRA:=\
|
||||
emu/e80/e80=e80 \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
||||
/=distr_data/autorun.inf \
|
||||
/=distr_data/KolibriOS_icon.ico \
|
||||
Skins/=$(REPOSITORY)/skins/authors.txt \
|
||||
@ -393,15 +389,43 @@ EXTRA:=\
|
||||
HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_1251.txt \
|
||||
HD_Load/USB_boot_old/MeOSload.com=distr_data/MeOSload_for_usb_boot_old.com \
|
||||
HD_Load/USB_boot_old/enable.exe=distr_data/enable_for_usb_boot_old.exe \
|
||||
games/fceu=../common/games/fceu \
|
||||
games/pig=../common/games/pig \
|
||||
games/soko/soko=games/soko \
|
||||
games/soko=../common/games/soko/ \
|
||||
games/lrl=../common/games/lrl \
|
||||
games/lrl.hsr=../common/games/lrl.hsr \
|
||||
games/lrl.lev=../common/games/lrl.lev \
|
||||
games/fara=games/fara \
|
||||
games/fara.gfx=../common/games/fara.gfx \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/dosbox \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/dosbox.conf \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/readme.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/fce \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/ChangeLog.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/FCEU ReadMe.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/History.txt \
|
||||
kolibrios/emul/e80/e80=e80 \
|
||||
kolibrios/emul/gameboy=../common/emul/gameboy \
|
||||
kolibrios/emul/scummvm=../common/emul/scummvm \
|
||||
kolibrios/emul/zsnes=../common/emul/zsnes \
|
||||
kolibrios/games/doom/=../common/games/doom/COPYING \
|
||||
kolibrios/games/doom/=../common/games/doom/CREDITS \
|
||||
kolibrios/games/doom/=../common/games/doom/doom \
|
||||
kolibrios/games/doom/=../common/games/doom/DOOM1.WAD \
|
||||
kolibrios/games/doom/=../common/games/doom/DOOMRC.TXT \
|
||||
kolibrios/games/doom/=../common/games/doom/README.html \
|
||||
kolibrios/games/doom/=../common/games/doom/readme.txt \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/calib.dat \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/font.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/jumpbump.dat \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/JUMPBUMP.KEX \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/numbers.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/objects.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/rabbit.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/readme.txt \
|
||||
kolibrios/games/quake/=../common/games/quake/CONFIG.CFG \
|
||||
kolibrios/games/quake/=../common/games/quake/PAK0.PAK \
|
||||
kolibrios/games/quake/=../common/games/quake/sdlquake \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl.hsr \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl.lev \
|
||||
kolibrios/lib/avcodec-55.dll=../common/lib/avcodec-55.dll \
|
||||
kolibrios/lib/avdevice-55.dll=../common/lib/avdevice-55.dll \
|
||||
kolibrios/lib/avformat-55.dll=../common/lib/avformat-55.dll \
|
||||
|
@ -348,10 +348,6 @@ include Makefile.skins
|
||||
|
||||
# Extra targets for the distribution kit and LiveCD image in the syntax of mkisofs
|
||||
EXTRA:=\
|
||||
emu/e80/e80=e80 \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
||||
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
||||
/=distr_data/autorun.inf \
|
||||
/=distr_data/KolibriOS_icon.ico \
|
||||
Skins/=$(REPOSITORY)/skins/authors.txt \
|
||||
@ -386,15 +382,43 @@ EXTRA:=\
|
||||
HD_Load/USB_boot_old/=$(PROGS)/hd_load/usb_boot_old/usb_boot_1251.txt \
|
||||
HD_Load/USB_boot_old/MeOSload.com=distr_data/MeOSload_for_usb_boot_old.com \
|
||||
HD_Load/USB_boot_old/enable.exe=distr_data/enable_for_usb_boot_old.exe \
|
||||
games/fceu=../common/games/fceu \
|
||||
games/pig=../common/games/pig \
|
||||
games/soko/soko=games/soko \
|
||||
games/soko=../common/games/soko/ \
|
||||
games/lrl=../common/games/lrl \
|
||||
games/lrl.hsr=../common/games/lrl.hsr \
|
||||
games/lrl.lev=../common/games/lrl.lev \
|
||||
games/fara=games/fara \
|
||||
games/fara.gfx=../common/games/fara.gfx \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/dosbox \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/dosbox.conf \
|
||||
kolibrios/emul/dosbox/=../common/emul/DosBox/readme.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/fce \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/ChangeLog.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/FCEU ReadMe.txt \
|
||||
kolibrios/emul/fceu/=../common/emul/fceu/History.txt \
|
||||
kolibrios/emul/e80/e80=e80 \
|
||||
kolibrios/emul/gameboy=../common/emul/gameboy \
|
||||
kolibrios/emul/scummvm=../common/emul/scummvm \
|
||||
kolibrios/emul/zsnes=../common/emul/zsnes \
|
||||
kolibrios/games/doom/=../common/games/doom/COPYING \
|
||||
kolibrios/games/doom/=../common/games/doom/CREDITS \
|
||||
kolibrios/games/doom/=../common/games/doom/doom \
|
||||
kolibrios/games/doom/=../common/games/doom/DOOM1.WAD \
|
||||
kolibrios/games/doom/=../common/games/doom/DOOMRC.TXT \
|
||||
kolibrios/games/doom/=../common/games/doom/README.html \
|
||||
kolibrios/games/doom/=../common/games/doom/readme.txt \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/calib.dat \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/font.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/jumpbump.dat \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/JUMPBUMP.KEX \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/numbers.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/objects.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/rabbit.gob \
|
||||
kolibrios/games/jumpbump/=../common/games/jumpbump/readme.txt \
|
||||
kolibrios/games/quake/=../common/games/quake/CONFIG.CFG \
|
||||
kolibrios/games/quake/=../common/games/quake/PAK0.PAK \
|
||||
kolibrios/games/quake/=../common/games/quake/sdlquake \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl.hsr \
|
||||
kolibrios/games/lrl/=../common/games/lrl/lrl.lev \
|
||||
kolibrios/lib/avcodec-55.dll=../common/lib/avcodec-55.dll \
|
||||
kolibrios/lib/avdevice-55.dll=../common/lib/avdevice-55.dll \
|
||||
kolibrios/lib/avformat-55.dll=../common/lib/avformat-55.dll \
|
||||
|
Loading…
Reference in New Issue
Block a user