Tmux etc
This commit is contained in:
parent
276853ba84
commit
1cb167b597
361 changed files with 77302 additions and 4 deletions
|
|
@ -0,0 +1,9 @@
|
|||
rem
|
||||
rem script for compiling the test lib with the free MSVC++ toolkit.
|
||||
rem
|
||||
|
||||
cl /LD /DWIN32=1 /Tc libtest.c
|
||||
del libtest.obj libtest.exp
|
||||
|
||||
cl /LD /DWIN32=1 /Tc libtest2.c
|
||||
del libtest2.obj libtest2.exp
|
||||
Loading…
Add table
Add a link
Reference in a new issue