repo.or.cz
/
cffi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix / Improve with-foreign-pointer-as-string in manual
[cffi.git]
/
tests
/
compile.bat
blob
1f89eea01abf672ccc11b03237bbadba3cb38a2d
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