summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build_and_test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_and_test.sh b/build_and_test.sh
index 74f1706..8f8ab39 100644
--- a/build_and_test.sh
+++ b/build_and_test.sh
@@ -24,7 +24,6 @@ elif [ "$2" = "msvc" ]; then
OBJ_POSTFIX=.obj
FLAG_OBJ="-c -Fo"
FLAG_EXE="-Fe"
- LINK_FLAGS="shlwapi.lib"
elif [ "$2" != "" ]; then
echo "Unknown C compiler"
exit 1