tcompile.bat - clic - Clic is an command line interactive client for gopher written in Common LISP
(HTM) git clone git://bitreich.org/clic/ git://hg6vgqziawt5s4dj.onion/clic/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) LICENSE
---
tcompile.bat (208B)
---
1 rem
2 rem script for compiling the test lib with the free MSVC++ toolkit.
3 rem
4
5 cl /LD /DWIN32=1 /Tc libtest.c
6 del libtest.obj libtest.exp
7
8 cl /LD /DWIN32=1 /Tc libtest2.c
9 del libtest2.obj libtest2.exp