source: branches/2.2/filemanager/tp/dompdf/lib/ttf2ufm/ttf2ufm-src/winbuild.bat @ 3019

Revision 3019, 310 bytes checked in by amuller, 14 years ago (diff)

Ticket #1135 - Corrigindo CSS e adicionando filemanager

Line 
1rem file to build ttf2pt1 with Visual C++
2
3cl -DWINDOWS -c bdf.c
4cl -DWINDOWS -c ttf2pt1.c
5cl -DWINDOWS -c pt1.c
6cl -DWINDOWS -c ttf.c
7cl -DWINDOWS -c t1asm.c
8cl -DWINDOWS -c bitmap.c
9cl -o ttf2ufm ttf2pt1.obj pt1.obj t1asm.obj ttf.obj bdf.obj bitmap.obj
10cl -o t1asm -DWINDOWS -DSTANDALONE t1asm.c
11
Note: See TracBrowser for help on using the repository browser.