mirror of
https://github.com/0Nera/BMOSP.git
synced 2024-11-26 02:20:16 +03:00
Теперь boot.jpg и boot.tga относятся к модулю TGA
This commit is contained in:
parent
013791d40f
commit
e7a2a02300
BIN
modules/tga/boot.jpg
Normal file
BIN
modules/tga/boot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
modules/tga/boot.tga
Normal file
BIN
modules/tga/boot.tga
Normal file
Binary file not shown.
@ -13,5 +13,7 @@ fi
|
|||||||
$CC $ARCH_FLAGS -I../../modlib -finput-charset=UTF-8 -fexec-charset=cp1251 -c main.c -o tga.o
|
$CC $ARCH_FLAGS -I../../modlib -finput-charset=UTF-8 -fexec-charset=cp1251 -c main.c -o tga.o
|
||||||
$CC $ARCH_FLAGS -T ../link.ld -Wl,--entry=init,--build-id=none tga.o -o tga.ko
|
$CC $ARCH_FLAGS -T ../link.ld -Wl,--entry=init,--build-id=none tga.o -o tga.ko
|
||||||
|
|
||||||
|
cp boot.jpg ../bin/
|
||||||
|
cp boot.tga ../bin/
|
||||||
cp tga.ko ../bin/
|
cp tga.ko ../bin/
|
||||||
echo "Сборка завершена, файл: tga.ko"
|
echo "Сборка завершена, файл: tga.ko"
|
||||||
|
Loading…
Reference in New Issue
Block a user