summaryrefslogtreecommitdiff
path: root/fonts/utilities/ttf2pt1/winbuild.bat
blob: 6cbcc7bf750841ed6e8e7def867851bf88d4699a (plain)
1
2
3
4
5
6
7
8
9
rem file to build ttf2pt1 with Visual C++

cl -DWINDOWS -c ttf2pt1.c
cl -DWINDOWS -c pt1.c
cl -DWINDOWS -c ttf.c
cl -DWINDOWS -c t1asm.c
cl -o ttf2pt1 ttf2pt1.obj pt1.obj t1asm.obj ttf.obj 
cl -o t1asm -DWINDOWS -DSTANDALONE t1asm.c