]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - vtoyfat/fat_io_lib/buildlib.sh
7 gcc
-O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
8 ar -rc libfat_io_64.a
*.o
12 gcc
-m32 -O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
13 ar -rc libfat_io_32.a
*.o
23 cp -a release
/*.h include
/