其他分享
首页 > 其他分享> > MinGW build of Squid-3.5

MinGW build of Squid-3.5

作者:互联网

# Debian Packages Required:
#
# mingw-w64
# provides GCC cross-compiler. GCC 4.9.1 or later required.
#
# mingw-w64-tools
# provides pkg-config and other build-time tools used by autoconf
#
# Build:
cd tpl/
../configure \
--host=i686-w64-mingw32 \
CXXFLAGS="-DWINVER=0x601 -D_WIN32_WINNT=0x601" \
CFLAGS="-DWINVER=0x601 -D_WIN32_WINNT=0x601" \
BUILDCXX="g++" \
BUILDCXXFLAGS="-DFOO" \
--enable-build-info="Windows (MinGW cross-build)"
make -k

标签:WINNT,##,w64,MinGW,3.5,build,0x601,tools
来源: https://www.cnblogs.com/heycomputer/p/12234689.html