Add support for -static flag, initially on Windows

This commit is contained in:
Joshua Granick
2014-08-15 13:16:19 -07:00
parent b8c4c72202
commit c4ea28e044
5 changed files with 131 additions and 3 deletions

View File

@@ -153,7 +153,7 @@
<set name="DEBUGEXTRA" value="-debug" if="fulldebug" />
<target id="lime" output="${LIBPREFIX}lime${MSVC_LIB_VERSION}${DEBUGEXTRA}${LIBEXTRA}" tool="linker" toolid="${STD_MODULE_LINK}">
<target id="lime" output="${LIBPREFIX}lime${DEBUGEXTRA}${LIBEXTRA}" tool="linker" toolid="${STD_MODULE_LINK}">
<outdir name="${OUTPUT_DIR}/${BINDIR}" />