From b76015210d84da3cb12f91a44d2544f5990b752e Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Sun, 5 Dec 2010 20:24:28 +0000 Subject: [PATCH] Turned off VC++ auto-linking [SVN r67033] --- test/stoer_wagner_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stoer_wagner_test.cpp b/test/stoer_wagner_test.cpp index b2820e5c..b53e87c7 100644 --- a/test/stoer_wagner_test.cpp +++ b/test/stoer_wagner_test.cpp @@ -4,6 +4,7 @@ // http://www.boost.org/LICENSE_1_0.txt) #define BOOST_TEST_DYN_LINK 1 +#define BOOST_TEST_NO_LIB 1 #include #include #include