]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - VtoyTool/build.sh
5 /opt
/diet
64/bin
/diet
-Os gcc
-D_FILE_OFFSET_BITS=64 *.c BabyISO
/*.c
-IBabyISO -Wall -DBUILD_VTOY_TOOL -DUSE_DIET_C -o vtoytool_64
6 /opt
/diet
32/bin
/diet
-Os gcc
-D_FILE_OFFSET_BITS=64 -m32 *.c BabyISO
/*.c
-IBabyISO -Wall -DBUILD_VTOY_TOOL -DUSE_DIET_C -o vtoytool_32
8 #gcc -D_FILE_OFFSET_BITS=64 -static -Wall -DBUILD_VTOY_TOOL *.c BabyISO/*.c -IBabyISO -o vtoytool_64
9 #gcc -D_FILE_OFFSET_BITS=64 -Wall -DBUILD_VTOY_TOOL -m32 *.c BabyISO/*.c -IBabyISO -o vtoytool_32
11 if [ -e vtoytool_64
] && [ -e vtoytool_32
]; then
12 echo -e '\n############### SUCCESS ###############\n'
14 mv vtoytool_64 vtoytool
/00/
15 mv vtoytool_32 vtoytool
/00/
17 echo -e '\n############### FAILED ################\n'