Introduction
Introduction Statistics Contact Development Disclaimer Help
tcompile.bat - clic - Clic is an command line interactive client for gopher wri…
git clone git://bitreich.org/clic/ git://hg6vgqziawt5s4dj.onion/clic/
Log
Files
Refs
Tags
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
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.