File: compile.bat

package info (click to toggle)
cffi 20080217-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 868 kB
  • ctags: 1,308
  • sloc: lisp: 7,904; ansic: 554; sh: 252; makefile: 103
file content (9 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
rem
rem script for compiling the test lib with the free MSVC++ toolkit.
rem

cl /LD /DWIN32=1 /Tc libtest.c
del libtest.obj libtest.exp

cl /LD /DWIN32=1 /Tc libtest2.c
del libtest2.obj libtest2.exp