aboutsummaryrefslogtreecommitdiff
path: root/makefile.vc
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2010-07-23 13:58:39 +0000
committerGavin Andresen <gavinandresen@gmail.com>2010-07-23 13:58:39 +0000
commitfe98cf8dc5066368b78e9ce208118c3532598dd2 (patch)
treef5cbaf0e637fffa558ed92b7d3a2a5e790696d35 /makefile.vc
parente96cd730d188dde8915061ad4f19dc716dd97097 (diff)
downloadbitcoin-fe98cf8dc5066368b78e9ce208118c3532598dd2.tar.xz
Configuration file, HTTP Basic authentication
Diffstat (limited to 'makefile.vc')
-rw-r--r--makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.vc b/makefile.vc
index 14e6e39051..960551fbf0 100644
--- a/makefile.vc
+++ b/makefile.vc
@@ -19,7 +19,7 @@ LIBPATHS= \
/LIBPATH:"/wxwidgets/lib/vc_lib"
LIBS= \
- libboost_system-vc80-mt-gd.lib libboost_filesystem-vc80-mt-gd.lib \
+ libboost_system-vc80-mt-gd.lib libboost_filesystem-vc80-mt-gd.lib libboost_program_options-vc80-mt-gd.lib \
libdb47sd.lib \
libeay32.lib \
wxmsw29ud_html.lib wxmsw29ud_core.lib wxmsw29ud_adv.lib wxbase29ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib \