bofcompile.bat 96 B

12345
  1. @ECHO OFF
  2. cl.exe /nologo /c /Od /MT /W0 /GS- /Tc findlib.c
  3. move /y findlib.obj findlib.o