i686-w64-mingw32-g++ -static -mwindows -o server.exe main.cpp -levent \
	-lws2_32 -liphlpapi \
	-static-libgcc -static-libstdc++ -fstack-protector \
	-static -lpthread \
	-Wl,--no-undefined -Wl,--dynamicbase -Wl,--nxcompat -ldinput8 \
	-ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 \
	-loleaut32 -lshell32 -lsetupapi -lversion -luuid


