Skip to content

Instantly share code, notes, and snippets.

@mattn
Created May 19, 2009 09:21
Show Gist options
  • Save mattn/114004 to your computer and use it in GitHub Desktop.
Save mattn/114004 to your computer and use it in GitHub Desktop.
echo "building libevent-1.4.11-stable on mingw32"
gcc -c -DHAVE_CONFIG_H -Icompat -Iwin32-code -I. buffer.c evbuffer.c evdns.c event.c event_tagging.c evrpc.c evutil.c http.c log.c signal.c strlcpy.c win32-code\win32.c
ar cr libevent.a buffer.o evbuffer.o evdns.o event.o event_tagging.o evrpc.o evutil.o http.o log.o signal.o strlcpy.o win32.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment