Blame view
sources/3rdparty/phpdocx/pdf/lib/ttf2ufm/src/winbuild.bat
310 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 8 9 10 11 |
rem file to build ttf2pt1 with Visual C++ cl -DWINDOWS -c bdf.c cl -DWINDOWS -c ttf2pt1.c cl -DWINDOWS -c pt1.c cl -DWINDOWS -c ttf.c cl -DWINDOWS -c t1asm.c cl -DWINDOWS -c bitmap.c cl -o ttf2ufm ttf2pt1.obj pt1.obj t1asm.obj ttf.obj bdf.obj bitmap.obj cl -o t1asm -DWINDOWS -DSTANDALONE t1asm.c |