File: compile.bat

package info (click to toggle)
cffi 20100219-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 980 kB
  • ctags: 1,508
  • sloc: lisp: 9,379; ansic: 601; sh: 352; makefile: 71
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