mingexe.bat 93 Bytes Edit Raw Blame History 1 2 3 @echo off gcc -DTARGET_MINGW32 -O2 -g -I../include %1.c ../lib/libnet.a -lwsock32 -o %1.exe