File: winbuild.bat

package info (click to toggle)
ttf2pt1 3.4.4-1.4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,056 kB
  • ctags: 1,142
  • sloc: ansic: 13,816; perl: 1,851; sh: 558; makefile: 190
file content (11 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (3)
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 ttf2pt1 ttf2pt1.obj pt1.obj t1asm.obj ttf.obj bdf.obj bitmap.obj
cl -o t1asm -DWINDOWS -DSTANDALONE t1asm.c