Current Path : /var/www/html/clients/pv.e-nk.ru/ttf2ufm-src/ |
Current File : /var/www/html/clients/pv.e-nk.ru/ttf2ufm-src/linuxbuild.sh |
.#!/bin/sh gcc -c bdf.c gcc -c ttf2pt1.c gcc -c pt1.c gcc -c ttf.c gcc -c t1asm.c gcc -c bitmap.c gcc -o ttf2ufm ttf2pt1.c pt1.c t1asm.c ttf.c bdf.c bitmap.c -lm gcc -o t1asm -DSTANDALONE t1asm.c