adding CFFI just in case. Need to make into a submodule at somepoint.
[CommonLispStat.git] / external / cffi.darcs / tests / compile.bat
blob1f89eea01abf672ccc11b03237bbadba3cb38a2d
1 rem\r
2 rem script for compiling the test lib with the free MSVC++ toolkit.\r
3 rem\r
4 \r
5 cl /LD /DWIN32=1 /Tc libtest.c\r
6 del libtest.obj libtest.exp\r
7 \r
8 cl /LD /DWIN32=1 /Tc libtest2.c\r
9 del libtest2.obj libtest2.exp\r