dotfiles/sbcl/.quicklisp/dists/quicklisp/software/cffi_0.20.1/tests/compile.bat

10 lines
208 B
Batchfile
Raw Normal View History

2020-02-18 14:21:14 -05:00
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