X-Git-Url: https://harrygodden.com/git/?p=fishladder.git;a=blobdiff_plain;f=build.sh;fp=build.sh;h=2a31674e6ef11eebcc4fcfe9c7dce4b209b8d52c;hp=63f64def69addf806e2e5df32f4bc098604bd94a;hb=fdc58fb6b2fddec9e179baaba53e059ae1e54a54;hpb=6ecfd9973b89075070c88f9879cb784261b8b11c diff --git a/build.sh b/build.sh index 63f64de..2a31674 100755 --- a/build.sh +++ b/build.sh @@ -88,6 +88,9 @@ done ../tools/texsheet ../_temp_textures/autocombine.qoi ../sprites_autocombine.h sprites_auto_combine $auto_combine cd .. +# Compile font file +./tools/fontcomp fonts/vg_font.png vg/vg_pxfont.h + # Main build if [ "$do_build" = true ]; then gcc -Wall -Wstrict-aliasing=3 $lib $flags $src gl/glad.c -o $target $libs $steam_part -Wl,-rpath=./ $defines