compile.bat - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
       compile.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